Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
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.
|
 |
|
09-22-2002, 02:00 PM
|
#1
|
Member
Registered: Mar 2002
Location: Lausanne, Switzerland
Distribution: Mandriva 2007.0
Posts: 233
Rep:
|
locked out of cdrom & floppy
I have reinstalled mdk 8.2 on a new disk with KDE 3.01. I am locked out of the floppy and the cdrom.
As su or a user I get the message
" you do not have permission etc..." This happens from all the file managers and consoles.
The last time this happened I had to wipe everything and reinstall to a clean disk, no one could suggest a working solution. Is mdk 8.2 really as buggy as I think?
|
|
|
09-22-2002, 02:16 PM
|
#2
|
Member
Registered: Dec 2001
Location: Netherlands
Distribution: redhat suse mandrake freebsd
Posts: 344
Rep:
|
hi
What does your /etc/fstab say; maybe dump it here.
And what security level did you choose, setting it
too secure can set certain permissions too restricted.
Can you as root;
mount -t iso9660 /dev/cdrom /mnt/cdrom ? instead of
using the supermount thingy.
regards
|
|
|
09-22-2002, 02:53 PM
|
#3
|
Member
Registered: Mar 2002
Location: Lausanne, Switzerland
Distribution: Mandriva 2007.0
Posts: 233
Original Poster
Rep:
|
/etc/fstab does not exist, I've already looked and do not understand why.
I accepted the standard security level as proposed during the installation.
"mount -t iso9660 /dev/cdrom /mnt/cdrom" gives "/dev/cdrom does not exist"
I do not like the sound of this...
Here's the relevant line from mount:
"/mnt/cdrom on /mnt/cdrom type supermount (ro,dev=/dev/scd0, fs=iso9660,--,iocharset=iso8859-15"
I am going to try to umount /mnt/cdrom and remount it to /dev/scd0, what do you think?
Last edited by rooman; 09-22-2002 at 03:25 PM.
|
|
|
09-22-2002, 03:20 PM
|
#4
|
Member
Registered: Dec 2001
Location: Netherlands
Distribution: redhat suse mandrake freebsd
Posts: 344
Rep:
|
does not exist  weird
Never heard of; what do you see if you type; mount
my /dev/cdrom is a symlink to cdroms/cdrom0
--ah you are editting the message whilst i typed this--
Last edited by mrGee; 09-22-2002 at 03:26 PM.
|
|
|
09-22-2002, 03:25 PM
|
#5
|
Member
Registered: Dec 2001
Location: Netherlands
Distribution: redhat suse mandrake freebsd
Posts: 344
Rep:
|
erm maybe fire up mcc as root
choose( what i think is) mountpoints, 3rd option, mine
talks dutch, see what your flop and cdrom/dvd
brings up.
|
|
|
09-22-2002, 03:29 PM
|
#6
|
Member
Registered: Dec 2001
Location: Netherlands
Distribution: redhat suse mandrake freebsd
Posts: 344
Rep:
|
Maybe you dismissed a service / daemon that you need,
just activate some and see if that helps, like your devfsd
regards
|
|
|
09-22-2002, 03:30 PM
|
#7
|
Member
Registered: Mar 2002
Location: Lausanne, Switzerland
Distribution: Mandriva 2007.0
Posts: 233
Original Poster
Rep:
|
Floppy seems to work, I think...
Here's the relevant line from mount:
"/mnt/cdrom on /mnt/cdrom type supermount (ro,dev=/dev/scd0, fs=iso9660,--,iocharset=iso8859-15"
I am going to try to umount /mnt/cdrom and remount it to /dev/scd0, what do you think?
|
|
|
09-22-2002, 03:33 PM
|
#8
|
Member
Registered: Dec 2001
Location: Netherlands
Distribution: redhat suse mandrake freebsd
Posts: 344
Rep:
|
my two entries for both cdroms one is a dvd second is a
burner in my /etc/fstab
/mnt/cdrom /mnt/cdrom supermount dev=/dev/hdc,fs=iso9660,ro,--,iocharset=iso8859
-15 0 0
/mnt/cdrom2 /mnt/cdrom2 supermount dev=/dev/scd0,fs=iso9660,ro,--,iocharset=iso8
859-15 0 0
do you have a scsi cdrom ? or an ide
regards
|
|
|
09-22-2002, 03:42 PM
|
#9
|
Member
Registered: Mar 2002
Location: Lausanne, Switzerland
Distribution: Mandriva 2007.0
Posts: 233
Original Poster
Rep:
|
It's an IDE burner that is (I think) mounted as scsi for burning.
Anyway, I do not have a /etc/fstab file...
|
|
|
09-22-2002, 03:52 PM
|
#10
|
Member
Registered: Dec 2001
Location: Netherlands
Distribution: redhat suse mandrake freebsd
Posts: 344
Rep:
|
I use my burner with scsi emulation and that is taken care
of by /etc/modules.conf ;
probeall scsi_hostadapter ide-scsi
and /etc/lilo.conf;
append="quiet mem=nopentium hda=noprobe hdb=noprobe devfs=mount hdd=ide-scsi"
the hdd=ide-scsi thing
and the missing /etc/fstab, i can't believe it isn't there your
machine needs it to mount its partitions also.
If you do a slocate or find on it, what does it say.
And does the mcc let you change the entries
|
|
|
09-22-2002, 04:27 PM
|
#11
|
Member
Registered: Dec 2001
Location: Netherlands
Distribution: redhat suse mandrake freebsd
Posts: 344
Rep:
|
For some extra reading on mounting in mandrake
check;
http://www.mandrakeuser.org/docs/admin/index.html#m
checking my bed's hardware for now, so good night
|
|
|
09-23-2002, 02:02 PM
|
#12
|
Member
Registered: Mar 2002
Location: Lausanne, Switzerland
Distribution: Mandriva 2007.0
Posts: 233
Original Poster
Rep:
|
If it helps, here's my fstab (found):
/dev/hde1 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hde7 /home ext3 defaults 1 2
/mnt/cdrom /mnt/cdrom supermount dev=/dev/hdd,fs=auto,--,defaults 0 0
/mnt/floppy /mnt/floppy supermount dev=/dev/fd0,fs=vfat,--,iocharset=iso8859-15,umask=0,sync,codepage=850 0 0
/dev/hda5 /mnt/win_ vfat iocharset=iso8859-15,umask=0,codepage=850 0 0
none /proc proc defaults 0 0
none /tmp tmpfs defaults 0 0
/dev/hde6 /usr ext3 defaults 1 2
/dev/hde5 swap swap defaults 0 0
/dev/hda8 swap swap defaults 0 0
whccat's interesting here i s the last line which indicates a partition that does not exist!
Here's another brainstormer:
cdrecord -scanbus finds no device! I know that IDE burners are mounted as scsi!!!
Also each time I quit a terminal I get "KDEInit cannot launch Konsole-noxft)
|
|
|
09-23-2002, 03:45 PM
|
#13
|
Member
Registered: Mar 2002
Location: Lausanne, Switzerland
Distribution: Mandriva 2007.0
Posts: 233
Original Poster
Rep:
|
I'm able to read cd's now but the burner does not work.
No scsi device seems to be present, emulation is enabled.
|
|
|
09-23-2002, 03:47 PM
|
#14
|
Member
Registered: Dec 2001
Location: Netherlands
Distribution: redhat suse mandrake freebsd
Posts: 344
Rep:
|
Ok, lets do the last one first; check if
/usr/bin/konsole-noxft exist (i have kde 2.2 installed)
and if so what permissions, do; ls -s /usr/bin/konsole-noxft
for checking your cdrom and scsi emu; (assuming your hdd
is your only cdrom and burner like /etc/fstab shows
check;
dmesg|less ; should show your ide_setup: hdd= ide-scsi
if not check your lilo.conf append="blabla" or pass this option to the kernel at boottime
read under SCSI subsystem driver Revision: 1.00
there should be your burner info displayed
cat /proc/scsi/scsi ; that should return your burner
do lsmod; see what shows up (like ide-scsi and scsi_mod)
maybe need to do; modprobe ide-scsi
my entry for the burner in /etc/fstab
/mnt/cdrom2 /mnt/cdrom2 supermount dev=/dev/scd0,fs=iso9660,ro,--,iocharset=iso8859-15 0 0
so maybe back up your fstab and make changes or use the
mcc command for a gui
seems like the mdk install messed up a bit ?
and you have a bootflop in case of...
hope this helps
|
|
|
09-24-2002, 03:33 PM
|
#15
|
Member
Registered: Mar 2002
Location: Lausanne, Switzerland
Distribution: Mandriva 2007.0
Posts: 233
Original Poster
Rep:
|
Here goes with some results before donig a revision of my sleeping hardware...
a 4 precedes the path to noxft:
The cd r/w drive is identified correctly as hdd:
scsi subsystem driver indicates - scsi0: scsi emulation for ide etc, but no other info on my burner:
cat /proc/scsi/scsi gives : attached devices = none
lsmod gives : ide-scsi loaded, not used:
scsi_mod : loaded and used by ide-scsi:
modprobe ide-scsi : gives no answer or reaction except another command line prompt.
I'm still a bit stuck, thanks for the help up to now, but tomorrow's another day ;-)
|
|
|
All times are GMT -5. The time now is 03:14 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
|
|