brainbaking/content/post/2020/09/486-upgrade-sd-hdd.md

743 B

title date concept subtitle tags categories
A 486 Upgrade: The SD Card HDD 2020-09-23 true Getting tired of loud hard drives? Here's a flash solution!
retro
hardware
braindump
sudo mount -t vfat -o offset=64512,noexec,rw,umask=0000 /dev/sdb /mnt
sudo unison -auto -perms 0 /mnt/ /home/wouter/Dropbox/486/
sudo umount /mnt

unison

Configuring MS-DOS Properly

Floppy disk image writer: WinImage for Windows or simply dd on *NIX systems (that did not work properly for some reason: the MS-DOS installation did not recognize disk 1, even with the six hard spaces in the name)