wok diff posixovl/description.txt @ rev 20512
fix acl (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 31 15:51:34 2018 +0100 (2018-10-31) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/posixovl/description.txt Wed Oct 31 15:51:34 2018 +0100 1.3 @@ -0,0 +1,9 @@ 1.4 +With posixovl it is possible to mount FAT, VFAT, NTFS file system so that it 1.5 +behaves like POSIX. File permissions, symbolic links etc. are supported 1.6 +transparently. An extra file stores the information and the file system itself 1.7 +stays unmodified. It is a modern equivalent of the UMSDOS file system. 1.8 + 1.9 +Typical use: Mount an USB FAT32 drive with posixovl and your files retain their 1.10 +permission settings. 1.11 + 1.12 +This package extends mount and provides option '-t posixovl'.