• 0 Posts
  • 238 Comments
Joined 1 year ago
cake
Cake day: July 7th, 2023

help-circle

  • Eager Eagle@lemmy.worldtoLinux@lemmy.mlMounting Folders VS Symlinks?
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    1 day ago

    afaik you can’t mount folders, only drives. So what you’re looking for are symlinks (symbolic links, as opposed to hard links; use e.g. ln -s <source> ~/Downloads). I have a few in my $HOME pointing to other drives as well.

    if your NTFS drive is unmounted or unavailable, the link will be broken; but you won’t have to recreate it in the future: so it’s a “set and forget” operation for as long as the path the link points to remains the same.


















  • Eager Eagle@lemmy.worldtoLinux@lemmy.mlZed on Linux is out!
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    9 days ago

    remote development for connecting to a machine without a display server; basically covering the main use case for being constrained to a terminal.

    Remote Tunnels in VS Code or JetBrains Gateway for example

    I do use a GPU accelerated terminal, but it’s still very limited compared to a GUI; they serve different goals.