Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Mounting disks

Mikkel Elle Lepperød edited this page Dec 6, 2018 · 1 revision

Mounting on Linux

sudo mkdir /media/ibv-hafting
sudo chown $USER:$USER /media/ibv-hafting
sudo apt install sshfs
sshfs [email protected]:/net/lagringshotell/uio/lagringshotell/ibv-hafting/ /media/ibv-hafting

Suggestion for aliases

alias nird_mount='sshfs [email protected]:/projects/NS9048K/ /media/nird/'
alias nird_umount='sudo umount /media/nird'
alias ibv-hafting_mount='sshfs [email protected]:/net/lagringshotell/uio/lagringshotell/ibv-hafting/ /media/ibv-hafting'
alias ibv-hafting_umount='sudo umount /media/ibv-hafting'
Clone this wiki locally