Page 4 of 4 FirstFirst ... 234
Results 31 to 34 of 34

Thread: HOWTO fix floppy disk mounting issues

  1. #31
    Join Date
    May 2005
    Location
    Lecce, Italy
    Beans
    6,168
    Distro
    Ubuntu

    Re: HOWTO fix floppy disk mounting issues

    Quote Originally Posted by stanz View Post
    Ha.. I was just trying to save a Oo doc, to floppy- since printer is on da blink.
    I grabbed a disk, & figured to format- using dappers "floppy formatter", & noticed the choice of 'DOS' or 'EXT2'.
    Choosing Linux, with a successful format, I went to save the file...
    which gave me a quick "unknown file format".
    Again with mounting: mount: unknown filesystem type ''.
    Even trying to use the 'DOS', gave error & I figure since I used 'EXT3',
    I'm SOL with 'EXT2'.?!
    Just venting...asta!
    Make the following line look like the line I put in red:
    Code:
    /dev/fd0 /media/floppy0 auto, rw,user,auto 0 0
    Code:
    
    /dev/fd0        /media/floppy0  auto    rw,user,noauto  0       0
    
    NOTE: don't put a "," after "auto"

  2. #32
    Join Date
    Jan 2006
    Location
    BC, Ca
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO fix floppy disk mounting issues

    Quote Originally Posted by tseliot View Post
    Make the following line look like the line I put in red:
    Code:
    /dev/fd0 /media/floppy0 auto, rw,user,auto 0 0
    Code:
    
    /dev/fd0        /media/floppy0  auto    rw,user,noauto  0       0
    
    NOTE: don't put a "," after "auto"
    Done Deal...Thanks again tseliot !
    It all was tabbed in file, this must have compressed with copy/paste?

  3. #33
    Join Date
    Mar 2006
    Beans
    62

    Re: HOWTO fix floppy disk mounting issues

    I'm having the same problem.

    /etc/fstab:
    # /etc/fstab: static file system information.
    #
    # <file system> <mount point> <type> <options> <dump> <pass>
    proc /proc proc defaults 0 0
    /dev/sda1 / ext3 defaults,errors=remount-ro 0 1
    /dev/sda5 none swap sw 0 0
    /dev/hda /media/cdrom0 udf,iso9660 user,noauto 0 0
    /dev/hda1 /windows vfat iocharset=utf8,umask=000 0 0
    /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
    error message:
    mount: I could not determine the filesystem type, and none was specified.
    I am in the group. I have pmount 0.9.11-1ubuntu1 installed.

    help.

  4. #34
    Join Date
    May 2006
    Location
    Singapore
    Beans
    56

    Re: HOWTO fix floppy disk mounting issues

    http://psychocats.net/ubuntu/mountlinux.html

    did you " sudo mount -a " after changing your fstab.

    then give it the proper permissions.

    sudo chown -R username:username /media/floppy0
    sudo chmod -R 755 /media/floppy0


    I modify the instructions from the link and it work for me somehow.Please put in your username in the sudo above. Hope it works for you.

Page 4 of 4 FirstFirst ... 234

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
  •