Mount (command)

From wikieduonline
Revision as of 21:42, 18 October 2022 by Ant (talk | contribs) (→‎Related)
Jump to navigation Jump to search

mount command mounts filesystems

https://linux.die.net/man/8/mount



mount /dev/sdc1342 /test
mount: /test: unknown filesystem type 'zfs_member'.
mount /dev/VG_NAME/LV_NAME /directory/


macOS

sudo mount /dev/disk2s1 /tmp/foo
mount: You must specify a filesystem type with -t.
sudo mount -t exfat /dev/disk2s1 /tmp/foo
See also: /Volumes folder in macOS)

Linux Kernel

  • ID mapping in mounts which allows to map an UID to a different one in a mount;

Related

mount | column -t
ansible.posix.mount

See also

Advertising: