[ros-dev] Security policy for FAT partition driver?

Mark Junker mjscod at gmx.de
Wed May 11 19:24:23 CEST 2005


Phillip Susi schrieb:

> Can it really store alternate data streams and NT security descriptors?  

Yes, it supports multiple data streams. Just like in NTFS you can store 
the security information in "invisible" file objects.

> What about on the fly compression?  

Supported by using the plugin-api.

> Encryption?  

Supported by using the plugin-api.

> Offline storage?

How is this implemented in NTFS? I thought that offline storage is just 
an ordinary file with a special attribute flag set?

It also supports atomic commits and journaling.

I believe that it's easy to implement all required features using 
Reiser4 because it differentiates between names and objects. We should 
be able to use objects without names.

Regards,
Mark



More information about the Ros-dev mailing list