mount】 分区挂载【linux】


在修复模式下以读写方式装载/分区

mount -o remount,rw /

将装载路径绑定到第二个位置

mount --bind /origin/path /destination/path

将Usb磁盘安装为用户可写磁盘

mount -o uid=username,gid=usergroup /dev/sdx /mnt/xxx

装载远程NFS目录

mount -t nfs example.com:/remote/example/dir /local/example/dir

装载ISO

mount -o loop disk1.iso /mnt/disk


腾图小抄 SCWY.net v0.03 小抄561条 自2022-01-02访问369392次