Question
How can we move /home in ubuntu to a block storage?
Hi,
I wanted to ask if we can add a block storage and then move /home there.
That’s an easy process when installing ubuntu to a laptop with say 2 partitions but is this possible in these mounted volumes?
Thanks in advance
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
Suppose inside user’s home at the droplet I add a link to a dir in block storage with this user’s permissions; is this possible? Php can
fopen()
with path likelink/block-storage-users-folder/some-file
? Can we use different filesystems between droplet and block storage? Which filesystem is best for many user’s files? Php runs with users permissions NOTwww-data
or the like.