You are not logged in.

#1 2009-02-05 21:08:43

halcor
Member
Registered: 2008-05-15
Posts: 71

Mount a floppy?

I can't install xorg, my mouse don't work. But I'm a intelligente boy, and I've got the old xorg.conf in a floppy 3 1/4. But I can't use sad.

I don't know how to mount a floppy from console. the wiki has NOT anything about mount a floppy. I search and I find commands by Ubuntu, or debian, but ther did'nt work. Also I install hal, but it don't aumount, also I add hal to rc.conf, and I uncomment in /etc/fstab

How can i Mount my floppy?

Offline

#2 2009-02-05 21:46:24

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: Mount a floppy?

modprobe floppy; mkdir /mnt/floppy; mount /dev/fl[tab] /mnt/floppy

Offline

#3 2009-02-05 22:01:45

halcor
Member
Registered: 2008-05-15
Posts: 71

Re: Mount a floppy?

mount: You must specify the file system. {translated from spanish}

Offline

#4 2009-02-05 22:05:17

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: Mount a floppy?

Try adding "-t vfat" to that mount command. If your floppy isn't formatted, you can try mkfs.vfat /dev/fl[tab].

Offline

#5 2009-02-05 22:06:09

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: Mount a floppy?

Ah. It isn't /dev/fl. It is /dev/fd0.

Offline

#6 2009-02-05 22:21:30

halcor
Member
Registered: 2008-05-15
Posts: 71

Re: Mount a floppy?

mount -t vfat /dev/fd0 /mnt/floppy/
mount: /dev/fd0 no es un dispositivo de bloques { /dev/fd0 isn't a block dispositive}

sad
I can't format the floppy, because xorg.cong is in.

Also I press [tab] but nothing happened.

Offline

#7 2009-02-05 22:26:17

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: Mount a floppy?

Hm, I don't know what the problem is. I haven't used floppies for ages.

Offline

#8 2009-02-05 22:36:33

halcor
Member
Registered: 2008-05-15
Posts: 71

Re: Mount a floppy?

Ok, don't worry. Thanks.

Do you know how mount an usb stick?

Offline

#9 2009-02-05 22:39:36

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: Mount a floppy?

Yeah, connect it, check in dmesg for its name (sdX), make a destination dir (eg. mkdir /mnt/usb) and mount it (mount /dev/sdXY /mnt/usb - Y is a partition number).

Offline

#10 2009-02-05 22:55:23

halcor
Member
Registered: 2008-05-15
Posts: 71

Re: Mount a floppy?

Thanks!

If someone know hot to mount a floppy I'm also interested in, and please put on the wiki.

How can I formar a usb stick with write protection on. It is possible? The usb has no button or similar to quit.

Offline

#11 2009-02-06 03:51:40

perbh
Member
From: Republic of Texas
Registered: 2005-03-04
Posts: 765

Re: Mount a floppy?

Should be
mount /dev/fd0 /mnt/fl-or-whatever

However, if your hardware is brand new - it actually _may_ be a usb-floppy, in which case it is /dev/sdX

In addition - it may also have a partition on it, though not neccessarily, in which case it just may be /dev/sdX1

Try: dmesg|grep fd or possibly dmesg|grep sd

Offline

#12 2009-02-06 09:13:26

Procyon
Member
Registered: 2008-05-07
Posts: 1,819

Re: Mount a floppy?

I wonder if you could actually do something like "hexcurse /dev/fd0"

Offline

Board footer

Powered by FluxBB