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
bsd:notes:zfs_nas_format [2025/09/11 06:43] – external edit 127.0.0.1bsd: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 ======
  
/srv/www/wiki/data/attic/bsd/notes/zfs_nas_format.1757587392.txt.gz · Last modified: by 127.0.0.1