Provides access to an entire filesystem in one directory.
mount
mount -t {filesystem_type} {path/to/device_file} {path/to/target_directory}
/cdrom
(readonly):
mount -t {iso9660} -o ro {/dev/cdrom} {/cdrom}
/etc/fstab
:
mount -a
/etc/fstab
(e.g. /dev/sda1 /my_drive ext2 defaults 0 2
):
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).
=> CC-BY This content has been proxied by September (3851b).Proxy Information
text/gemini;lang=en-GB