On Fri, 3 Sep 1999 [EMAIL PROTECTED] wrote: > Hello Rob, > > > On Tue, 31 Aug 1999, Tom Oehser wrote: > > > > > I would LOVE it if someone would make an ntfs or fix this one that could > > > be trusted enough to actually backup/recreate/restore an ntfs partition. > > I would not expect this to be possible because the NT security model wont > > map sanely onto the Unix one. You may be able to do something like ext2 > > acls but as they don't work anyway (AFAIK) nothing will back them up! > > I would agree, that the security system does not match the linux one. > But tomsrtbt (in my opinion) is not intended to care about the security > at the NTFS side. > At my usage tomsrtbt will be used as a repair tool also for NT systems. > To do that you must be able to change files (rename, kill, ...) on a > ntfs partition. Yes I agree, a writable NTFS would be useful _BUT_ it's not likely to be very good for backup/restore because the security information would be wiped by the process. The only way I could see it working is to have a program that goes down the tree creating a .aclinfo file in every directory that has non-default permissions on one or more files in that directory. You backup all the files then on restore have another process that puts the acl infomation backup where it belongs. Obviously this needs a little support from the filesystem driver. -- Rob. (Robert de Bath <http://poboxes.com/rdebath>) <rdebath @ poboxes.com> <http://www.cix.co.uk/~mayday> PS: You could do it like this: find . \( -type d -exec mkntfsacl {} \; \) -o -print | afio ...
Re: [tomsrtbt] Re: NTFS file system
This list is broken please use rdebath at poboxes.com Fri, 3 Sep 1999 23:12:07 -0700
- [tomsrtbt] Re: NTFS ... Tom Oehser
- Re: [tomsrtbt] ... Tom Oehser
- This list is broken please use rdebath at poboxes.com
