paulb
10-20-2001, 01:14 PM
How can I write to a Windows floppy in Linux?
Do I need a special program?
RH7.2
Do I need a special program?
RH7.2
|
Click to See Complete Forum and Search --> : Windows Floppy Format paulb 10-20-2001, 01:14 PM How can I write to a Windows floppy in Linux? Do I need a special program? RH7.2 Strike 10-20-2001, 01:26 PM First of all, there is no RedHat 7.2 yet. Secondly, no you don't need any special tools, but the mtools package (should be on your install CDs) make it easy to do so. bdg1983 10-20-2001, 01:29 PM Just mount your floppy as type msdos instead of ext2. paulb 10-20-2001, 01:30 PM Whoops... I guess I must not have RH7.2 then... Thanks paulb 10-20-2001, 02:50 PM Originally posted by Logon Name Gone: <STRONG>Just mount your floppy as type msdos instead of ext2.</STRONG> How do I do this?? I dont mount my Floppys, I let Konquerer and Gnome to it. bdg1983 10-20-2001, 03:12 PM Have a look in your /etc/fstab. Mine is as so /dev/fd0 /mnt/floppy auto defaults,user,noauto 0 0 The auto after /mnt/floppy allows the system to auto detect the filesystem type. msdos or ext2 Another way would be to manually mount mount -t msdos /dev/fd0 /mnt/floppy or mount -t ext2 /dev/fd0 /mnt/floppy man mount or man fstab for lots and lots of options. paulb 10-20-2001, 05:39 PM Thanks mdwatts. bdg1983 10-20-2001, 05:49 PM Your welcome. Always a pleasure. justlinux.com
Copyright Internet.com Inc. All Rights Reserved. |