Results 1 to 9 of 9

Thread: [SOLVED] Little Advice with ACL

  1. #1
    Join Date
    Oct 2008
    Location
    Panama City
    Beans
    175
    Distro
    Ubuntu 8.04 Hardy Heron

    [SOLVED] Little Advice with ACL

    Hello, im studyin with my ebook and im in a part that talks about acls, and how to enable, it say that i have to add the acl option to the /etc/fstab something like this
    Code:
    /dev/hda6 /home ext3 rw,auto,acl 0 1
    , but in my fstab file i dont see anything with /home, i have a problem with my fstab file? should i have mounted a /home line?

    thanks.

  2. #2
    Join Date
    May 2008
    Beans
    518

    Re: Little Advice with ACL

    having a /home partition is optional. i guess in your ebook the /home partition is just an example...

    dracayr

  3. #3
    Join Date
    Oct 2008
    Location
    Panama City
    Beans
    175
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Little Advice with ACL

    Quote Originally Posted by dracayr View Post
    having a /home partition is optional. i guess in your ebook the /home partition is just an example...

    dracayr

    But then that means that i cannot use acl with my current partition scheme is the default in ubuntu!!! ? can i enable to my sda1? but i didnt find any line like the one in the example!

  4. #4
    Join Date
    Oct 2008
    Location
    Panama City
    Beans
    175
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Little Advice with ACL

    Quote Originally Posted by dracayr View Post
    having a /home partition is optional. i guess in your ebook the /home partition is just an example...

    dracayr
    mmm i have a line that says this
    Code:
    dev/sda1
    UUID=afb54b36-e2fd-49b4-b335-4f4761596bc6 /               ext3    relatime,errors=remount-ro 0       1
    can i add acl to this line?

  5. #5
    Join Date
    Jun 2006
    Location
    Somewhere too cold!
    Beans
    Hidden!

    Re: Little Advice with ACL

    Quote Originally Posted by drakeman007 View Post
    mmm i have a line that says this
    Code:
    dev/sda1
    UUID=afb54b36-e2fd-49b4-b335-4f4761596bc6 /               ext3    relatime,errors=remount-ro 0       1
    can i add acl to this line?
    yes.

  6. #6
    Join Date
    Oct 2008
    Location
    Panama City
    Beans
    175
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Little Advice with ACL

    Quote Originally Posted by mojoman View Post
    yes.
    Thanks but where, like that?
    Code:
    dev/sda1
    UUID=afb54b36-e2fd-49b4-b335-4f4761596bc6 /               ext3    relatime,errors=remount-ro, acl 0
    ??? and then it says that i have to remount again, to remount my main partition i have to restart just the gui or all the system?

  7. #7
    Join Date
    May 2008
    Beans
    518

    Re: Little Advice with ACL

    your system. but first, make sure you still have that 1 included at the end of the line (in your recent post, you seem to have forgotten it)

    dracayr

  8. #8
    Join Date
    Oct 2008
    Location
    Panama City
    Beans
    175
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Little Advice with ACL

    Quote Originally Posted by dracayr View Post
    your system. but first, make sure you still have that 1 included at the end of the line (in your recent post, you seem to have forgotten it)

    dracayr
    Thanks for to both for the help! i already set the acl, and thanks dracayr for the 1, i forgot tu put it, ...
    thanks..

  9. #9
    Join Date
    Jun 2006
    Location
    Somewhere too cold!
    Beans
    Hidden!

    Re: [SOLVED] Little Advice with ACL

    acl is an option. They are stated and separated with a comma, not the way you wrote. This is an example from my fstab, on one of my partitions:

    Code:
    UUID=f9816ed4-9398-4d7a-a20a-89ac8249e496	/home/shared	ext3	acl,user,rw	0	2
    I would strongly recommend that you try this first with another partition, not root, at least not until you got it right. Messing with the root partition in fstab and then re-booting might give rise to unexpected behavior...

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
  •