1
Linux Issues / UPDATED: SOLUTION: HOW TO setup 4GB (Muvo) Microdrive
« on: August 11, 2004, 02:01:26 pm »
Nice, I don't have one of the Muvo drives, but I did notice a minor issue... The command for formatting the partition as ext2 is almost correct, but not quite... It should be:
# mkfs.ext2 /dev/hda1
NOT
$ mkfs.ext2 /dev/hda
Note that you should do it as root, and specify the partition number. It may work not as root, depending on your setup (who has permissions to access /dev/hda*). Also note that if you are doing this on a Linux box (not the Zaurus) with a card reader, the device WILL be different. If you run this command on a normal Linux box (again, not the Z), it will probably format one of your data partitions (depending on setup).
# mkfs.ext2 /dev/hda1
NOT
$ mkfs.ext2 /dev/hda
Note that you should do it as root, and specify the partition number. It may work not as root, depending on your setup (who has permissions to access /dev/hda*). Also note that if you are doing this on a Linux box (not the Zaurus) with a card reader, the device WILL be different. If you run this command on a normal Linux box (again, not the Z), it will probably format one of your data partitions (depending on setup).