Hi all,
My USB drive is formated in fat and has two partitions of which one I would like to mount to a location other than the default /volumes/ folder, namely: /volumes/users/music/sda/
I tried the following command (drive is active but not mounted):
mount /dev/disk2s6 /volumes/users/maarten/music/sda/
which returns:
/dev/disk2s6 on /Volumes/Users/maarten/Music/sda: Incorrect super block.
When I plug the usb drive in, it mounts fine to the default location, but when I do it myself it gives this error. How can I make this work or what am I doing wrong?
Thanks in advance, Maarten
My USB drive is formated in fat and has two partitions of which one I would like to mount to a location other than the default /volumes/ folder, namely: /volumes/users/music/sda/
I tried the following command (drive is active but not mounted):
mount /dev/disk2s6 /volumes/users/maarten/music/sda/
which returns:
/dev/disk2s6 on /Volumes/Users/maarten/Music/sda: Incorrect super block.
When I plug the usb drive in, it mounts fine to the default location, but when I do it myself it gives this error. How can I make this work or what am I doing wrong?
Thanks in advance, Maarten