Changes between Version 5 and Version 6 of help/en/howto/mount/issues
- Timestamp:
- Mar 10, 2017 2:55:02 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
help/en/howto/mount/issues
v5 v6 49 49 50 50 === Additional `._*` files saved on remote volume === 51 The `._*` files contain metadata about the file some application write in addition to the file content. On macOS, this metadata can be stored alongside the file on the filesystem, but on remote volumes with no metadata support an auxiliary file is created to contain this information. 51 The `._*` files contain metadata about the file some application write in addition to the file content. On macOS, this metadata can be stored alongside the file on the filesystem, but on remote volumes with no metadata support an auxiliary file is created to contain this information. You can delete metadata on files using `xattr -d <filename>`. 52 52 53 53 === File permissions reset when saving file (SFTP) ===