Aight Day 2 NetBSD 10.0 install
I found the BIOS settings that are best for NetBSD. OS now has no dmesg or shutdown errors. All hardware recognized.
- Quad Core Intel i5 Ivy Bridge (2012)
- 32GB RAM
- AMD RX550 (2017)
- Seagate Ironwolf NAS 1TB SSD 550MBps RW (2022)
- EdiMax N150 2.4Ghz USB WiFi WPA3
- SteelSeries Apex 150 Keyboard
- Corsair Gaming HARPOON RGB Mouse
Boot time
28 seconds
WiFi speed
20Mbps
Pkgin speed
5Mbps
Advanced User Utilities available through pkgin install
fuse-exfat (USB recognition), ripgrep, fd-find, Lua 5.4.6, advanced ksh variants, fish, nushell, zfs, tcsh-6.4.10
1TB HD root file search using fd-find for file nested in /usr
2 seconds
USB 2.0 Copy Time for NetBSD-10.0_RC1-amd64-install.img.gz (864.6MB)
Alpine Linux on 2019 Thinkpad writing to USB Drive
51.81 seconds
MacBook Pro 2019
113.74 seconds
USB Drive writing to NetBSD home directory
152.28 seconds
NetBSD writing to USB Drive FuseFS exFAT
2.88 seconds
NetBSD exFAT USB Drives
https://www.netbsd.org/docs/guide/en/chap-rmmedia.html
Substitution/Correction
We can finally create an [.line-through]#MS-DOS filesystem via newfs_msdos(8)# ExFAT filesystem with fuse-filesystem -> fuse-fs
pkgin install fuse-exfat
sysctl hw.disknames
usbdevs
lspci
disklabel /dev/sd0
file -s /dev/sd0
// all these steps except for formatting msdos
// https://www.netbsd.org/docs/guide/en/chap-rmmedia.html#using-usb-flash-drives
mkfs.exfat /dev/sd0e
mount.exfat /dev/sd0e /mnt
[NOTE] The method above is transportable in the BSD/Linux world but is not readable in Windows or Mac. As well, I could not get native toolset utilities of MacOS or Windows formatted exFAT disks to be recognized in NetBSD with the default tools or fuse-fs average tinkering.