Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
mounting floppy via terminal window
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
apasuper8
n00b
n00b


Joined: 04 Aug 2002
Posts: 9
Location: Charleston SC

PostPosted: Fri Aug 09, 2002 1:04 pm    Post subject: mounting floppy via terminal window Reply with quote

What is the command to mount the floppy drive in a xterm window. I was trying to execute the following command:

mount /dev/fd0 /mnt/floppy

and it comes back saying "missing filesystem type"
What am I missing...
Thanks!
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Fri Aug 09, 2002 1:08 pm    Post subject: Reply with quote

Is fd0 in your /etc/fstab? If so, you shouldn't have problems. If it's not, you can type -t vfat (if it's a "standard" [Windows] floppy) or -t ext2/ext3/reiserfs/minixfs/mycrazyfs if it's a floppy you're sharing between Linux boxen.
_________________
I don't believe in witty sigs.
Back to top
View user's profile Send private message
Naan Yaar
Bodhisattva
Bodhisattva


Joined: 27 Jun 2002
Posts: 1549

PostPosted: Fri Aug 09, 2002 1:12 pm    Post subject: Reply with quote

Also, do you have VFAT support compiled into your kernel or as a module?
Back to top
View user's profile Send private message
apasuper8
n00b
n00b


Joined: 04 Aug 2002
Posts: 9
Location: Charleston SC

PostPosted: Fri Aug 09, 2002 1:13 pm    Post subject: Reply with quote

nope ... didn't build that in my kernel ...
Back to top
View user's profile Send private message
Naan Yaar
Bodhisattva
Bodhisattva


Joined: 27 Jun 2002
Posts: 1549

PostPosted: Fri Aug 09, 2002 1:16 pm    Post subject: Reply with quote

You need it if you want to mount FAT/VFAT. Try turning these three on for good measure:
Code:

DOS FAT fs support
MSDOS fs support
VFAT (Windows-95) fs support


All this assumes that the floppy is DOS formatted. If it is formatted as ext2, you would not need any of the above :).
Back to top
View user's profile Send private message
Naan Yaar
Bodhisattva
Bodhisattva


Joined: 27 Jun 2002
Posts: 1549

PostPosted: Fri Aug 09, 2002 1:26 pm    Post subject: Reply with quote

You can also emerge mtools and use it:
http://www.tldp.org/FAQ/Linux-FAQ/compatibility.html#HOW-DO-I-ACCESS-FILES-ON-MY-DOS-PARTITION

This will allow you to access floppies without mounting them.
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Fri Aug 09, 2002 4:36 pm    Post subject: Reply with quote

Also:
Code:
# emerge -s mtools
[ Results for search key : mtools ]
[ Applications found : 1 ]
 
*  app-admin/mtools
      Latest version Available: 3.9.8-r1
      Latest version Installed: [ Not Installed ]
      Homepage: http://mtools.linux.lu
      Description: Mtools is a collection of utilities to access MS-DOS disks
      from Unix without mounting them. It supports Win95 style long file
      names,...

I'm a stickler for using an ebuild.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
Naan Yaar
Bodhisattva
Bodhisattva


Joined: 27 Jun 2002
Posts: 1549

PostPosted: Fri Aug 09, 2002 4:47 pm    Post subject: Reply with quote

So am I :). Hence the suggestion to emerge above:
Naan Yaar wrote:

You can also emerge mtools and use it

The link was basically for information re: DOS access et al.

kanuslupus wrote:
...I'm a stickler for using an ebuild.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo 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