Mount Fat 32 partition

Discussion in 'Linux' started by celticbhoy, Jan 14, 2009.

  1. celticbhoy

    celticbhoy

    Joined:
    Oct 27, 2008
    Messages:
    29
    Likes Received:
    0
    I have set up my 120G AA1 with Linpus, Ubuntu, and XP, plus and additional 15G partition forf shared data formated to Fat 32. The only problem is how to mount this partition in Linpus.
     
    celticbhoy, Jan 14, 2009
    #1
  2. celticbhoy

    klamath

    Joined:
    Jan 13, 2009
    Messages:
    70
    Likes Received:
    0
    add the line :

    /dev/sda? /mnt/your_mount_point vfat noauto,umask=000 0 0

    ( where /dev/sda? is the partition device ( you can find it with ' fdisk -l ' ) and /mnt/your_mount_point
    is the directory you have to create to mount to the partition ) to your /etc/fstab.
    Then give as root
    'mount /mnt/your_mount_point'
     
    klamath, Jan 14, 2009
    #2
  3. celticbhoy

    celticbhoy

    Joined:
    Oct 27, 2008
    Messages:
    29
    Likes Received:
    0
    Can this be set to automount ???
     
    celticbhoy, Jan 14, 2009
    #3
  4. celticbhoy

    klamath

    Joined:
    Jan 13, 2009
    Messages:
    70
    Likes Received:
    0
    yes, in the line above change "noauto,umask=000" with "auto,umask=000"

    /dev/sda? /mnt/your_mount_point vfat auto,umask=000 0 0
     
    klamath, Jan 14, 2009
    #4
  5. celticbhoy

    celticbhoy

    Joined:
    Oct 27, 2008
    Messages:
    29
    Likes Received:
    0
    Thanx for the help Klamath
     
    celticbhoy, Jan 14, 2009
    #5
  6. celticbhoy

    klamath

    Joined:
    Jan 13, 2009
    Messages:
    70
    Likes Received:
    0
    nothing
     
    klamath, Jan 14, 2009
    #6
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.