You are not logged in.

#1 2008-08-13 03:46:38

vytalelementz
Member
From: West Palm Beach, FL, USA
Registered: 2007-04-23
Posts: 99

Can not mount floppy drive [SOLVED]

I just installed a floppy drive and can not mount the device with the command "mount /mnt/floppy". When I attempt to mount the floppy drive I get the error message:

mount: I could not determine the filesystem type, and none was specified

This is the line I added to fstab before reboot:

/dev/fd0 /mnt/floppy  auto  rw,user,noauto 0 0

I have added "floppy" to the MODULES directive in the rc.conf file. I have added my user name to the floppy group. I am running out of ideas and any help is appreciated.

Last edited by vytalelementz (2008-08-26 16:01:21)


Best Regards,

The Vytalone

Offline

#2 2008-08-13 09:54:39

Zerathidune
Member
Registered: 2007-02-25
Posts: 102

Re: Can not mount floppy drive [SOLVED]

I see two things:
1. there is no leading slash in the device path name in your fstab.

2. Though it should be able to autodetct the filesystem, it is complaining that it can't. you could try specifying it manually:

mount -t vfat /mnt/floppy

(assuming it is a VFAT formatted floppy. this could also be ext2, ext3, etc.)

Offline

#3 2008-08-13 13:07:50

vytalelementz
Member
From: West Palm Beach, FL, USA
Registered: 2007-04-23
Posts: 99

Re: Can not mount floppy drive [SOLVED]

1. there is no leading slash in the device path name in your fstab.

Woops! That was a copy and paste error. The forward slash is there. I just edited it. smile

2. Though it should be able to autodetct the filesystem, it is complaining that it can't. you could try specifying it manually:

mount -t vfat /mnt/floppy

I too thought it was odd that it didn't automatically detect the file system since 'auto' was the recommended value for the floppy device. However, I will try your suggestion. I will also try specifying vfat in my fstab just for kicks to see if this works. Thanks for the reply.

Last edited by vytalelementz (2008-08-13 13:15:36)


Best Regards,

The Vytalone

Offline

#4 2008-08-13 14:18:12

KimTjik
Member
From: Sweden
Registered: 2007-08-22
Posts: 715

Re: Can not mount floppy drive [SOLVED]

I don't use any floppy drive on the computer I now use, but I wonder whether /mnt is the prefered path. I'm sure the auto configured path done by current Arch installations is:

/dev/fd0 /media/fl   auto   user,noauto   0      0

Try and see whether it makes any difference.

Offline

#5 2008-08-13 14:23:04

slackhack
Member
Registered: 2004-06-30
Posts: 738

Re: Can not mount floppy drive [SOLVED]

are you sure the floppy isn't bad? it says it can't determine the filesystem type.

Offline

#6 2008-08-13 15:14:52

vytalelementz
Member
From: West Palm Beach, FL, USA
Registered: 2007-04-23
Posts: 99

Re: Can not mount floppy drive [SOLVED]

Both the floppy disk and drive are fine. The floppy drive is new and I can copy and delete files on the disk from a windows box just fine.


Best Regards,

The Vytalone

Offline

#7 2008-08-13 22:33:59

bt
Member
Registered: 2007-04-11
Posts: 198

Re: Can not mount floppy drive [SOLVED]

have your tried: modprobe floppy
The driver may not have been loaded.

Offline

#8 2008-08-14 01:17:41

vytalelementz
Member
From: West Palm Beach, FL, USA
Registered: 2007-04-23
Posts: 99

Re: Can not mount floppy drive [SOLVED]

Yes I have tried modprobe as well. I will continue to research this. My motherboard may not recognize the newly installed floppy drive so I will try to test it.


Best Regards,

The Vytalone

Offline

#9 2008-08-18 01:07:09

GO
Member
Registered: 2008-08-18
Posts: 2

Re: Can not mount floppy drive [SOLVED]

Thanks, bt!

I tried everything to get my Arch system to recognize my floppy drive.

Nothing worked until I found this post and your advice to try "modprobe floppy".

Suddenly Xfce4 automatically recognized the floppy.

Now I can continue to work on the fstab settings.

Thanks.

Offline

#10 2008-08-26 15:59:51

vytalelementz
Member
From: West Palm Beach, FL, USA
Registered: 2007-04-23
Posts: 99

Re: Can not mount floppy drive [SOLVED]

I double checked my connection from the m/b to the floppy drive and realized it wasn't connected properly. That was my blond moment. Argh! sad All is well now, thanks for all the input. At least I now know how to configure my floppy drive in arch. smile

Last edited by vytalelementz (2008-08-26 16:01:01)


Best Regards,

The Vytalone

Offline

Board footer

Powered by FluxBB