>>
|
No. 3566
[Edit]
>>3432
I use toolless drive carriers for NVMe drives, HDDs are big and sensitive to shocks so I don't like them for external drives. The cons of this approach is that NVMe drives are relatively expensive and the interconnect is slow unless you're willing to spend a lot. They're small, light, durable, and are easy to pop out of the enclosure and into another PC. For example, when I bought a new laptop I just wrote the whole image to the new drive I wanted to use, popped it out of the case, and into the laptop. I like this workflow a lot better than trying to do a netinstall or copying a config or something.
>>3537
I use NFS for this, but if you're actively editing common files on both computers, this is an unsolved issue in my opinion. I found NFS easy to setup and configure (less than 10 minutes total) and I replaced an sshfs setup with it. I had permissions issues with sshfs and NFS is so far much more of a seamless experience. There are applications which are supposed to seamlessly enable sharing files e.g. syncthing, which I hated, file management control like git or git-annex that lets you manually sync files, and applications which are supposed to make it easy to seamlessly send files, like magic wormhole. I had problems with all of these. They are of course also more basic linux programs like rsync. In my case I have a third computer (server) with all my files that is accessed by both my desktop and my laptop, which mount it over NFS. It's not good to have the same file, e.g. a text file, being edited in two places though, this is what causes conflicts. For files that are only read, e.g. anime, manga, videogames, it works great.
|