Hardware How do you take a hardmod NAND backup using a MAC?

BaconSocks

Member
OP
Newcomer
Joined
Feb 9, 2016
Messages
9
Trophies
0
Age
50
XP
62
Country
United States
Well I'm in the middle of performing a hardmod on my 2015 n3ds xl. i've already built the sdcard cable device. Unfortunately, I ripped the ribbon of the lcd screen, and waiting for the spare part to come in the mail.

But as far as using 'dd', i'm not familiar with this, so I don't even know how to start. I was going to make a VM of a windows box, and forward the usb to it so i can use win32diskwriter but if i can do it natively on a mac, i'd rather do that.
 
Last edited by BaconSocks,

dark_samus3

Well-Known Member
Member
Joined
May 30, 2015
Messages
2,372
Trophies
0
XP
2,042
Country
United States
Well I'm in the middle of performing a hardmod on my 2015 n3ds xl. i've already built the sdcard cable device. Unfortunately, I ripped the ribbon of the lcd screen, and waiting for the spare part to come in the mail.
Well if you need any help feel free to tag me once you get everything ready :)
 

dark_samus3

Well-Known Member
Member
Joined
May 30, 2015
Messages
2,372
Trophies
0
XP
2,042
Country
United States
In Linux terminal type:
$sudo dd if=/dev/sdb1 of=nand.bin (for backup)
, and
$sudo dd if=nand.bin of=/dev/sdb1 (for restore)
First, this isn't Linux, second you CANNOT assume that /dev/sdb1 is going to be his NAND, that might be a flash drive or some other storage media (assuming that the sdx structure works on a Mac which it seems that it doesn't)
 
Last edited by dark_samus3,

mashers

Stubborn ape
Member
Joined
Jun 10, 2015
Messages
3,837
Trophies
0
Age
40
Location
Kongo Jungle
XP
5,074
Country
(assuming that the sdx structure works on a Mac which it seems that it doesn't)
The principle is the same, but the naming convention is different. In any case, you are correct that the commands listed by Ninoh-FOX for Linux will absolutely not work on a Mac. Also they do not include the blocksize command which significantly increases the rate at which the data are read from/written to the NAND. Also on a Mac you have /dev/diskx and /dev/rdiskx. Using /dev/rdiskx is much faster as it provides lower-level access to the device.
 
  • Like
Reactions: dark_samus3

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Xdqwerty @ Xdqwerty: aeiou