mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 15:05:42 -05:00
vault backup: 2023-03-13 09:54:51
This commit is contained in:
parent
b50784f455
commit
3b2c50af1b
@ -22,11 +22,16 @@ UNIX file system
|
|||||||
struture of directory
|
struture of directory
|
||||||
|
|
||||||
soft vs hard links
|
soft vs hard links
|
||||||
|
- hard link must always poin to data - to delete a file with hard links you must also delete all the hard links
|
||||||
|
- soft links can point to a non-existing file
|
||||||
|
|
||||||
advanced file attrs
|
advanced file attrs
|
||||||
|
|
||||||
special files
|
special files
|
||||||
|
|
||||||
journaling
|
journaling
|
||||||
|
- logs changes to journal before writing
|
||||||
|
- impact on performance requires data be written twice
|
||||||
|
- **question** why not just write a description of the change
|
||||||
|
|
||||||
creating FS demo
|
creating FS demo
|
||||||
Loading…
Reference in New Issue
Block a user