2) reiserfs
reiserfs is a journaling filesystem. Journaling basically keeps track of what is being modified when it happens. The most notable benefit to this is that if a box crashes while the filesystem is mounted, you don't have to fsck the whole drive, just the dirty portions. Very nice. You can get alot more info at www.reiserfs.org. I've converted almost all my filesystems to reiserfs and they're working great, even had my fileserver lose power (kids will learn not to touch UPS buttons). Box was up in amazing time. The only problem I've found appears to be some io issues with nfs sharing out a reiserfs filesystem. I haven't been able to track it down, but so far it's been very minor issue as it only seems to happen on one of my filesystems. Robert Thus spake [EMAIL PROTECTED] ([EMAIL PROTECTED]): > Good day/evening friends , > 2 doubts : > 1)Re: chmod :- What if you have , say 13 users and wish to single out ONLY 1 > of them > , away from your file/directory ? > > 2) Re: reiserfs :- > What is reiserfs ? > > Thanks, > ([EMAIL PROTECTED]) > Shyam Kumar > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] :wq! --------------------------------------------------------------------------- Robert L. Harris | Micros~1 : Senior System Engineer | For when quality, reliability at RnD Consulting | and security just aren't \_ that important! DISCLAIMER: These are MY OPINIONS ALONE. I speak for no-one else. FYI: perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'