From 1a42d842544ae5f6f097bfa64f0e21e76d0c5ae8 Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Wed, 14 Jul 2021 09:02:31 -0400 Subject: [PATCH] fix style --- homepage/knowledge/netbsd/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/homepage/knowledge/netbsd/index.html b/homepage/knowledge/netbsd/index.html index 735535c..97d82e3 100644 --- a/homepage/knowledge/netbsd/index.html +++ b/homepage/knowledge/netbsd/index.html @@ -26,12 +26,12 @@ This page is public domain (as is the rest of my site); don't worry about copyri
  1. Install filesystems/fuse and filesystems/ext2.
  2. Connect the drive with the ext4 partition you want to access.
  3. -
  4. Use dmesg(8) to determine the location in /dev/ of the disk.
  5. -
  6. Use disklabel(8) to determine which partition on the disk you want to access (disklabel /dev/disk) +
  7. Use dmesg(8) to determine the location in /dev/ of the disk.
  8. +
  9. Use disklabel(8) to determine which partition on the disk you want to access (disklabel /dev/disk) - it will be listed with the partition type "Linux Ext2" even though the partition may be ext4.
  10. -
  11. Use fuse-ext2(1) to mount the partition (fuse-ext2 /dev/disk with partition letter mountpoint +
  12. Use fuse-ext2(1) to mount the partition (fuse-ext2 /dev/disk with partition letter mountpoint - for example, fuse-ext2 /dev/sd1e /mnt/sd1 to mount partition e of device sd1 to the mountpoint /mnt/sd1).
  13. -
  14. This mountpoint can be unmounted with umount(8) (TODO: double-check this) as normal.
  15. +
  16. This mountpoint can be unmounted with umount(8) (TODO: double-check this) as normal.