Hacker News new | ask | show | jobs
by Terr_ 426 days ago
> The dual ssd boot option for OS is also nice, as some games/applications in Win11 are inescapable.

Similar situation, I'm thinking I'll have a two bootable drives and then a third data-only drive so that I can share some stuff between them. (Hey, I got a desktop for a reason, let's use that space!) AFAICT this should be safe-enough provided I avoid a special case where Windows has hibernated without unmounting an NTFS drive cleanly and I try to mount it on the Linux side.

Not sure how much work I want to put into the different flavors of TPM/secure-boot-y things. Less worried about evil-maid attacks as opposed to preventing a burglar rifle through my digital life.

1 comments

sshfs works on both windows (winfsp, sshfs-win, sshfs-win-manager) and linux...

Or in Win shell try:

winget install -h -e --id "WinFsp.WinFsp" && winget install -h -e --id "SSHFS-Win.SSHFS-Win"

A backup ssh server running F2FS on disk-encrypt for /home is good practice. =3

In this case sshd won't be running, because it's just one machine shutting down the Linux environment entirely to dual-boot to Windows.
Could always run Termux/Termux:Boot + pyamsoft/tetherfi on a $10 old phone if you have no other sshd server options.

There is always a better way, but integrated backups are important. =3