Difference between revisions of "Mount (command)"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
− | * <code>mount -a</code> | + | * <code>[[mount -a]]</code> |
* Related files: <code>[[/etc/fstab]]</code> | * Related files: <code>[[/etc/fstab]]</code> |
Revision as of 11:31, 2 March 2021
mount
command mounts filesystems
- Related files:
/etc/fstab
- Mount a remote nfs share:
mount -t nfs .../...
- 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
umount
systemd-mount
mount -o remount /dev/shm
docker volume ls --format "{{.Driver}} {{.Name}} {{.Mountpoint}}"
podman image mount
swapon
,swapoff
- List mounted NFS resources
e2fsck
- multipass mount
- SMB
- read only
udisksctl mount
findmnt
guestmount
command to mountqcow2
images.
See also
- ACL,
SubInACL.exe
, Cisco ACLs,getfacl
,setfacl
,lsattr
,chattr, xattr
, NACLs ext4
e2fsck,
,fsck.ext4
, superblock, inode, block size, mkfs.ext4 tune2fswipefs
,resize2fs
stat
,extents
, Review ext4 journalctl logs. Read-only file system,virt-resize
, ACL- File systems:
mount
,umount
,findmnt
,find
,swapon
,swapoff
,UUID, blkid
, mount options:/etc/fstab
,udisksctl mount
,guestmount
,/proc/mounts
,fstrim
,systemd-mount
,defaults
- File systems: clustered file system,
tune2fs
mkfs.ext4
,superblock, e2fsck,resize2fs
,mount
,df
,umount
, UUID,fstab
- File systems:
ext4
,XFS
,ZFS
,btrfs
,wipefs
,findfs
,HDFS
,overlay
,aufs
,virt-filesystems
, Windows: (FAT, NTFS, ReFS), GPFS, squashfs, Ecryptfs, Encfs, FUSE, VMFS, Comparison of distributed file systems, Userspace filesystem, Resize filesystem size - file, File system, directory,
touch
,mkdir
,ls
,ln
truncate
,fallocate
,split
,stat
, inode, File descriptor, superblock, block size (blockdev
),fuser
,lsof
,scrub
,chattr
, ulimit (nofiles),cp
,mv
,file (command)
,mkfifo
,chmod
Advertising: