Announcement

Collapse
No announcement yet.

Can't create directory on mount FAT drive

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

    #16
    Re: Can't create directory on mount FAT drive

    Argh! I hate it when people do this!
    It would be too easy


    Checking rights

    What says:
    Code:
    ls -l /media/
    Here, my fat folder:
    drwxrwxrwx 4 root root 4096 2007-05-17 15:34 fat
    that means:
    d directory
    rwx owner can read, write and execute
    rwx group can can read, write and execute
    rwx others can can read, write and execute


    Links (i hope that these don't die)

    Linux permissions help
    http://zzee.com/solutions/linux-permissions.shtml

    Chmod help
    http://zzee.com/solutions/chmod-help.shtml
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment


      #17
      Re: Can't create directory on mount FAT drive

      I had never tried the 4 digit thing either.

      Comment


        #18
        Re: Can't create directory on mount FAT drive

        Originally posted by lingenfr
        /dev/sda1 /media/pmp0642
        Just to rule out the "obvious": could you please post your system's response to

        Code:
        more /etc/mtab | grep /media/pmp

        Comment


          #19
          Re: Can't create directory on mount FAT drive

          Originally posted by UnicornRider
          Originally posted by lingenfr
          /dev/sda1 /media/pmp0642
          Just to rule out the "obvious": could you please post your system's response to

          Code:
          more /etc/mtab | grep /media/pmp
          /dev/sda1 /media/pmp0642 vfat rw,noexec,nosuid,nodev 0 0

          Comment


            #20
            Re: Can't create directory on mount FAT drive

            Mumble, mumble ... and:

            Code:
            ls -l /media | grep pmp

            Comment


              #21
              [SOLVED] Can't create directory on mount FAT drive

              Originally posted by UnicornRider
              Mumble, mumble ... and:

              Code:
              ls -l /media | grep pmp
              drwxrwxrwx 8 root root 32768 1969-12-31 19:00 pmp0642

              I am trying to create a folder in the audio subdirectory

              drwxrwxrwx 432 root root 32768 2007-09-10 10:42 audio

              Checking, one of the changes seems to have worked. The permissions are correct and I can create a directory. My current fstab entry looks like this:

              /dev/sda1 /media/pmp0642 vfat auto,umask=0000 0 0

              Comment

              Working...
              X