wok diff posixovl/description.txt @ rev 23104

Up perl-net-pcap (0.18)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 12 11:27:14 2020 +0100 (2020-03-12)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/posixovl/description.txt	Thu Mar 12 11:27:14 2020 +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'.