Difference between revisions of "Mount (command)"

From wikieduonline
Jump to navigation Jump to search
Line 39: Line 39:
 
* <code>[[udisksctl mount]]</code>
 
* <code>[[udisksctl mount]]</code>
 
* <code>[[findmnt]]</code>
 
* <code>[[findmnt]]</code>
* <code>[[guestmount]]</code>
+
* <code>[[guestmount]]</code> command to mount <code>[[qcow2]]</code> images.
  
 
== See also ==
 
== See also ==

Revision as of 10:19, 7 October 2020

mount command mounts filesystems

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


mount -a

  • Windows: mount -o nolock


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


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)

Related terms

See also

Advertising: