Hi,
I was wondering if there was a workaround/solution to GNOME's inability
to recognise multisession DVDs.
GNOME MPlayer, VLC and GnomeBaker appear to have no problem with them,
but Nautilus doesn't even recognise their presence. Unfortunately this
means that I'm unable to unmount/eject the discs once inserted and have
to reboot, pressing the drive's eject button just before Ubuntu loads if
I'm to have any chance of physically retrieving them!
I had a look around Launchpad, and substituted "auto" for "udf,iso9660"
in fstab as advised
(<a href="https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/144242" title="https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/144242">https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/144242</a>), but
to no avail.
With a multisession DVD inserted, the output for mount is as follows:
/dev/sdb6 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw)
none on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
none on /dev/shm type tmpfs (rw,nosuid,nodev)
none on /var/run type tmpfs (rw,nosuid,mode=0755)
none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
none on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
/dev/sdb5 on /home type ext3 (rw)
/dev/sda2 on /windows type fuseblk
(rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc
(rw,noexec,nosuid,nodev)
/dev/sda1 on /dos type vfat (rw,utf8,umask=007,gid=46)
/dev/sda5 on /archive type ext3 (rw)
gvfs-fuse-daemon on /home/vassili/.gvfs type fuse.gvfs-fuse-daemon
(rw,nosuid,nodev,user=vassili)
/dev/sr0 on /media/cdrom0 type udf (ro,nosuid,nodev,utf8,user=vassili)
This is presumably an extremely common problem with discs burned and
finalised on stand-alone DVD recorders, so it seems strange to find the
same problem in 9.10 as was occurring in a previous version of Ubuntu
over two years ago.
Thanks in advance,
Vassili
Comments
Re: GNOME & Multisession DVDs
By Rashkae at 02/05/2010 - 18:44I've not seen this problem you are describing, so will have to take it
on faith.
obviously from the mount command, Nautilus did see and and mount the
disc exactly as it should. Presumably, your problem therefore is that
you have no icon in under the "Computer" location, but that's easy to
work around. You can browes to the /media folder to access the files,
and you can can use "eject /dev/sr0" to eject the disc. (Make a custom
launcher with this command, and put it somewhere convenient for you.)
Re: GNOME & Multisession DVDs
By Vassili Zaitsev at 02/05/2010 - 19:28You're too kind :)
An entry for the disc momentarily appears then promptly disappears from
the "Places" pane following insertion.
When I navigate through to the mount point designated in fstab
(/media/cdrom0) the folder's empty. Very strange.
Thanks!
Re: GNOME & Multisession DVDs
By sktsee at 02/05/2010 - 23:04Shot in the dark, but try installing the package libudf0. It's not
installed by default, and I believe its the library needed to read/write
udf filesystems. That's what its package info says anyway.
Re: GNOME & Multisession DVDs
By Vassili Zaitsev at 02/05/2010 - 23:40Drat! It didn't do the trick..
Re: GNOME & Multisession DVDs
By Andrew Farris at 02/05/2010 - 22:30I've had a similar issue before... not with multi-session disks (never
actually made one before), but sometimes with CDs of windows software I
was trying to run through Wine (Specifically a LOTR game, and a program
called Maple).
The problem with these was that the disks were apparently mastered on a
*nix system, and the permissions of the disk were preserved somehow...
so there was an invalid userID/groupID associated with the disk, and it
wouldn't mount under a regular user session (as far as I could tell, the
disk had mounted, then disappeared).
To verify whether or not you're experiencing the same thing, try opening
a rooted nautilus window (alt+F2 'gksudo nautilus') then see if the
cdrom appears in the menu on the left (or navigate to /media/cdrom* and
check for contents). I don't know why it would do this on a multisession
disk, but you never know...
Re: GNOME & Multisession DVDs
By Vassili Zaitsev at 02/05/2010 - 22:56Re: GNOME & Multisession DVDs
By NoOp at 02/05/2010 - 23:09...
My _guess_ is that this is the same permissions issue as with floppies, see:
<a href="https://bugs.launchpad.net/ubuntu/+source/linux/+bug/441835?comments=all" title="https://bugs.launchpad.net/ubuntu/+source/linux/+bug/441835?comments=all">https://bugs.launchpad.net/ubuntu/+source/linux/+bug/441835?comments=all</a>
[Clicking on floppy gives "no device media found"]
scroll down to the last 9 or 10 comments (mine is #174).
Hmmm... I wonder if the devs also don't have DVD-RW drives.
Re: GNOME & Multisession DVDs
By Vassili Zaitsev at 02/05/2010 - 23:33The funny thing is, I don't remember this issue coming up in, for
instance, openSUSE 11.1 under GNOME, though it's quite possible I never
bothered playing and accessing DVDs!
Re: GNOME & Multisession DVDs
By Rashkae at 02/05/2010 - 23:20There is absolutely no problem with RW discs, that I can at least verify
:)... but I gather there are issues with DVD writing appliances that
don't finalize a disc burn.... though this is only an assumption, so I'm
prepared to be the ass. Since there were no files found in the
media/cdrom folder, I can only gather that whatever problem there might
be, is actually a kernel issue. (Whether the kernel devs consider it an
issue if you can mount an unfanalized disc or not is another matter.)
Re: GNOME & Multisession DVDs
By NoOp at 02/05/2010 - 23:43I'll try one tomorrow if I get to the store... I'll have to get some
RW's; only have R's currently. Can you try on your system?
(Gnome/Nautilus) - try a reboot or try the DVD in another system. Of
course reboot shouldn't be necessary, but can't hurt eh?
BTW: I'm a happy ass... it's Friday in my part of the world :-)
Re: GNOME & Multisession DVDs
By Johnneylee Rollins at 02/05/2010 - 23:48<snip>
It's Friday here too. I agree you are quite the happy ass :-)
~SpaceGhost
Re: GNOME & Multisession DVDs
By Johnneylee Rollins at 02/05/2010 - 23:27Rash, can you manage not using offensive words in your posts? Thanks.
On-topic: I cannot say reliably that they work. They have worked for
me while I was playing with some LFS stuff in making a installable
distro. Not much of a $0.02 to throw in, but it's something.
~SpaceGhost