• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

USB Disk doesn't support ACL's

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    USB Disk doesn't support ACL's

    Bugger,

    just spent the afternoon installing some stuff on me sandbox,
    only to see it bomb out towards the end with the error message
    that the disk (a usb disk) doesn't support ACL's

    Bugger, anyone know if this is a parameter or anything ?

    Ta

    Milan.

    #2
    after lurking for a while im happy to make a useful first post (i hope). USB disks are FAT32 formatted by default and FAT32 does not support ACL. You have to format it using NTFS, although you won't be able to read the disk in Win95/98 and you'll have to "safely remove" the disk every time. Google for "format usb ntfs" for more info.

    Comment


      #3
      thanks

      Milan.

      Comment


        #4
        Or format it Reiser FS and dump the Billyware...
        Listen to my last album on Spotify

        Comment


          #5
          Originally posted by milanbenes
          Bugger, anyone know if this is a parameter or anything ?

          Ta

          Milan.
          Certainly, if you tweak the odd knob then that makes it more likely. Dangerous doing this sort of thing in a sandbox, that grit will get everyhere.

          Comment


            #6
            Originally posted by cswd
            And get your filesystem dumped... ReiserFS bombs left right and center.
            Been running happily for well over a year with the fstab below on my desktop machine. Reiser is a lot more stable now that it was 3 or 4 years ago. Always used to use ext3 to have a journalling file system that was stable. Reiser's caught up now.

            Code:
            mparker@ivan:~> cat /etc/fstab
            /dev/hda6            /                    reiserfs   acl,user_xattr        1 1
            /dev/hda9            /home                reiserfs   acl,user_xattr        1 2
            /dev/hda8            /usr                 reiserfs   acl,user_xattr        1 2
            /dev/hda7            swap                 swap       pri=42                0 0
            devpts               /dev/pts             devpts     mode=0620,gid=5       0 0
            proc                 /proc                proc       defaults              0 0
            usbfs                /proc/bus/usb        usbfs      noauto                0 0
            sysfs                /sys                 sysfs      noauto                0 0
            /dev/dvdrecorder     /media/dvdrecorder   subfs      noauto,fs=cdfss,ro,users,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
            /dev/fd0             /media/floppy        subfs      noauto,fs=floppyfss,procuid,nodev,nosuid,sync 0 0
            
            mparker@ivan:~>
            Listen to my last album on Spotify

            Comment


              #7
              Well we've recently switched over to ReiserFS from ext3 on SuSE 9.3 for production systems and it works a dream for us. No problems encountered so far but I think I'll keep an eye out now.
              Brexit is having a wee in the middle of the room at a house party because nobody is talking to you, and then complaining about the smell.

              Comment


                #8
                Excuse me - why isn't this in Technical?

                Are we Linux peeps hiding from Dim and Threaded here?

                Any - I've just dumped the pile of kakk that was Mandrake 10 for SimplyMepis 3.4.3.

                Wot a relief - I've finally got my eth0 back and I didn't have to struggle for printer drivers and how about that synaptic package manager and... *rambles incoherently for ten minutes*...and the laptop is much happier as well.
                "I can put any old tat in my sig, put quotes around it and attribute to someone of whom I've heard, to make it sound true."
                - Voltaire/Benjamin Franklin/Anne Frank...

                Comment


                  #9
                  What's up darling, not giving you enough sweet lovin'.?
                  Insanity: repeating the same actions, but expecting different results.
                  threadeds website, and here's my blog.

                  Comment


                    #10
                    no threaded you're guru enough for me, it's just that I have needs too.... and linux... well....
                    "I can put any old tat in my sig, put quotes around it and attribute to someone of whom I've heard, to make it sound true."
                    - Voltaire/Benjamin Franklin/Anne Frank...

                    Comment

                    Working...
                    X