diff --git a/homepage/knowledge/netbsd/index.html b/homepage/knowledge/netbsd/index.html index 0ddc9ad..13514f6 100644 --- a/homepage/knowledge/netbsd/index.html +++ b/homepage/knowledge/netbsd/index.html @@ -17,14 +17,14 @@

NetBSD

updated 2021-07-14


-

Mounting ext4 partitions

+

Mounting ext4 partitions with FUSE

I don't know that this is documented in either the NetBSD guide or wiki. If you have edit access to either and see this, please, add this in with any necessary edits! This page is public domain (as is the rest of my site); don't worry about copyright (I can confirm anything by e-mail if needed).

    -
  1. Install filesystems/fuse and filesystems/ext2.
  2. +
  3. Install filesystems/fuse and filesystems/fuse-ext2.
  4. Connect the drive with the ext4 partition you want to access.
  5. Use dmesg(8) to determine the location in /dev/ of the disk.
  6. Use disklabel(8) to determine which partition on the disk you want to access (disklabel /dev/disk)