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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
07-29-2003, 09:15 PM
|
#1
|
LQ Newbie
Registered: Jul 2003
Location: Colorado
Distribution: Red Hat 7.1, 7.2, 8
Posts: 6
Rep:
|
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.
|
|
|
07-29-2003, 09:31 PM
|
#2
|
Senior Member
Registered: Feb 2001
Location: Montreal, Quebec, Canada
Distribution: RedHat, Fedora, CentOS, SUSE
Posts: 1,403
Rep:
|
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.
Last edited by Mathieu; 07-29-2003 at 09:33 PM.
|
|
|
07-29-2003, 09:59 PM
|
#3
|
Senior Member
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185
Rep:
|
.....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
|
|
|
07-29-2003, 10:45 PM
|
#4
|
LQ Newbie
Registered: Jul 2003
Location: Colorado
Distribution: Red Hat 7.1, 7.2, 8
Posts: 6
Original Poster
Rep:
|
Thanks that will help tremendously!
|
|
|
All times are GMT -5. The time now is 07:56 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|