LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   How to mount floppy (https://www.linuxquestions.org/questions/suse-opensuse-60/how-to-mount-floppy-540224/)

riba43 03-24-2007 01:01 PM

How to mount floppy
 
Hi, I was trying to import my certificates from floppy into Firefox, but was surprized with the error message, after entering the command "mount /dev/fd0. The error message is "bgorjup@riba43:~> mount /dev/fd0
mount: special device /dev/fd0 does not exist"
I am running SuSE 10.3A2

kstan 03-24-2007 01:17 PM

are u use usb floppy drive?

riba43 03-26-2007 11:41 AM

No, I am using a normal FDD.The problem is it worked some days ago and then all of the sudden, there was not icon on My computer and i cant load files from a floppy into Firefox ( certificates). ????

kstan 03-27-2007 07:42 PM

u can try list all floppy drive in your computer.
ls /dev/f*

then probably you have some ideal.

riba43 03-28-2007 12:31 AM

Hi, this is the message:

bgorjup@riba43:~> ls /dev/f*
/dev/fb0 /dev/full /dev/fwmonitor

/dev/fd:
0 1 2 3
bgorjup@riba43:~>

and my fstab entry:

/dev/disk/by-id/ata-WDC_WD800JB-00ET_WD-WCAHL6103923-part6 / ext3 acl,user_xattr 1 1
/dev/disk/by-id/ata-WDC_WD800JB-00ET_WD-WCAHL6103923-part7 /home ext3 acl,user_xattr 1 2
/dev/disk/by-id/ata-WDC_WD800JB-00ET_WD-WCAHL6103923-part1 /windows/C ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/disk/by-id/ata-MAXTOR_6L040J2_362124625531-part1 /windows/D vfat users,gid=users,umask=0002,utf8=true 0 0
/dev/disk/by-id/ata-WDC_WD800JB-00ET_WD-WCAHL6103923-part5 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
/dev/fd0 /media/floppy auto rw,noauto,user,sync 0 0

jschiwal 03-28-2007 12:49 AM

I think that the device to use is /dev/fd/0 for the first floppy device. The floppy disk needs to be formatted before you will be able to mount the filesystem.

riba43 03-28-2007 01:00 AM

No, not working. This is the replay:
bgorjup@riba43:~> mount /dev/fd/0
mount: can't find /dev/fd/0 in /etc/fstab or /etc/mtab
bgorjup@riba43:~>

jschiwal 03-28-2007 04:53 AM

Since you don't have an entry in /etc/fstab, you need to include the rest of mount command.

For example, to mount it over /mnt

sudo mount -t vfat /dev/fd/0 /mnt

riba43 03-28-2007 06:46 AM

I think the entry is there:

/dev/fd0 /media/floppy auto rw,noauto,user,sync 0 0

jschiwal 03-28-2007 08:17 AM

Quote:

Originally Posted by riba43
I think the entry is there:

/dev/fd0 /media/floppy auto rw,noauto,user,sync 0 0

Try " /dev/fd/0 /media/floppy auto rw,noauto,user,sync 0 0"

Try mounting it with "mount /media/floppy". Although I'm not certain that /dev/fd/0 isn't for a partitioned floppy disk.


All times are GMT -5. The time now is 05:24 PM.