Hi, I have a Western Digital fat32 external USB hard drive. First off don't know how to mount it. Would like to auto mount it. I have Gnome Installed. When I go to My Computer it is listed as My Book - there is a space in-between them. When I click it to mount I get this error message:
Followed by a link called Details which shows this:
That is what it says. I tried using this:
[cmd=]mount -t msdosfs -o large /dev/msdosfs/My Book /mnt/username[/cmd]
and this:
[cmd=]mount -t msdosfs -o large /dev/msdosfs/My%Book /mnt/username[/cmd]
Yes, username is a folder inside my mount folder.
This is what I get spit out when trying those:
Any ideas on how to get this USB hard drive to automount?
Code:
Unable to mount the volume 'My Book'.
Followed by a link called Details which shows this:
Code:
mount_msdosfs:/dev/msdosfs/My Book:Disk too big, try '-o large' mount option:Invalid argument
That is what it says. I tried using this:
[cmd=]mount -t msdosfs -o large /dev/msdosfs/My Book /mnt/username[/cmd]
and this:
[cmd=]mount -t msdosfs -o large /dev/msdosfs/My%Book /mnt/username[/cmd]
Yes, username is a folder inside my mount folder.
This is what I get spit out when trying those:
Code:
usage: mount [-adflpruvw] [-F fstab] [-o options] [-t ufs | external_type]
mount [-dfpruvw] special | node
mount [-dfpruvw] [-o options] [-t ufs | external_type] special node
mount_msdosfs: /dev/msdosfs/My%Book: No such file or directory
Any ideas on how to get this USB hard drive to automount?