Hi folks!
I have my WD USB external HD pocket drive:
When I try to mount, it gives the error:
Any suggestions?
I have my WD USB external HD pocket drive:
Code:
$ ls /dev/da0s*
/dev/da0s1
When I try to mount, it gives the error:
Code:
$ mount -t msdosfs -o -m=644,-M=755 /dev/da0s1 /mnt/ester
mount_msdosfs: /dev/da0s1: Disk too big, try '-o large' mount option: Invalid argument
$ mount -t msdosfs -o large -m=644,-M=755 /dev/da0s1 /mnt/ester
mount: illegal option -- m
Any suggestions?