bsd:notes:zfs_nas_format
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
bsd:notes:zfs_nas_format [2025/08/29 04:28] – Sean Rhone | bsd:notes:zfs_nas_format [2025/10/23 03:16] (current) – Sean Rhone | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== ext4 USB Mount ====== | ||
+ | |||
+ | * No partition table ([[linux: | ||
+ | |||
+ | su - | ||
+ | |||
+ | geom disk list | ||
+ | |||
+ | mkdir -p '/ | ||
+ | |||
+ | chown -R ' | ||
+ | |||
====== NTFS USB Mount ====== | ====== NTFS USB Mount ====== | ||
Line 17: | Line 29: | ||
gio open '/ | gio open '/ | ||
- | | + | umount '/ |
+ | |||
+ | kldunload ' | ||
+ | |||
+ | usbconfig | ||
+ | |||
+ | usbconfig -d '/ | ||
====== ZFS Format ====== | ====== ZFS Format ====== | ||
Line 50: | Line 68: | ||
mkdir -p '/ | mkdir -p '/ | ||
+ | |||
+ | mkdir -p '/ | ||
cp -R -L -p '/ | cp -R -L -p '/ | ||
- | | + | umount '/ |
+ | |||
+ | kldunload ' | ||
+ | |||
+ | usbconfig | ||
+ | |||
+ | usbconfig -d '/ | ||
===== vsftpd ===== | ===== vsftpd ===== |
/srv/www/wiki/data/attic/bsd/notes/zfs_nas_format.1756456134.txt.gz · Last modified: by Sean Rhone