Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Mounting floppy disk
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Elsipkitch9809
Apprentice
Apprentice


Joined: 21 Jul 2002
Posts: 186

PostPosted: Tue Oct 15, 2002 9:13 pm    Post subject: Mounting floppy disk Reply with quote

Hola,

I have a quick question that I haven't been able to figure out yet. How does someone mount a floppy disk drive? I tried mount /mnt/floppy, but realized that I need to add it to my /etc/fstab file. I tried to make a line for it, but it seems like its not working, because it had problems "mounting an unknown fs". It may have been FAT that it was trying to mount, but even so, is there a program that will let you format a disk to a certain fs? Thanks for any help :)
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Tue Oct 15, 2002 9:58 pm    Post subject: Re: Mounting floppy disk Reply with quote

alaterale wrote:
I have a quick question that I haven't been able to figure out yet. How does someone mount a floppy disk drive?

Adding to /etc/fstab as you described is a good long-term idea. Without that entry, you would need something like:
Code:
# mount -t msdos /dev/fd0 /mnt/floppy

Quote:
is there a program that will let you format a disk to a certain fs?

Since you mention FAT, I'll assume you're on x86, so you might want to look into the dosfstools package.
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum