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

List:       kde-linux
Subject:    Re: [kde-linux] Re: Music CD -- Win vs. Linux -- Solved!
From:       Benjamin Sher <delphi123 () zebra ! net>
Date:       2005-06-28 0:52:56
Message-ID: 42C09F68.3050700 () zebra ! net
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Andy Pieters wrote:

>On Tuesday 28 June 2005 01:03, Benjamin Sher wrote:
>  
>
>>I am sorry, but when I bring up Konqueror and open it to
>>/media/cdrecorder, the page is completely blank.
>>
>>    
>>
>Ok, it should normally be mounted automatically but you might wanna check 
>inside /etc/fstab
>
>just do cat /etc/fstab and see if you see a reference to /media/cdrecorder
>
>If you do, then type mount /media/cdrecorder (as root)
> then, try to open it in konqerour again.
>
>With kind regards
>
>
>Andy
>
>
>  
>
>------------------------------------------------------------------------
>
>___________________________________________________
>This message is from the kde-linux mailing list.
>Account management:  https://mail.kde.org/mailman/listinfo/kde-linux.
>Archives: http://lists.kde.org/.
>More info: http://www.kde.org/faq.html.
>
Dear Andy:

It will not mount a music CD, but it will mount a data CD with the command:
#mount /dev/hdc -t iso9660 /media/cdrecorder

Please see below:

[root@localhost sher]# mount /dev/hdc /media/cdrecorder
/dev/hdc: Input/output error
mount: block device /dev/hdc is write-protected, mounting read-only
/dev/hdc: Input/output error
mount: /dev/hdc: can't read superblock
[root@localhost sher]# cat /etc/fstab
# This file is edited by fstab-sync - see 'man fstab-sync' for details
/dev/VolGroup00/LogVol00 /                       ext3    defaults        1 1
LABEL=/boot             /boot                   ext3    defaults        1 2
none                    /dev/pts                devpts  gid=5,mode=620  0 0
none                    /dev/shm                tmpfs   defaults        0 0
none                    /proc                   proc    defaults        0 0
none                    /sys                    sysfs   defaults        0 0
/dev/VolGroup00/LogVol01 swap                    swap    defaults        0 0
/dev/hdd                            /media/cdrom auto   
noauto,user,exec,ro 0 0
/dev/hdc                            /media/cdrecorder                    
autonoauto,user,exec,ro 0 0
/dev/sda4               /media/IOMEGA           vfat    
pamconsole,noatime,sync,fscontext=system_u:object_r:removable_t,exec,noauto,managed 
0 0
/dev/fd0                /media/floppy           auto    
pamconsole,fscontext=system_u:object_r:removable_t,exec,noauto,managed 0 0
[root@localhost sher]#  

If this is normal, then no need to pursue the matter.

Benjamin

[Attachment #5 (text/html)]

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Andy Pieters wrote:
<blockquote cite="mid200506280108.14470.andy@vlaamse-kern.com"
 type="cite">
  <pre wrap="">On Tuesday 28 June 2005 01:03, Benjamin Sher wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I am sorry, but when I bring up Konqueror and open it to
/media/cdrecorder, the page is completely blank.

    </pre>
  </blockquote>
  <pre wrap=""><!---->Ok, it should normally be mounted automatically but you might \
wanna check  inside /etc/fstab

just do cat /etc/fstab and see if you see a reference to /media/cdrecorder

If you do, then type mount /media/cdrecorder (as root)
 then, try to open it in konqerour again.

With kind regards


Andy


  </pre>
  <pre wrap="">
<hr size="4" width="90%">
___________________________________________________
This message is from the kde-linux mailing list.
Account management:  <a class="moz-txt-link-freetext" \
href="https://mail.kde.org/mailman/listinfo/kde-linux">https://mail.kde.org/mailman/listinfo/kde-linux</a>.
                
Archives: <a class="moz-txt-link-freetext" \
href="http://lists.kde.org/">http://lists.kde.org/</a>. More info: <a \
class="moz-txt-link-freetext" \
href="http://www.kde.org/faq.html">http://www.kde.org/faq.html</a>.</pre> \
</blockquote> Dear Andy:<br>
<br>
It will not mount a music CD, but it will mount a data CD with the
command: <br>
#mount /dev/hdc -t iso9660 /media/cdrecorder<br>
<br>
Please see below:<br>
<br>
[root@localhost sher]# mount /dev/hdc /media/cdrecorder<br>
/dev/hdc: Input/output error<br>
mount: block device /dev/hdc is write-protected, mounting read-only<br>
/dev/hdc: Input/output error<br>
mount: /dev/hdc: can't read superblock<br>
[root@localhost sher]# cat /etc/fstab<br>
# This file is edited by fstab-sync - see 'man fstab-sync' for details<br>
/dev/VolGroup00/LogVol00 \
/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
ext3&nbsp;&nbsp;&nbsp; defaults&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1 1<br>
LABEL=/boot&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
/boot&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
ext3&nbsp;&nbsp;&nbsp; defaults&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1 2<br>
none&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
/dev/pts&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
devpts&nbsp; gid=5,mode=620&nbsp; 0 0<br>
none&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
/dev/shm&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
tmpfs&nbsp;&nbsp; defaults&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 0<br>
none&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
/proc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
proc&nbsp;&nbsp;&nbsp; defaults&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 0<br>
none&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
/sys&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
sysfs&nbsp;&nbsp; defaults&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 0<br>
/dev/VolGroup00/LogVol01 \
swap&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
swap&nbsp;&nbsp;&nbsp; defaults&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 0<br>
/dev/hdd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
/media/cdrom auto&nbsp;&nbsp; noauto,user,exec,ro 0 0<br>
/dev/hdc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                
/media/cdrecorder&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
                autonoauto,user,exec,ro 0 0<br>
/dev/sda4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
/media/IOMEGA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
vfat&nbsp;&nbsp;&nbsp; \
pamconsole,noatime,sync,fscontext=system_u:object_r:removable_t,exec,noauto,managed 0 \
                0<br>
/dev/fd0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
/media/floppy&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
auto&nbsp;&nbsp;&nbsp; \
pamconsole,fscontext=system_u:object_r:removable_t,exec,noauto,managed 0 0<br>
[root@localhost sher]#&nbsp;&nbsp; <br>
<br>
If this is normal, then no need to pursue the matter. <br>
<br>
Benjamin<br>
</body>
</html>



___________________________________________________
This message is from the kde-linux mailing list.
Account management:  https://mail.kde.org/mailman/listinfo/kde-linux.
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