Replies: 2 comments 1 reply
-
|
Personally I would move all of /library over to the nvme and mount that device at /library in fstab. Do you need a step by step? |
Beta Was this translation helpful? Give feedback.
-
|
As I understand it you would like a logical mount, /library, to span two physical devices. Linux lvm is made for that, though I'm not aware of anyone having tried this, and it is not for the faint of heart. I would probably mount the nvme as /library and only if I run out of space, create one or more links to the sdcard for directories within library that I know won't grow too large. I would not try to mix and match zims, but linking a module or two might work. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've configured my IIAB on a Rasberry Pi 5 with a 512gb MicroSD. I have added a HAT to connect a 1tb nvme as well.
I've mounted it as /mnt/nvme and made symbolic link under /library/nvme. I've also created a folder /mnt/nvme/iiabcontent. Is it possible to add this drive to provide additional capacity to the 512gb MicroSD which houses /library, without cutting the whole thing over to the NVME? I've been searching the FAQ and have found how to move the data from the microSD to the NVME. I'd even be happy with moving/migrating specific zims from /library/zims/content to /library/nvme/iiabcontent/zims provided it still worked on http://box/home
Beta Was this translation helpful? Give feedback.
All reactions