bsd:notes:ufs_format
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| bsd:notes:ufs_format [2026/06/17 01:34] – [Mount] Sean Rhone | bsd:notes:ufs_format [2026/06/19 01:11] (current) – Sean Rhone | ||
|---|---|---|---|
| Line 22: | Line 22: | ||
| mkdir -p '/ | mkdir -p '/ | ||
| + | |||
| + | chown -R espionage724: | ||
| gio open '/ | gio open '/ | ||
| - | | + | ====== fsck ====== |
| + | |||
| + | su - | ||
| + | |||
| + | umount '/ | ||
| + | |||
| + | fsck_ffs -f -r -z -y '/ | ||
| + | |||
| + | ====== fstab ====== | ||
| + | |||
| + | su - | ||
| + | |||
| + | mkdir -p '/ | ||
| + | |||
| + | < | ||
| + | # 10TB NAS | ||
| + | /dev/da0 /mnt/NAS1 ufs rw,noatime 0 2 | ||
| + | |||
| + | # End</ | ||
| + | |||
| + | mount '/ | ||
| + | |||
| + | ===== Permissions ===== | ||
| + | |||
| + | su | ||
| + | |||
| + | | ||
| + | |||
| + | chmod -R '0700' '/ | ||
/usr/local/www/wiki/data/attic/bsd/notes/ufs_format.1781674482.txt.gz · Last modified: by Sean Rhone
