Announcement

Collapse
No announcement yet.

Can't Mount vfat Partition

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Can't Mount vfat Partition

    I deleted several partitions that I didn't need and created one new partition. It is a FAT32 partition, for sharing files between WinXP and Kubuntu.

    I updated the /etc/fstab file with the following (based on my limited knowledge):

    Code:
    # /dev/hdb1
    /dev/hdb1	/media/FILES  vfat  defaults,utf8,umask=007,gid=46 0    1
    But, the folder/partition does not mount; I get "/media/FILES does not exist" when I try to mount (mount -a).

    I don't know what "UUID" is or how to get one for the partition; is that what the problem is? All of my other partitions have a "UUID=xxxxxx" entry for the <file system>.

    Please help! Thanks.
    Ernie Grossmann<br />Opening doors, closing Windows.......<br />AMD Athlon X2<br />Asus K8, 2 GB PC 3200 RAM<br />Using Kubutu 10.10

    #2
    Re: Can't Mount vfat Partition

    Create a directory in /media name FILES

    Comment


      #3
      Re: Can't Mount vfat Partition

      Originally posted by mfburgo
      Create a directory in /media name FILES
      I could have sworn I'd done that already. But it wasn't there; re-created it and I got the partition to mount. Thanks!

      BTW, Kubuntu won't delete the directory on a reboot, will it?
      Ernie Grossmann<br />Opening doors, closing Windows.......<br />AMD Athlon X2<br />Asus K8, 2 GB PC 3200 RAM<br />Using Kubutu 10.10

      Comment


        #4
        Re: Can't Mount vfat Partition

        Originally posted by ernieg92

        Kubuntu won't delete the directory on a reboot, will it?
        Nope!

        Comment

        Working...
        X