View previous topic :: View next topic |
Author |
Message |
lousyd Apprentice
Joined: 15 Mar 2003 Posts: 166 Location: Des Moines
|
Posted: Fri May 23, 2003 6:15 am Post subject: ACL and ext3 |
|
|
What package contains ACL stuff?
What package contains the ext3 filesystem? |
|
Back to top |
|
|
Matje l33t
Joined: 29 Oct 2002 Posts: 619 Location: Hasselt, Belgium
|
Posted: Fri May 23, 2003 8:24 am Post subject: |
|
|
The ext3 filesystem should be enabled in your kernel (ext2 with journalling enabled) You can create a ext3 filesystem with mke2fs -j /dev/hdx. The rest of the utils for ext2 work for ext3 too. You can find them in e2fsprogs. _________________ Life is like a box of chocolates... Before you know it, it's empty... |
|
Back to top |
|
|
lousyd Apprentice
Joined: 15 Mar 2003 Posts: 166 Location: Des Moines
|
Posted: Fri May 23, 2003 2:12 pm Post subject: |
|
|
So, if I wanted to install a new filesystem, I'd simply enable it in the kernel? Filesystem software is purely in the kernel? There's no non-kernel packages that are required to make the filesystem exist? |
|
Back to top |
|
|
Matje l33t
Joined: 29 Oct 2002 Posts: 619 Location: Hasselt, Belgium
|
Posted: Fri May 23, 2003 5:14 pm Post subject: |
|
|
For your kernel to understand it and for you to mount it, no. If you want to create or filecheck a filesystem you do need extra packages, in this case e2fsprogs _________________ Life is like a box of chocolates... Before you know it, it's empty... |
|
Back to top |
|
|
arkane l33t
Joined: 30 Apr 2002 Posts: 918 Location: Phoenix, AZ
|
Posted: Mon May 26, 2003 2:51 am Post subject: |
|
|
How does one use ACLs on ext3?
That's something I've been wondering about since I started using ext3, though I'll have to admit I haven't exactly lost sleep over it. Just would be nice to more finely granulate permissions. |
|
Back to top |
|
|
|