Difference between revisions of "Mount (command)"

From wikieduonline
Jump to navigation Jump to search
Line 32: Line 32:
 
* <code>[[systemd-mount]]</code>
 
* <code>[[systemd-mount]]</code>
 
* <code>[[mount]] -o remount /dev/[[shm]]</code>
 
* <code>[[mount]] -o remount /dev/[[shm]]</code>
* <pre>docker volume ls --format "{{.Driver}}  {{.Name}}  {{.Mountpoint}}"</pre>
+
* <pre>[[docker volume ls]] --format "{{.Driver}}  {{.Name}}  {{.Mountpoint}}"</pre>
  
 
* <code>[[podman image mount]]</code>
 
* <code>[[podman image mount]]</code>

Revision as of 11:21, 1 December 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'.
mount /dev/VG_NAME/LV_NAME /directory/


tune2fs -c max-mount-counts

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: