16.3.
findmnt mount-point
$ findmnt mount-point
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
mount device mount-point
# mount device mount-point
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 例 16.2.
mount UUID=ea74bbec-536d-490c-b8d9-5b40bbd7545b /mnt/data
# mount UUID=ea74bbec-536d-490c-b8d9-5b40bbd7545b /mnt/data
Copy to Clipboard Copied! Toggle word wrap Toggle overflow mount --types type device mount-point
# mount --types type device mount-point
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 例 16.3.
mount --types nfs4 host:/remote-export /mnt/nfs
# mount --types nfs4 host:/remote-export /mnt/nfs
Copy to Clipboard Copied! Toggle word wrap Toggle overflow