💾 Archived View for freeshell.de › tldr › mount.gmi captured on 2023-07-10 at 14:45:28. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Provides access to an entire filesystem in one directory.
mount
mount -t {filesystem_type} {path/to/device_file} {path/to/target_directory}
mount -t {iso9660} -o ro {/dev/cdrom} {/cdrom}
mount -a
mount {/my_drive}
mount --bind {path/to/old_dir} {path/to/new_dir}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).