User Tools

Site Tools


bsd:notes:zfs_nas_format

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
bsd:notes:zfs_nas_format [2025/08/29 04:37] Sean Rhonebsd:notes:zfs_nas_format [2025/10/23 03:16] (current) Sean Rhone
Line 1: Line 1:
 +====== ext4 USB Mount ======
 +
 +  * No partition table ([[linux:notes:rsync_nas#format]])
 +
 +  su -
 +
 +  geom disk list
 +
 +  mkdir -p '/mnt/USB1' && mount -t 'ext2fs' -o 'ro' '/dev/da0' '/mnt/USB1'
 +
 +  chown -R 'espionage724':'espionage724' '/mnt/USB1'
 +
 ====== NTFS USB Mount ====== ====== NTFS USB Mount ======
  
Line 56: Line 68:
  
   mkdir -p '/mnt/NAS2' && ntfs-3g -o 'ro' '/dev/da1p2' '/mnt/NAS2'   mkdir -p '/mnt/NAS2' && ntfs-3g -o 'ro' '/dev/da1p2' '/mnt/NAS2'
 +
 +  mkdir -p '/mnt/NAS2' && ntfs-3g -o 'ro' '/dev/da1s1' '/mnt/NAS2'
  
   cp -R -L -p '/mnt/NAS2/'* '/NAS'   cp -R -L -p '/mnt/NAS2/'* '/NAS'
Line 63: Line 77:
   kldunload 'fusefs'   kldunload 'fusefs'
  
-==== Drive 2 ====+  usbconfig 
 + 
 +  usbconfig -d '/dev/ugen1.5' 'power_off'
  
 ===== vsftpd ===== ===== vsftpd =====
/srv/www/wiki/data/attic/bsd/notes/zfs_nas_format.1756456653.txt.gz · Last modified: by Sean Rhone