Difference between revisions of "Mount (command)"

From wikieduonline
Jump to navigation Jump to search
Line 31: Line 31:
 
* ID mapping in mounts which allows to map an [[UID]] to a different one in a mount;
 
* ID mapping in mounts which allows to map an [[UID]] to a different one in a mount;
  
== Related terms ==
+
== Related ==
 
* <code>[[umount]]</code>
 
* <code>[[umount]]</code>
 
* <code>[[systemd-mount]]</code>
 
* <code>[[systemd-mount]]</code>
Line 47: Line 47:
 
* <code>[[findmnt]]</code>
 
* <code>[[findmnt]]</code>
 
* <code>[[guestmount]]</code> command to mount <code>[[qcow2]]</code> images.
 
* <code>[[guestmount]]</code> command to mount <code>[[qcow2]]</code> images.
 +
[[mount | column -t]]
  
 
== See also ==
 
== See also ==

Revision as of 17:19, 2 August 2022

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

 column -t

See also

Advertising: