首页 > 其他 > 详细

我的磁盘挂载

时间:2014-09-19 10:05:35      阅读:307      评论:0      收藏:0      [点我收藏+]

niujie@ubuntu:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use ‘blkid‘ to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
/host/ubuntu/disks/root.disk /    ext4 loop,errors=remount-ro 0 1
/host/ubuntu/disks/swap.disk none swap loop,sw  0  0
/dev/sda1  /home/niujie/Cpan ntfs defaults 0 0
/dev/sda2  /home/niujie/Dpan auto defaults 0 0

我的磁盘挂载

原文:http://www.cnblogs.com/neujie/p/3980682.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!