reMarkableWiki

Everything about the reMarkable Paper Tablet

User Tools

Site Tools


Sidebar

Topics

tips:sshmount

Mounting the file system from Linux

You can use 'sshfs' to mount the file system on your tablet. This way, you can more easily browse and edit files on your tablet. First, ensure that you have sshfs installed on your Linux machine.

Ubuntu/Debian

sudo apt-get install sshfs

Arch

sudo pacman -S sshfs

Then create a writable catalog where you want to mount and run sshfs:

mkdir foodir; 
sshfs root@10.11.99.1:/home/root foodir
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information
tips/sshmount.txt · Last modified: 2021/07/23 16:49 by arco