![]() |
"Invalid mount option when attempting to mount the volume." on plugging USB
I plugged in USB(single fat32 partiton of 2GB) and got message window
Cannot mount volume. Invalid mount option when attempting to mount the volume. I tried # vol_id /dev/sdb1 ID_FS_USAGE=filesystem ID_FS_TYPE=vfat ID_FS_VERSION=FAT32 ID_FS_UUID=29AE-4380 ID_FS_UUID_ENC=29AE-4380 ID_FS_LABEL= ID_FS_LABEL_ENC= ID_FS_LABEL_SAFE= Also did check in gparted , dosfsck and fsck.vfat but no errors reported. What do you suggest ? |
Quote:
Code:
sudo mount -t vfat /dev/sdb1 /mnt |
I do that presently ( 'mount /dev/sdb1 /pd' ) where i have created folder /pd .
It works well )but as you know only root can mount so copying & deleting files to USB is tedious. I think either I have to label the file-system (maybe then it will automount ) or find way so that ordinary user can mount /dev/sdb1 (atleast better than root doing it) |
Quote:
Code:
/dev/sdb1 /pd vfat defaults,user,noauto 0 0 Cheers, Evo2. PS. After adding the fstab entry, anyone can mount with the following command Code:
mount /pd |
Thanks evo2.It worked well.
i will also try to understand the meaning of line added in /etc/fstab. I did read to get basic idea that Code:
entry in /etc/fstab is |
Questions
(1)Also i was wondering that in gparted > show features > they show operation possible for particular file system . Why is there a refresh button in it . Can i install some extras to enable something (say reading lable of fat32) ? |
All times are GMT -5. The time now is 11:35 AM. |