diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2017-10-18 06:34:32 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2017-10-18 06:34:32 +0530 |
commit | 35f79b0bfd2ea17dcd57ab207a03c47b6e29fed9 (patch) | |
tree | 69e2ba126f96a215df58df5da08ce9c996a6d998 /README.md | |
parent | 55abc13cd288df8c4ce84a2bca7d764b98666175 (diff) | |
download | nnn-35f79b0bfd2ea17dcd57ab207a03c47b6e29fed9.tar.gz |
Add how-to on hot plugged devices
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -46,6 +46,7 @@ Noice is Not Noice, a noicer fork... - [file copy, move, delete](#file-copy-move-delete) - [boost chdir prompt](#boost-chdir-prompt) - [set idle timeout](#set-idle-timeout) + - [show hot plugged drives](#show-hot-plugged-drives) - [Troubleshooting](#troubleshooting) - [nnn blocks on opening files](#nnn-blocks-on-opening-files) - [Why fork?](#why-fork) @@ -366,6 +367,10 @@ Any other value disables colored directories. The terminal screensaver is disabled by default. To set the wait time in seconds, use environment variable `NNN_IDLE_TIMEOUT`. +#### show hot plugged drives + +Enable volume management in your DE file manager and set removable drives or media to be auto-mounted when inserted. Then visit the usual mount point location (`/mnt` or `/media/user`) in `nnn`. + ### Troubleshooting #### nnn blocks on opening files |