LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   /mnt/floppy not found (https://www.linuxquestions.org/questions/slackware-14/mnt-floppy-not-found-260477/)

doomtroll 11-29-2004 07:40 AM

/mnt/floppy not found
 
I'm trying to to do a simple

mount /mnt/floppy

or

mount /dev/fd0

or even just /mnt/floppy

and I am given an "invalid Directory error

and this on Slack 4.0 with base package "A" only installed via....FLOPPY...


what is missing??


thanks

acid_kewpie 11-29-2004 07:44 AM

does /mnt/floppy exist?

hanzerik 11-29-2004 08:31 AM

From one of your other posts I see you are using Slax (live CD) You really should specify what you are using.

You may need to create the mount point
mkdir /mnt/floppy

Then try to mount it
Windows floppy: mount -t vfat /dev/fd0 /mnt/floppy
Linux: mount /dev/fd0 /mnt/floppy

shrimper 01-03-2005 07:21 PM

Hanzerik,
Thanks for the windows floppy directions. I have been looking for a way to do that now for 3 nights.
Now to figure out how to get the files off of it .
If anyone can help I am using RH 5.2 and the files on the floppy are nic drivers in .tar format. nic is 3c905-c tx m

New to linux just trying it as a hobby.
Thanks for any and all help

Edit: well I got access to the files and run the installer and it tells me I have to compile it. Done that, now not sure what to do with waht it compiled or where it put the compiled file.
Got it working
I just relized this is the slackware side of the forum.
sorry about posting in the wrong place.

Quote:

Originally posted by hanzerik
From one of your other posts I see you are using Slax (live CD) You really should specify what you are using.

You may need to create the mount point
mkdir /mnt/floppy

Then try to mount it
Windows floppy: mount -t vfat /dev/fd0 /mnt/floppy
Linux: mount /dev/fd0 /mnt/floppy



All times are GMT -5. The time now is 10:50 PM.