Mount (command)

From wikieduonline
Revision as of 08:03, 24 August 2020 by Welcome (talk | contribs) (→‎macOS)
Jump to navigation Jump to search

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: