How do i use External hard drive with MineOS

i want mineOS to use my external hard drive instead of internal one
but when i plug in the hard drive its not in /media
but i know the system knows about it of “lsblk” command

Your linux system needs to be told where to mount the storagepoint in addition to being able to detect and activate the external hard drive See more here:

After doing that you need to take a look at symbolic links to so that you can repoint where MineOS gets its data: Symlink Tutorial in Linux – How to Create and Remove a Symbolic Link

You also want to make the mount permanent using fstab

1 Like