diff --git a/homepage/knowledge/software.html b/homepage/knowledge/software.html index d24442b..996cb16 100644 --- a/homepage/knowledge/software.html +++ b/homepage/knowledge/software.html @@ -328,17 +328,28 @@ Supplies lspci(8), setpci(8), and update-pciids(

Battery

envstat(1) can show the current battery status.

-

Mounting ext4 partitions with FUSE

+

Mounting filesystems

    -
  1. Install filesystems/fuse and filesystems/fuse-ext2.
  2. -
  3. Connect the drive with the ext4 partition you want to access.
  4. +
  5. Connect the drive with the filesystem you want to access.
  6. Use dmesg(8) to determine the location in /dev/ of the disk.
  7. -
  8. 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.
  9. -
  10. 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).
  11. -
  12. This mountpoint can be unmounted with umount(8) as normal.
  13. +
  14. disklabel(8) the drive to determine which partition on the disk you want to access (disklabel /dev/disk)
  15. +
  16. mount(8) the filesystem.
  17. +
  18. umount(8) the filesystem when done using it.
+

ext4

+

+Install filesystems/fuse and filesystems/fuse-ext2. +disklabel(8) will list ext4 filesystems as of type "Linux Ext2". +Use fuse-ext2(1) to mount the filesystem. +

+

+fuse-ext2(1) is spotty in places and may not work correctly. +

+

exFAT

+

+Install filesystems/fuse and filesystems/fuse-exfat. +Use mount.exfat to mount the filesystem (the manual page for which is mount.exfat-fuse(8)). +

Fix SSL certificate problem: unable to get local issuer certificate

+

pkgsrc

+ +

Upgrading packages

+ +

+See pkgtools/pkg_rolling_replace. +

Power

Much of this can be configured in the ACPI settings in your login manager, provided you have one running that can do this.