LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-27-2004, 01:50 PM   #1
bosewicht
Senior Member
 
Registered: Aug 2003
Location: Houston, TX
Distribution: Arch
Posts: 1,381

Rep: Reputation: 47
how to mount a floppy


i have a fedora core based distro and it has auto mount installed. but i can't hit my floppy. what do i need to edit to mount this drive? i know fstab, but what should i type, etc...
thanks in advance
 
Old 02-27-2004, 02:01 PM   #2
benjithegreat98
Senior Member
 
Registered: Dec 2003
Location: Shelbyville, TN, USA
Distribution: Fedora Core, CentOS
Posts: 1,019

Rep: Reputation: 45
You can't automount a floppy because the floppy drive doesn't detect the presence of a diskette. You can type "mount /mnt/floppy" on the command line or I believe you can right click on the desktop and mount it by choosing floppy from the disks menu.
 
Old 02-27-2004, 02:06 PM   #3
kilgoretrout
Senior Member
 
Registered: Oct 2003
Posts: 2,987

Rep: Reputation: 388Reputation: 388Reputation: 388Reputation: 388
You can try manually mounting the drive as root with a floppy in the drive:

# mount -t msdos /dev/fd0 <insert mount point>

See if you get any errors doing this; it will let you know whether your system is having problems with the drive.

Another good test is to try formatting a floppy from the command line. Place a floppy in the drive and as root run:

# mkfs -t msdos /dev/fd0 1440

See if you get any error messages.
 
Old 02-27-2004, 02:13 PM   #4
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
If it has automount, I don't think you need entries in the fstab. Insert a floppy, go to the floppy mount point, and it should be mounted automatically. If not, mount the old fashioned way, at a different directory. You can't mount the way benjithegreat98 told you to unless you have a proper line in the fstab. Do it the long way:

mount -t vfat /dev/fd0 /mnt/a_dir

Or add a line in fstab:

/dev/fd0 /mnt/a_dir vfat defaults,users 0 0

Search the site for more info. This might help for automount:
http://mercury.chem.pitt.edu/~sasha/...ticle141.shtml

Edit: Don't forget to create '/mnt/a_dir' first:
mkdir /mnt/a_dir

Edit2: I think using 'msdos' instead of 'vfat' makes filenames truncated.

Last edited by aaa; 02-27-2004 at 04:16 PM.
 
Old 02-27-2004, 02:17 PM   #5
bosewicht
Senior Member
 
Registered: Aug 2003
Location: Houston, TX
Distribution: Arch
Posts: 1,381

Original Poster
Rep: Reputation: 47
thank you guys so much, unfortunately i recently moved to hawaii and don't have internet access yet on my home computer, so i print things out at work and take them home (floppy doesn't work). so i will try ur suggestions
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
cannot mount floppy Paul6253 Linux - Software 5 12-04-2004 09:02 AM
Why can't I mount a floppy!? Talon107 Linux - Newbie 11 08-03-2004 05:09 AM
Mount a floppy? bolinux Linux - General 5 10-24-2003 04:08 PM
mount floppy cmack Slackware 5 08-06-2003 01:35 AM
can't mount floppy loganwva Linux - General 7 08-18-2001 11:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:21 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration