Difference between revisions of "Mount (command)"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 30: Line 30:
 
* [[List mounted NFS resources]]
 
* [[List mounted NFS resources]]
 
* <code>[[e2fsck]]</code>
 
* <code>[[e2fsck]]</code>
 +
* [[multipass mount]]
  
 
== See also ==
 
== See also ==

Revision as of 18:05, 24 August 2020

mount command mounts filesystems

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


mount -a

  • Related files: /etc/fstab
  • 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

Related terms

See also

Advertising: