User Tools

Site Tools


linux:onedrive:linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:onedrive:linux [2024/01/16 19:42] – created deullinux:onedrive:linux [2025/10/09 07:30] (current) – [Aliases] jansen
Line 1: Line 1:
-======Using One Drive======+======Using One Drive on Linux======
  
 =====Setup One Drive===== =====Setup One Drive=====
Line 151: Line 151:
   homeserver:/export/home 6390518784 4040379904 2028000256  67% /home   homeserver:/export/home 6390518784 4040379904 2028000256  67% /home
 Indeed onedrive is not mounted on this mountpoint any more Indeed onedrive is not mounted on this mountpoint any more
 +
 +===== Easy aliases =====
 +To make life a bit easier (after the configuration has been set up), you can of course set up some aliases in your .login (tcsh) or .bashrc (bash), e.g.
 +For the bash shell:
 +  alias mountonedrive='rclone --vfs-cache-mode writes mount UL-OneDrive: $HOME/OneDrive &'
 +  alias umountonedrive='fusermount -u $HOME/OneDrive'
 +For tcsh:
 +  alias mountonedrive 'rclone --vfs-cache-mode writes mount UL-OneDrive: $HOME/OneDrive &'
 +  alias umountonedrive 'fusermount -u $HOME/OneDrive'
  
linux/onedrive/linux.1705434140.txt.gz · Last modified: by deul