13.2. Mount partition
生活随笔
收集整理的这篇文章主要介绍了
13.2. Mount partition
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
13.2.1. Mount
sudo mount /dev/sdb1 /mnt/mount1支持UTF-8
mount -o iocharset=utf8 /dev/sda5 /mnt/usb禁止文件与目录的访问时间
mount -o noatime,nodiratime /dev/drbd0 /mnt13.2.2. Umount
umount - unmount file systems
sudo umount /mnt/mount113.2.3. bind directory
mount --bind /foo /home/neo/foo挂载目录将不能被删除,但目录下文件可以删除
# rm -rf /home/neo/foo rm: cannot remove directory '/home/neo/foo': Device or resource busy/etc/fstab
/foo /home/neo/foo none bind 0 0原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。
总结
以上是生活随笔为你收集整理的13.2. Mount partition的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: Eclipse遇到的错误
- 下一篇: jsTree设置默认节点全部展开的方法