floppy problem


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers floppy problem
# 1  
Old 02-11-2005
floppy problem

hi,

i have knoppix installed on my harddrive and on my other windows pc, i downloaded a driver for my wireless network card linksys WPC11 v3.

so i dl the driver and put it to floppy, then transfer the floppy disc to my toshiba laptop with knoppix on it. the floppy mnt on the desktop will not open sais mnt file: mnt/auto/floppy does not exist. then through the gui i try to access the floppy and click the floppy under home i believe, and its empty. sais 0 files in it. i know the files are in it. how do i access my floppy. maybe through the console what is the normal linux floppy path?
# 2  
Old 02-11-2005
Check the /etc/fstab to see if the floppy drive is actually pointing to /mnt/auto/floppy.
Are you required to manually mount the floppy, or does Knoppix use supermount?
If you did not issue the command to mount the floppy, then do so.
as root or su
mount /dev/fd0
Then check the directory location to see if the files are showing up under the /mnt/auto/floppy directory.
# 3  
Old 02-11-2005
awesome,

i guess under knoppix it has to b mounted or was not done correctly. i checked the floppy in console after i mounted that command and it was in there. Thanks a bunch you were alot of help.
# 4  
Old 02-11-2005
wow,

i untarred the driver for my card and i dont know what to do. unless this is a one button click thing that installs it automattically, im doomed. theres things like an etc folder in there, makefile file, readme (which i read) docs folder, etc. when installing drivers in linux, this all has to be manually configured or is there a way they have a setup file similar to windows? Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

regarding floppy

Regarding floppy drive .. I need a command or a method by which i can detect a floppy drive is present or not ? Thanks, Priya. (4 Replies)
Discussion started by: priyam
4 Replies

2. HP-UX

Can not initialize the floppy

Hello Everyone, Has anyboby ever come across the problem when fd refuses to get initialised. I try to use mediainit command, the fd is being accessed (the fd's LIT is green for some secs) but then I get the message - "Initialize media command failed - permission denied" I checked the diskette,... (1 Reply)
Discussion started by: Andrey Malishev
1 Replies

3. Solaris

Solaris 10 floppy drive problem

I have inserted a diskette but I don't see the files nor the floppy drive. These are the commands I ran. #volcheck -v #rmformat With rmformat, only the CD-ROM is listed. I don't see any floppy drive. How can I get my floppy drive to work?? I know it is connected b/c when I boot in XP, I... (0 Replies)
Discussion started by: kungpow
0 Replies

4. AIX

mount floppy, to be sure

Hi there, I never touch a AIX because i'm used to work on FreeBSD. I'll have to copy some file from a floppy to an AIX. Just to be sure is the mount command the same ? I mean a simple mount /dev/fd0 /floppy should work ? Thanks :) (1 Reply)
Discussion started by: Yogz
1 Replies

5. UNIX for Dummies Questions & Answers

Floppy problem

I swapped a floppy drive out of a Blade 150 into a Blade 1000, but when I run a 'test floppy' from the OK prompt, I receive: ERROR: Recalibrate failed, floppy imporperly connected or defective. floppy selftest failed, return code = 1 The floppy appears to be connected correctly. Does... (1 Reply)
Discussion started by: here2learn
1 Replies

6. UNIX for Dummies Questions & Answers

Saving to a floppy

How do I save a file to a floppy. I mounted the drive and it is there. Everytime I try to save to the floppy, it tells me the resource is busy. Please advise. Thanks, (1 Reply)
Discussion started by: umether
1 Replies

7. BSD

Floppy drive problem.

My FreeBSD install at ad0s1, and Windows 2000 at ad2s1. Everytime I start my FreeBSD, it shows me this message: fdc0: cmd 3 failed at out byte 1 of 3 pmtimer 0 on isa0 fdc0: cannot reserve I/O port range (6 ports) My Floppy drive info: 0x03F2 - 0x03F3 0x03F4 - 0x03F5 0x03F7 - 0x03F7... (6 Replies)
Discussion started by: _cs
6 Replies

8. UNIX for Dummies Questions & Answers

floppy

i manage to screw up alittle i entered in /etc/fstab mount /dev/fd0 msdos /mnt/floppy 2 2 or something and now when i boot i get an error like this The following file systems had an unexpected inconsistency: msdos: /dev/fd0 (/mnt/floppy) Unknown error; Help! init: /bin/sh on /etc/rc... (3 Replies)
Discussion started by: ekizz
3 Replies

9. UNIX for Dummies Questions & Answers

copying to a floppy

how do i copy a file from solaris to a floppy drive. today is my first day using solaris (3 Replies)
Discussion started by: parksr
3 Replies

10. UNIX for Advanced & Expert Users

Floppy mounting

How can i mount a floppy drive manually ? ( when i run #volcheck and then run #df -lk , my floppy hasn't been mounted ,however my vold daemon is up ) under /dev there is some links related to my floppy (fd0 ,...)but actually which one of them should be used? Rgrds nikk:confused: (2 Replies)
Discussion started by: nikk
2 Replies
Login or Register to Ask a Question