LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 07-29-2003, 09:15 PM   #1
Foreseeen
LQ Newbie
 
Registered: Jul 2003
Location: Colorado
Distribution: Red Hat 7.1, 7.2, 8
Posts: 6

Rep: Reputation: 0
Floppy


This maybe stupid but how do I mount the floppy in Red Hat 7.1 when it does not show up in /mnt?
Hope that isn't too dumb of a ???

Also How do I format a floppy in Linux?


Thank you!!!

Last edited by Foreseeen; 07-29-2003 at 09:29 PM.
 
Old 07-29-2003, 09:31 PM   #2
Mathieu
Senior Member
 
Registered: Feb 2001
Location: Montreal, Quebec, Canada
Distribution: RedHat, Fedora, CentOS, SUSE
Posts: 1,403

Rep: Reputation: 46
Usually there is a directory /mnt/floppy, if not, create it.
Then use the following syntax:
Code:
mount /dev/fd0 /mnt/floppy
When you are finished, don't forget to umount.
Code:
umount /dev/fd0

Last edited by Mathieu; 07-29-2003 at 09:33 PM.
 
Old 07-29-2003, 09:59 PM   #3
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
.....and to format you do:

fdformat /dev/fd0
mkfs -t ext2 -c /dev/fd0 <--make linux filesystem
or..
mkfs -t vfat -c /dev/fd0 <--make windows filesystem

or you can use:
mkdosfs /dev/fd0 to format a disk with dos filesystem.

and you can mount like this depending on filesytem:
mount -t ext2 /dev/fd0 <--mount floppy with linux filesystem
or..
mount -t vfat /dev/fd0 <--mount floppy with fat filesystem
 
Old 07-29-2003, 10:45 PM   #4
Foreseeen
LQ Newbie
 
Registered: Jul 2003
Location: Colorado
Distribution: Red Hat 7.1, 7.2, 8
Posts: 6

Original Poster
Rep: Reputation: 0
Thanks that will help tremendously!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Floppy problem: inable to find floppy vasanthraghavan Linux - Hardware 1 07-03-2005 09:34 PM
Just installed Fedora, fatal error when it looks for floppy, i have no floppy Zieroth Linux - Software 18 07-19-2004 06:42 PM
Debian Woody floppy install problems with ATAPI floppy jturnicate Linux - Newbie 0 02-17-2004 09:45 AM
Internal floppy to USB Floppy kbvaldez Linux - Newbie 0 08-21-2003 11:11 AM
Floppy disk fail to boot when install suse 8 with boot from floppy ffang Linux - Newbie 0 08-18-2003 08:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:56 PM.

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