ongoing additions, changes, and fixes

This commit is contained in:
Yuri Slobodyanyuk
2021-03-24 18:04:35 +00:00
parent dc2545a193
commit adb5e9e088
2 changed files with 2774 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ Author: Yuri Slobodyanyuk, admin@yurisk.info
|Add a new partition to the disk `dev name`, setting its type and optionally alignment and label. E.g. to add _freebsd-ufs_ type partition to disk _da1_ aligned on 4k border setting the label to _data_: `gpart add -t freebsd-ufs -a 4k -l data da1` . After that, this partition will be available as _/dev/gpt/data_
|*newfs [-U] [-j] <partition name/label>*
|Add filesystem to the named partition. Switches depen on the filesystem type, here `-U` is for *freebsd-ufs* with soft updates but without journaling, while `-j` adds journaling. E.g. to create UFS filesystem with soft updates but without the jouranling on partition labeled _/data_ of type GPT: `newfs -U /dev/gpt/data`.
|Add filesystem to the named partition. Switches depend on the filesystem type, here `-U` is for *freebsd-ufs* with soft updates but without journaling, while `-j` adds journaling. E.g. to create UFS filesystem with soft updates but without the journaling on partition labeled _/data_ of type GPT: `newfs -U /dev/gpt/data`.

2773
FreeBSD-cheat-sheet.pdf Normal file

File diff suppressed because it is too large Load Diff