Lines Matching +full:time +full:- +full:slots

10   mount -t vfat /dev/fd0 /mnt
42 **-20**: If current process is in group of file's group ID,
45 **-2**: Other users can change timestamp.
69 There is also an option of doing UTF-8 translations
76 UTF-8 is the filesystem safe version of Unicode that
79 If 'uni_xlate' gets set, UTF-8 gets disabled.
141 Interpret timestamps as UTC rather than local time.
143 between local time (as used by Windows on FAT) and UTC
147 local time.
150 Set offset for conversion of timestamps from local time
153 Linux. This is useful when time zone set in ``sys_tz`` is
154 not the time zone used by the filesystem. Note that this
155 option still does not provide correct time stamps in all
156 cases in presence of DST - time stamps in a different DST
176 FAT has the ATTR_RO (read-only) attribute. On Windows,
181 If you want to use ATTR_RO as read-only flag even for
184 **errors=panic|continue|remount-ro**
187 read-only mode (default behavior).
192 and sparse/thinly-provisioned LUNs.
199 *inodes* by *i_logstart* which is used by the nfs-related code to
200 improve look-ups. Full file operations (read/write) over NFS is
205 on the on-disk location of a file in the MS-DOS directory entry.
213 To maintain backward compatibility, ``'-o nfs'`` is also accepted,
227 The fallocated region of file is discarded at umount/evict time
245 - vfat_valid_longname does not properly checked reserved names.
246 - When a volume name is the same as a directory name in the root
249 - autoconv option does not work correctly.
274 :-). The significant change has been the addition of long file names.
286 unsigned char ctime_ms; // Creation time, milliseconds
287 unsigned char ctime[2]; // Creation time
291 unsigned char time[2]; // time stamp
313 entries.) I call these extra entries slots. Basically, a slot is a
315 a file's extended name. Think of slots as additional labeling for the
334 If the layout of the slots looks a little odd, it's only
336 software. The slots must be disguised to prevent old software from
341 attributes of "hidden", "system", "read-only", and "volume
351 be taken to ensure the validity of slots. An extended FAT system can
355 1) Positioning. Slots for a file always immediately proceed
359 entry and its corresponding long name slots for the file
369 .. note:: Note that the slots are stored from last to first. Slots
387 character takes either two or four bytes, UTF-16LE encoded.