mount
Mount drive in linux and set auto-mount at boot
Guide to mount a drive in linux (deb/ubuntu) and set to auto-mount at boot. Mount drive Make a folder (will be mount point) sudo mkdir /media/data sudo mount /dev/sdb1 /media/data Now you can access the drive at /media/data. Auto-mount at boot We want the drive