Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
04-14-2008, 09:12 AM
|
#1
|
LQ Newbie
Registered: Feb 2008
Location: I am a United Kingdom penguin
Distribution: Ubuntu / PClinuxOS
Posts: 22
Rep:
|
invalid mount options message on ubuntu gutsy cdrom0
Hi, I have been doing my best with this but I am stumped...I would be well grateful for any help at all.
I'm running Ubuntu Gutsy, attempting to get cdrom0 to open up to wine (its an exe file I am after)....the message arrives - "Invalid mount option when attempting to mount the volume"
Ok...I entered blkid and get:
xxxxxxx@xxxxxxxxx:~$ blkid
/dev/sda1: UUID="cd1e001f-684e-4a3d-9ff3-41e88a13ed37" SEC_TYPE="ext2" TYPE="ext3"
/dev/sda5: TYPE="swap" UUID="c6846a7c-35db-4c0f-af06-80a886dda4f0"
/dev/sdb1: SEC_TYPE="msdos" UUID="4CB8-1D52" TYPE="vfat"
Armed with that information I attempted to add the info from my misbehaving disk to the end of my fstab as:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda1
UUID=cd1e001f-684e-4a3d-9ff3-41e88a13ed37 / ext3
/dev/sda1 / ext3 defaults,user_xattr,errors=remount-ro 0
defaults,errors=remount-ro 0 1
# /dev/sda5
UUID=c6846a7c-35db-4c0f-af06-80a886dda4f0 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec 0 0
#/dev/sdb1
UUID=4CB8-1D52/media/sdb1 vfat defaults 0 2
So then I tried again with...again on the end of fstab:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda1
UUID=cd1e001f-684e-4a3d-9ff3-41e88a13ed37 / ext3
/dev/sda1 / ext3 defaults,user_xattr,errors=remount-ro 0
defaults,errors=remount-ro 0 1
# /dev/sda5
UUID=c6846a7c-35db-4c0f-af06-80a886dda4f0 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec 0 0
/dev/sdb1 /media/cdrom0 vfat rw,user,noauto,exec 0 0
And so 'dsmeg | tail' gave
xxxxxxxxx@xxxxxxxx:~$ dmesg | tail
[ 69.399532] eth0: no IPv6 routers present
[ 564.566003] UDF-fs: No partition found (1)
[ 564.678011] Unable to identify CD-ROM format.
[ 1039.918627] UDF-fs: No partition found (1)
[ 1040.225002] Unable to identify CD-ROM format.
[ 1055.956340] UDF-fs: No partition found (1)
[ 1056.192535] Unable to identify CD-ROM format.
[ 1056.193167] Unable to identify CD-ROM format.
[ 1150.737504] UDF-fs: No partition found (1)
[ 1150.839256] Unable to identify CD-ROM format.
tried changing 'vfat' to 'vfat16' zilch. A bit depressing.
Where am I going wrong?
Big thanks to anyone who can help me out of this hole!
|
|
|
04-15-2008, 01:15 AM
|
#2
|
LQ Addict
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908
|
Quote:
dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec 0 0
/dev/sdb1 /media/cdrom0 vfat rw,user,noauto,exec 0 0
|
Looks like you have two different devices that you are trying to mount to the same mount point. Furthermore, is looks like you are trying to mount /dev/scd0 with two different filesystems at the same time (udf and iso9660).
|
|
|
04-16-2008, 04:53 AM
|
#3
|
LQ Newbie
Registered: Feb 2008
Location: I am a United Kingdom penguin
Distribution: Ubuntu / PClinuxOS
Posts: 22
Original Poster
Rep:
|
Hallo Bigrig, thank you for your time. yes, I was scrabbling around in the dark trying odd options as the normal options were getting me no-where. This morning I had a brain wave and tried the CD in question on a windows box. Showed the CD was faulty. Whoooops. So easy to get sucked into the details. I am getting over my blushes now...duh!
|
|
|
All times are GMT -5. The time now is 02:44 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|