[xubuntu-users] automount cd/dvd-rom not working
Gary Crosby
grcrosby at gmail.com
Sat Jan 3 02:54:51 GMT 2009
All except the dev items are loaded for Thunar. As for the settings,
they are stock, requesting that totem start them using: totem cdda:/ &
totem dvd:/ at the mulitmedia setting.
> Today's Topics:
>
> 1. ?? "Supported In Installed System" (Evan Murri)
> 2. Re: ?? "Supported In Installed System" (Vincent)
> 3. automount cd/dvd-rom not working (Gary Crosby)
> 4. Re: automount cd/dvd-rom not working (Brett Murch)
>
>
> ------------------------------
>
> Message: 3
> Date: Thu, 1 Jan 2009 13:49:22 -0800
> From: "Gary Crosby" <grcrosby at gmail.com>
> Subject: [xubuntu-users] automount cd/dvd-rom not working
> To: xubuntu-users at lists.ubuntu.com
> Message-ID:
> <60cbc6860901011349i469903c1gcf037ebb740f659 at mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> I just installed and got xubuntu 8.04 working on my desktop machine,
> but I cannot see the cd/dvd-rom. It is in the fstab, but it is not
> mounting on startup. I could do a cli mount everytime I need it, but I
> am out of town for weeks on end, and the family is not appreciative of
> things that do not just work.
>
> For what it is worth, I am not interested in installing 8.10. Been
> there, done that, too many things just did not work. So, don't even go
> there.
>
> fstab:
> # /etc/fstab: static file system information.
> #
> # <file system> <mount point> <type> <options> <dump> <pass>
> proc /proc proc defaults 0 0
> # /dev/sda5
> UUID=434d0e27-bb8f-4dc9-b5fa-ebc9e371664a / ext3
> relatime,errors=remount-ro 0 1
> # /dev/sda1
> UUID=400a242f-83cc-4dfa-84c2-8d8bd85210db /boot ext2
> relatime 0 2
> # /dev/sda10
> UUID=228322df-1d7c-468f-916a-9db20f99713d /home ext3
> relatime 0 2
> # /dev/sda11
> UUID=a014dabf-48da-4d7a-9d09-94d60f5875ea /multi-media ext3
> relatime 0 2
> # /dev/sda9
> UUID=57891a63-3675-42f3-b59f-ccdba20948c7 /opt ext3
> relatime 0 2
> # /dev/sda8
> UUID=dad0808d-2cab-4b73-9ba4-592c5450900c /tmp ext3
> relatime 0 2
> # /dev/sda6
> UUID=84ca583f-5c7b-4d40-96c4-b168d1dc1823 /usr ext3
> relatime 0 2
> # /dev/sda7
> UUID=5da974bf-74b7-434b-ab8a-a8f6b3a7decb /var ext3
> relatime 0 2
> # /dev/sda2
> UUID=276015b4-83a6-422d-bd8b-2046615b2897 none swap sw
> 0 0
> /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
> /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
>
> mtab:
> /dev/sda5 / ext3 rw,relatime,errors=remount-ro 0 0
> proc /proc proc rw,noexec,nosuid,nodev 0 0
> /sys /sys sysfs rw,noexec,nosuid,nodev 0 0
> varrun /var/run tmpfs rw,noexec,nosuid,nodev,mode=0755 0 0
> varlock /var/lock tmpfs rw,noexec,nosuid,nodev,mode=1777 0 0
> udev /dev tmpfs rw,mode=0755 0 0
> devshm /dev/shm tmpfs rw 0 0
> devpts /dev/pts devpts rw,gid=5,mode=620 0 0
> lrm /lib/modules/2.6.24-22-generic/volatile tmpfs rw 0 0
> /dev/sda1 /boot ext2 rw,relatime 0 0
> /dev/sda10 /home ext3 rw,relatime 0 0
> /dev/sda9 /opt ext3 rw,relatime 0 0
> /dev/sda8 /tmp ext3 rw,relatime 0 0
> /dev/sda6 /usr ext3 rw,relatime 0 0
> /dev/sda7 /var ext3 rw,relatime 0 0
> securityfs /sys/kernel/security securityfs rw 0 0
> binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,noexec,nosuid,nodev 0 0
>
> mount:
> /dev/sda5 on / type ext3 (rw,relatime,errors=remount-ro)
> proc on /proc type proc (rw,noexec,nosuid,nodev)
> /sys on /sys type sysfs (rw,noexec,nosuid,nodev)
> varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755)
> varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
> udev on /dev type tmpfs (rw,mode=0755)
> devshm on /dev/shm type tmpfs (rw)
> devpts on /dev/pts type devpts (rw,gid=5,mode=620)
> lrm on /lib/modules/2.6.24-22-generic/volatile type tmpfs (rw)
> /dev/sda1 on /boot type ext2 (rw,relatime)
> /dev/sda10 on /home type ext3 (rw,relatime)
> /dev/sda9 on /opt type ext3 (rw,relatime)
> /dev/sda8 on /tmp type ext3 (rw,relatime)
> /dev/sda6 on /usr type ext3 (rw,relatime)
> /dev/sda7 on /var type ext3 (rw,relatime)
> securityfs on /sys/kernel/security type securityfs (rw)
> binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc
> (rw,noexec,nosuid,nodev)
>
> Thanks for your assistance in this.
>
> gary
>
>
>
> ------------------------------
>
> Message: 4
> Date: Fri, 02 Jan 2009 15:33:33 +1300
> From: Brett Murch <brettmurch at gmail.com>
> Subject: Re: [xubuntu-users] automount cd/dvd-rom not working
> To: Xubuntu Help and User Discussions <xubuntu-users at lists.ubuntu.com>
> Message-ID: <1230863614.7956.1.camel at localhost>
> Content-Type: text/plain
>
> What is the settings for how xubuntu handles media? Do you have the
> thunar-volman plugin?
>
>
> On Thu, 2009-01-01 at 13:49 -0800, Gary Crosby wrote:
>> I just installed and got xubuntu 8.04 working on my desktop machine,
>> but I cannot see the cd/dvd-rom. It is in the fstab, but it is not
>> mounting on startup. I could do a cli mount everytime I need it, but I
>> am out of town for weeks on end, and the family is not appreciative of
>> things that do not just work.
>>
>> For what it is worth, I am not interested in installing 8.10. Been
>> there, done that, too many things just did not work. So, don't even go
>> there.
>>
>> fstab:
>> # /etc/fstab: static file system information.
>> #
>> # <file system> <mount point> <type> <options> <dump> <pass>
>> proc /proc proc defaults 0 0
>> # /dev/sda5
>> UUID=434d0e27-bb8f-4dc9-b5fa-ebc9e371664a / ext3
>> relatime,errors=remount-ro 0 1
>> # /dev/sda1
>> UUID=400a242f-83cc-4dfa-84c2-8d8bd85210db /boot ext2
>> relatime 0 2
>> # /dev/sda10
>> UUID=228322df-1d7c-468f-916a-9db20f99713d /home ext3
>> relatime 0 2
>> # /dev/sda11
>> UUID=a014dabf-48da-4d7a-9d09-94d60f5875ea /multi-media ext3
>> relatime 0 2
>> # /dev/sda9
>> UUID=57891a63-3675-42f3-b59f-ccdba20948c7 /opt ext3
>> relatime 0 2
>> # /dev/sda8
>> UUID=dad0808d-2cab-4b73-9ba4-592c5450900c /tmp ext3
>> relatime 0 2
>> # /dev/sda6
>> UUID=84ca583f-5c7b-4d40-96c4-b168d1dc1823 /usr ext3
>> relatime 0 2
>> # /dev/sda7
>> UUID=5da974bf-74b7-434b-ab8a-a8f6b3a7decb /var ext3
>> relatime 0 2
>> # /dev/sda2
>> UUID=276015b4-83a6-422d-bd8b-2046615b2897 none swap sw
>> 0 0
>> /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
>> /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
>>
>> mtab:
>> /dev/sda5 / ext3 rw,relatime,errors=remount-ro 0 0
>> proc /proc proc rw,noexec,nosuid,nodev 0 0
>> /sys /sys sysfs rw,noexec,nosuid,nodev 0 0
>> varrun /var/run tmpfs rw,noexec,nosuid,nodev,mode=0755 0 0
>> varlock /var/lock tmpfs rw,noexec,nosuid,nodev,mode=1777 0 0
>> udev /dev tmpfs rw,mode=0755 0 0
>> devshm /dev/shm tmpfs rw 0 0
>> devpts /dev/pts devpts rw,gid=5,mode=620 0 0
>> lrm /lib/modules/2.6.24-22-generic/volatile tmpfs rw 0 0
>> /dev/sda1 /boot ext2 rw,relatime 0 0
>> /dev/sda10 /home ext3 rw,relatime 0 0
>> /dev/sda9 /opt ext3 rw,relatime 0 0
>> /dev/sda8 /tmp ext3 rw,relatime 0 0
>> /dev/sda6 /usr ext3 rw,relatime 0 0
>> /dev/sda7 /var ext3 rw,relatime 0 0
>> securityfs /sys/kernel/security securityfs rw 0 0
>> binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,noexec,nosuid,nodev 0 0
>>
>> mount:
>> /dev/sda5 on / type ext3 (rw,relatime,errors=remount-ro)
>> proc on /proc type proc (rw,noexec,nosuid,nodev)
>> /sys on /sys type sysfs (rw,noexec,nosuid,nodev)
>> varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755)
>> varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
>> udev on /dev type tmpfs (rw,mode=0755)
>> devshm on /dev/shm type tmpfs (rw)
>> devpts on /dev/pts type devpts (rw,gid=5,mode=620)
>> lrm on /lib/modules/2.6.24-22-generic/volatile type tmpfs (rw)
>> /dev/sda1 on /boot type ext2 (rw,relatime)
>> /dev/sda10 on /home type ext3 (rw,relatime)
>> /dev/sda9 on /opt type ext3 (rw,relatime)
>> /dev/sda8 on /tmp type ext3 (rw,relatime)
>> /dev/sda6 on /usr type ext3 (rw,relatime)
>> /dev/sda7 on /var type ext3 (rw,relatime)
>> securityfs on /sys/kernel/security type securityfs (rw)
>> binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc
>> (rw,noexec,nosuid,nodev)
>>
>> Thanks for your assistance in this.
>>
>> gary
>>
>
>
>
>
> ------------------------------
>
> --
> xubuntu-users mailing list
> xubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/xubuntu-users
>
>
> End of xubuntu-users Digest, Vol 25, Issue 1
> ********************************************
>
More information about the xubuntu-users
mailing list