Tetano
Registered
Hi guys,
a friend of mine bought a Maxtor 160 GB external drive that was supposed to be OS X friendly, but when she first plug it in her iBook, she found that was NTFS formatted.. with another friend, she tried to format it from disk utility, booting from her internal drive and from the cd, trying first to unmount the volume and then initializing it, but without results. a similiar problem is described here...
yesterday evening I was able, giving her the commands trough msn, to partially sove the problem using the terminal... what I told her to do was:
1. once identified the volume on the drive she want to erase using:
ls /dev/rdisk2* ( -> rdisk2s1)
2. I told her to unmount the volume:
sudo diskutil unmount /dev/rdisk2s1
3. then I told her to create a new HFS volume on that partition
newfs_hfs -v HFS_VOLUME_NAME /dev/rdisk2s1 (I don't remember the name of the volume she decided to use...)
4. to mount the partition,
hdid /dev/disk2s1
and it works....
but now the volume doesn't mount automatically when the drive is plugged in the iBook, and she has to type the last command to use the volume...
so, two questions:
1. were that commands correct for that problem?
2. more important, how to make the mounting of the volume automatic?
thanks!
a friend of mine bought a Maxtor 160 GB external drive that was supposed to be OS X friendly, but when she first plug it in her iBook, she found that was NTFS formatted.. with another friend, she tried to format it from disk utility, booting from her internal drive and from the cd, trying first to unmount the volume and then initializing it, but without results. a similiar problem is described here...
yesterday evening I was able, giving her the commands trough msn, to partially sove the problem using the terminal... what I told her to do was:
1. once identified the volume on the drive she want to erase using:
ls /dev/rdisk2* ( -> rdisk2s1)
2. I told her to unmount the volume:
sudo diskutil unmount /dev/rdisk2s1
3. then I told her to create a new HFS volume on that partition
newfs_hfs -v HFS_VOLUME_NAME /dev/rdisk2s1 (I don't remember the name of the volume she decided to use...)
4. to mount the partition,
hdid /dev/disk2s1
and it works....
but now the volume doesn't mount automatically when the drive is plugged in the iBook, and she has to type the last command to use the volume...
so, two questions:
1. were that commands correct for that problem?
2. more important, how to make the mounting of the volume automatic?
thanks!