[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde
Subject:    Re: [kde] Mount problem
From:       Justin Denick <justin.denick () gmail ! com>
Date:       2005-12-23 17:39:32
Message-ID: 81e08d920512230939hb19fa6v5f02d0a267eacc06 () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Check to see if you are in the "cdrw" group. Please note, this may not be
the actual group name. Just `grep yourname /etc/group*` and compare the
results. Also see if the perms on /dev/hdc match those of /dev/hdd.

On 12/23/05, James Richard Tyrer <tyrerj@acm.org> wrote:
>
> Bruno Castro da Silva wrote:
> > Hello all,
> >
> > I have recently installed Kubuntu 5.10 and I'm running KDE 3.4.3. I'm
> > facing a problem while mounting my drives.
> >
> > My machine has 2 drives: one which is a CDRW (/dev/hdd) and one wich is
> > also a DVD recorder (/dev/hdc).
> >
> > My /etc/fstab is as follows:
> >
> > /dev/hda2       /               ext3    defaults,errors=remount-ro
> 0       1
> > /dev/hda5       none            swap    sw              0       0
> > /dev/hdd        /media/cdrom0   udf,iso9660 user,noauto     0       0
> > /dev/hdc        /media/cdrom1   udf,iso9660 user,noauto     0       0
> > /dev/fd0        /media/floppy0  auto    rw,user,noauto  0       0
> >
> > If I insert a disk into the DVD recorder, KDE promptly open a window
> > with media:/hdc and the automount works. Also, an icon appears on my
> > desktop.
> >
> > However, if I insert a disk into the CDRW drive, a window with the
> > following error appears:
> >
> > "An error occurred while loading media:/hdd:
> > The file or folder media:/hdd does not exist."
> >
> > My /media directory is like this:
> >
> > lrwxrwxrwx  1 root root    6 2005-12-19 23:34 cdrom -> cdrom0
> > drwxr-xr-x  2 root root 4096 2005-12-19 23:34 cdrom0
> > drwxr-xr-x  2 root root 4096 2005-12-19 23:34 cdrom1
> > lrwxrwxrwx  1 root root    7 2005-12-19 23:34 floppy -> floppy0
> > drwxr-xr-x  2 root root 4096 2005-12-19 23:34 floppy0
> >
> >
> > Can anyone give a hint on how to configure kde, or more specifically the
> > 'media-ioslave', so that it mounts my CDRW?
> >
> > ps: not only it doesn't show the 'media' window for hdd, but it also
> > does not mount automatically. However, a manual 'mount /media/cdrom0'
> > works perfectly, but even then the media:/ does not show the drive icon!
> >
> >
> > Any ideias, please? I've googled around and read the kde mailing list
> > but nothing helped.
>
> Your fstab is wrong.  I don't know if that is the cause of the problem:
>
> > /dev/hdd        /media/cdrom0  auto   udf,iso9660 user,noauto 0 0
> > /dev/hdc        /media/cdrom1  auto   udf,iso9660 user,noauto 0 0
>
> I don't know right off what "udf" does.  I have:
>
>         defaults,ro,noauto,users,unhide
>
> for my CD-ROM, naturally if it is "rw" you would change "ro" to "rw" (or
> just remove it since "rw" is the default).  So you would have:
>
> /dev/hdd        /media/cdrom0  auto   defaults,noauto,users,unhide  0 0
>
> I don't know if this change would make it work.
>
> Some research indicates that UDF is another CD format so if your Kernel
>   has it and you need it you should probably add that as well.
>
> --
> JRT
>
>
> ___________________________________________________
> This message is from the kde mailing list.
> Account management:  https://mail.kde.org/mailman/listinfo/kde.
> Archives: http://lists.kde.org/.
> More info: http://www.kde.org/faq.html.
>



--
Got Gentoo?

It usually takes more than three weeks to prepare a good impromptu speech.
                -- Mark Twain

[Attachment #5 (text/html)]

Check to see if you are in the &quot;cdrw&quot; group. Please note, this may not be \
the actual group name. Just `grep yourname /etc/group*` and compare the results. Also \
see if the perms on /dev/hdc match those of /dev/hdd. <br><br><div><span \
class="gmail_quote">On 12/23/05, <b class="gmail_sendername">James Richard Tyrer</b> \
&lt;<a href="mailto:tyrerj@acm.org">tyrerj@acm.org</a>&gt; wrote:</span><blockquote \
class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt \
0pt 0.8ex; padding-left: 1ex;"> Bruno Castro da Silva wrote:<br>&gt; Hello \
all,<br>&gt;<br>&gt; I have recently installed Kubuntu 5.10 and I'm running KDE \
3.4.3. I'm<br>&gt; facing a problem while mounting my drives.<br>&gt;<br>&gt; My \
machine has 2 drives: one which is a CDRW (/dev/hdd) and one wich is <br>&gt; also a \
DVD recorder (/dev/hdc).<br>&gt;<br>&gt; My /etc/fstab is as follows:<br>&gt;<br>&gt; \
/dev/hda2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
ext3&nbsp;&nbsp;&nbsp;&nbsp;defaults,errors=remount-ro \
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>&gt; \
/dev/hda5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
none&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;swap&nbsp; \
&nbsp;&nbsp;&nbsp;sw&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
0 <br>&gt; /dev/hdd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/media/cdrom0&nbsp;&nbsp; \
udf,iso9660 user,noauto&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
0<br>&gt; /dev/hdc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/media/cdrom1&nbsp;&nbsp; \
udf,iso9660 user,noauto&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
0<br>&gt; /dev/fd0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/media/floppy0&nbsp; \
&nbsp;auto&nbsp;&nbsp;&nbsp;&nbsp;rw,user,noauto&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
0 <br>&gt;<br>&gt; If I insert a disk into the DVD recorder, KDE promptly open a \
window<br>&gt; with media:/hdc and the automount works. Also, an icon appears on \
my<br>&gt; desktop.<br>&gt;<br>&gt; However, if I insert a disk into the CDRW drive, \
a window with the <br>&gt; following error appears:<br>&gt;<br>&gt; &quot;An error \
occurred while loading media:/hdd:<br>&gt; The file or folder media:/hdd does not \
exist.&quot;<br>&gt;<br>&gt; My /media directory is like this:<br>&gt;<br> &gt; \
lrwxrwxrwx&nbsp;&nbsp;1 root root&nbsp;&nbsp;&nbsp;&nbsp;6 2005-12-19 23:34 cdrom \
-&gt; cdrom0<br>&gt; drwxr-xr-x&nbsp;&nbsp;2 root root 4096 2005-12-19 23:34 \
cdrom0<br>&gt; drwxr-xr-x&nbsp;&nbsp;2 root root 4096 2005-12-19 23:34 cdrom1<br>&gt; \
lrwxrwxrwx&nbsp;&nbsp;1 root root&nbsp;&nbsp;&nbsp;&nbsp;7 2005-12-19 23:34 floppy \
-&gt; floppy0 <br>&gt; drwxr-xr-x&nbsp;&nbsp;2 root root 4096 2005-12-19 23:34 \
floppy0<br>&gt;<br>&gt;<br>&gt; Can anyone give a hint on how to configure kde, or \
more specifically the<br>&gt; 'media-ioslave', so that it mounts my CDRW?<br>&gt;<br> \
&gt; ps: not only it doesn't show the 'media' window for hdd, but it also<br>&gt; \
does not mount automatically. However, a manual 'mount /media/cdrom0'<br>&gt; works \
perfectly, but even then the media:/ does not show the drive icon! \
<br>&gt;<br>&gt;<br>&gt; Any ideias, please? I've googled around and read the kde \
mailing list<br>&gt; but nothing helped.<br><br>Your fstab is wrong.&nbsp;&nbsp;I \
don't know if that is the cause of the problem:<br><br> &gt; \
/dev/hdd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/media/cdrom0&nbsp;&nbsp;auto&nbsp;&nbsp; \
udf,iso9660 user,noauto 0 0 <br> &gt; \
/dev/hdc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/media/cdrom1&nbsp;&nbsp;auto&nbsp;&nbsp; \
udf,iso9660 user,noauto 0 0<br><br>I don't know right off what &quot;udf&quot; \
does.&nbsp;&nbsp;I have:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;defaults,ro,noauto,users,unhide<br><br>for \
my CD-ROM, naturally if it is &quot;rw&quot; you would change &quot;ro&quot; to \
&quot;rw&quot; (or <br>just remove it since &quot;rw&quot; is the \
default).&nbsp;&nbsp;So you would \
have:<br><br>/dev/hdd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/media/cdrom0&nbsp;&nbsp;auto&nbsp;&nbsp; \
defaults,noauto,users,unhide&nbsp;&nbsp;0 0<br><br>I don't know if this change would \
make it work.<br><br>Some research indicates that UDF is another CD format so if your \
Kernel <br>&nbsp;&nbsp;has it and you need it you should probably add that as \
well.<br><br>--<br>JRT<br><br><br>___________________________________________________<br>This \
message is from the kde mailing list.<br>Account management:&nbsp;&nbsp;<a \
href="https://mail.kde.org/mailman/listinfo/kde"> \
https://mail.kde.org/mailman/listinfo/kde</a>.<br>Archives: <a \
href="http://lists.kde.org/">http://lists.kde.org/</a>.<br>More info: <a \
href="http://www.kde.org/faq.html">http://www.kde.org/faq.html</a>.<br></blockquote></div>
 <br><br clear="all"><br>-- <br>Got Gentoo?<br><br>It usually takes more than three \
weeks to prepare a good impromptu \
speech.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-- \
Mark Twain<br>



___________________________________________________
This message is from the kde mailing list.
Account management:  https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic