Click to See Complete Forum and Search --> : How do I mount moduals
drocker
01-17-2001, 07:17 PM
How do I mount a floppy it says not mounted, also I have sound card-soundblaster live value?I have downloaded driver for it, but not mounted. I have read articles about mounting but can't seem to get to work.Must be doing something wrong!Can anyone explain simply? The Corel Linux for dummies book doesn't explain or I'm missing how. Thanks much! Sorry, I have a dual boot machine Win98/Corel Linux. I don't get any errors,it says in the control center (no floppy mounted same for cd-rom.I dont get any error messages about sblive(don't know were to look).I also need to mount a Netgear NIC. I am sorry I left out info, Please let me know if you need more! Thanks again
[This message has been edited by drocker (edited 18 January 2001).]
DJ-dOoK
01-17-2001, 07:44 PM
Ok.
It would help if you gave us some info, mainly:
* What distribution you are using.
* What errors you get when trying to mount your floppy drive.
* What problems and errors you get when trying to install and load the module for the SBLive!
If you give us this info, we iwll be able to help you.
------------------
One day, the DJ declared! Let this OS be taken to the world, and Linux was introduced to many frustrated windows users!
drocker
01-18-2001, 05:51 AM
Hi,thanks,I've got a dual boot machine Win 98/Corel Linux.As for the floppy error I don't know,it has no error, (it says not mounted),as for the sblive no errors either don't know how to mount or were to look for errors! Also I need to mount a CD/Rom and a Netgear NIC! Sorry I left out info if you need more by all means let me know! I really appreciate any HELP! Thanks again.
Letalis
01-18-2001, 10:44 AM
To mount a floppy:
"ls /mnt" to see if there is a floppy directory there,
if not you have to make one:
"mkdir /mnt/floppy".
then
"mount -t msdos /dev/fd0 /mnt/floppy"
(if it is a ms-formatted floppy thatis).
Letalis
01-18-2001, 10:48 AM
To mount the cd first find out where cd is. If it is primary slave its called hdb, secondary master hdc and secondary slave hdd.
Then look if there is a mount point in /mnt
("ls /mnt") if not create one:
"mkdir /mnt/cdrom"
then mount it:
"mount -t iso9660 /dev/hdx /mnt/cdrom"
hdx chould be replaced with your cd name as mentioned above.
drocker
01-22-2001, 08:11 PM
Originally posted by Letalis:
To mount a floppy:
"ls /mnt" to see if there is a floppy directory there,
if not you have to make one:
"mkdir /mnt/floppy".
then
"mount -t msdos /dev/fd0 /mnt/floppy"
(if it is a ms-formatted floppy thatis).
I tried to mount using command line<alt f2> in root,to no good.What am I doing wrong any suggestions?
drocker
01-22-2001, 08:17 PM
Originally posted by Letalis:
To mount the cd first find out where cd is. If it is primary slave its called hdb, secondary master hdc and secondary slave hdd.
Then look if there is a mount point in /mnt
("ls /mnt") if not create one:
"mkdir /mnt/cdrom"
then mount it:
"mount -t iso9660 /dev/hdx /mnt/cdrom"
hdx chould be replaced with your cd name as mentioned above.
I also tried command as (root super user) using command line <alt. f2> it also failed am I using right command? Right place to go to enter command?