Unable to mount volume on ubuntu
Ubuntu May 17th, 2008 744Views
The tips is ‘unable to mount volume’ or ‘Cannot mount volume: Invalid mount option’
Then I check /etc/fstab file and find
# /etc/fstab: static file system information.
#
#
proc /proc proc defaults 0 0
# /dev/sda3
UUID=cb54e402-4a4e-4488-89ff-d4c8ef4b665e / ext3 relatime,errors=remount-ro 0 1
# /dev/sda4
UUID=b6c323ca-01db-4e00-b7b9-4ad594b08047 none swap sw 0 0
/dev/sda1 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/scd0 /media/cdrom1 udf,iso9660 user,noauto,exec,utf8 0 0
Then I find out the problem,which disk C serves as CDROM.
So I delete
/dev/sda1 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
then remount the volume and it’s ok!
Tags: Ubuntu
If you enjoyed this post, make sure you subscribe to my RSS feed!
About
[...]belive me Time Theif this has nothing to do with an “actual” horse, or climb on Mt. Everest, this is metaphore for exactly what the tags say. YOU have to read deeper to understand[...]
Hey thanks for this, I was having a similar problem with a USB disk, so I had a look in fstab and sdb1 is there as udf,iso9660.
Deleted that whole line, saved, then the usb disk worked like a charm!