LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   The floppy and cdrom are not working (https://www.linuxquestions.org/questions/linux-newbie-8/the-floppy-and-cdrom-are-not-working-394/)

mariomason 12-12-2000 07:22 AM

Thank you very much for your answers ; but unfortunately I'm not able to mount the floppy and cdrom .
What can I do ?

Best Regards
Mario Mason

Larry James 12-12-2000 10:36 AM

Will you post the commands you used to mount your floppy and cdrom and then post the error messages you got when it failed.

-- L. James

Larry James 12-12-2000 10:37 AM

Along with the previous message I just gave asking you to post your status of trying to mount the floppy and CDROM, are you able to boot to a floppy? If you can't boot to your floppy this might be an indication that there's a hardware failure.

-- L. James

mariomason 12-12-2000 11:36 AM

floppy and cd rom not working
 
I think that I can boot from the floppy because when I start the system the floppy turn for a while .
When I tried to mount the floppy I write :
cd /mnt
mount /dev/fd0 /mnt/floppy -t vfat
It answer me with something about the usage like :
mount [-hV]
mount -a[-nfFrsw] [-tvfstypes]

I don't understand this

If from mnt directory I type cd /mnt/floppy he answer me the followig:
[root@localhost floppy ]#

If from this position from the floppy icon on the desktop I try to insert a disk in the floppy and give a double click

a panel pop up telling me that is impossible to mount the device and the error showed is the following :
mount: wrong fs type, bad option, bad superblock on /dev/fd0 or to many mounted file systems .

This is only for the floppy .
Thank you in advance for the help

Mario

Larry James 12-12-2000 12:07 PM

Try executing the mount command as root.

-- L. James

Larry James 12-12-2000 12:17 PM

Mariomason. It seems like every time I type to you, it's going to be a post then an after thought.
I gave you the root suggestion because I notice there are two mounts... one in /sbin and one in /bin. I was thinnking you may have been invoking the wrong one because your message says you're getting a syntax error, while the command line you posted will work perfectly. You shouldn't get a syntax error unless you had typed something wrong.
I don't see anything wrong with what you typed. I also just checked and both mounts takes the same syntax.
Are you sure you posted the commandline exactly the way you typed it? I used copy and paste to execute the command you posted and it works perfectly.

-- L. James

CragStar 12-12-2000 01:20 PM

I think the error message is refering to the the fact that -t vfat is at the end of the line instead of being just after mount. e.g
mount -t vfat /dev/fd0 /mnt/floppy

As for not being able to see what was on the disk it may not be of the right filetype (just try the command without the -t vfat).

Do you have a folder /mnt/floppy set up to recieve the floppy disk? It needs to exist.

Larry James 12-12-2000 06:35 PM

CraigStar, I had observed the same things you point out. However, I looked at the man pages for mount and it had the options after the devices in some cases. I also tested the command.
I thought about the missing directory, and tested trying to mount to a non-existing directory, and got a different error message.

-- L. James

CragStar 12-13-2000 01:13 PM

The error is definately to do with what is typed in, like you said Larry, so I cant think what is wrong regarding that error, unless the disk is not readable?

I haven't got any more ideas on this problem, but if I come across any help I will post it up if needed.


All times are GMT -5. The time now is 06:52 AM.