I have a problem. After an update, my USB drives are not mounted automatically and I'm unable to mount them manually...
The output of my fdisk -l
command is:
Disk /dev/sdb: 15.8 GB, 15762194432 bytes
2 heads, 63 sectors/track, 244329 cylinders
Units = cylinders of 126 * 512 = 64512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x018d6a09
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 244330 15392736 b W95 FAT32
I tried with
mount -t nfs /mnt/usb /dev/sdb1
but it dowsn't work. Any ideas?
mount: only root can do that
– sharkbait Apr 15 '13 at 14:39