Difference between revisions of "Mount (command)"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 46: Line 46:
  
 
== See also ==
 
== See also ==
 +
* {{mount}}
 
* {{ACL}}
 
* {{ACL}}
 
* {{ext4}}
 
* {{ext4}}
* {{mount}}
 
 
* {{filesystems}}
 
* {{filesystems}}
 
* {{fs}}
 
* {{fs}}

Revision as of 14:39, 27 April 2021

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)

Related terms

See also

Advertising: