#Creating a Folder which uses a Small SSD to cache its contents

5 messages · Page 1 of 1 (latest)

bitter idol
#

what you're describing seems to be basic file copying on a mounted drive + network sharing with samba

#

just plug your ssd in, copy your stuff, and then set up sambashare to expose it to the network (you should, however, ensure that only the windows target machine can access it). Simply install it with sudo apt install samba and head over to /etc/samba/smb.conf using nano, remember to restart the samba systemd service after changes to config

#

Additionally, here is the ubuntu samba configuration article. Will work for Mint too

grave fern
#

Thanks, But it doesn't describe Caching part of what I am looking for. It seems Samba is the answer to second half of the question. What about the caching part?