Results 1 to 4 of 4

Thread: mounting fat 32 floppy

  1. #1
    brendan
    Guest

    mounting fat 32 floppy

    Just a quick, and most likely a rather simple question.

    How does one mount a floppy that is formatted using the fat 32 file system. I ask this as it is my last obsticle to completly freeing myself from windows.

    love the forum, and thanks to all.

  2. #2
    nfallon
    Guest

    Re:mounting fat 32 floppy

    Put the floppy in the drive.
    Go to the /mnt directory.
    Click on floppy.

    Neil

  3. #3
    Spot
    Guest

    Re:mounting fat 32 floppy

    How does one mount a floppy that is formatted using the fat 32 file system. I ask this as it is my last obsticle to completly freeing myself from windows.
    If you use KDE, you should have a floppy icon on your desktop. If you right-click on it, there should be a mount option. If not, at a terminal, you should simple be able to enter the comnad: mount /mnt/floppy and it should be able to auto-detect what file system is in use, at least in most modern distros. You can tell by taking a look at your fstab file:

    [spot@halb spot]$ cat /etc/fstab | grep floppy
    /dev/fd0 /mnt/floppy auto user,iocharset=iso8859-1,umask=0,sync,exec,codepage=850,noauto 0 0

    That's what mine looks like, and I can just insert a floppy and mount it. This is what shows when I use the -v (verbose) switch:

    [spot@halb spot]$ mount -v /mnt/floppy
    mount: you didn't specify a filesystem type for /dev/fd0
    I will try all types mentioned in /etc/filesystems or /proc/filesystems
    Trying vfat
    /dev/fd0 on /mnt/floppy type vfat (rw,nosuid,nodev,sync,iocharset=iso8859-1,umask=0,codepage=850,user=spot)



    HTH

  4. #4
    iansl
    Guest

    Re:mounting fat 32 floppy

    I didn't even know you could format floppies to FAT32!

Similar Threads

  1. OpenBSD Installation Guide (for v3.0)
    By Schotty in forum Linux - General Topics
    Replies: 3
    Last Post: 02-28-2006, 09:34 AM
  2. windows boot disk without floppy
    By sujoki in forum Linux - General Topics
    Replies: 0
    Last Post: 11-14-2004, 07:47 PM
  3. How do i install a floppy drive??
    By in forum Linux - Hardware, Networking & Security
    Replies: 6
    Last Post: 01-23-2004, 08:19 PM
  4. Moving a file from floppy to hdd
    By Phaete in forum Linux - General Topics
    Replies: 2
    Last Post: 04-20-2002, 01:43 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •