Chinaunix首页 | 论坛 | 博客
  • 博客访问: 47752
  • 博文数量: 17
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 145
  • 用 户 组: 普通用户
  • 注册时间: 2011-05-31 09:37
文章分类

全部博文(17)

文章存档

2016年(3)

2015年(14)

我的朋友

分类: LINUX

2015-11-13 09:15:29

1.如何查看mountpoint
$mountpoint /mnt/iso  ==>/mnt/iso/ is not a mountpoint
2. Mount Command
mount -t nfs xx.xx.xx.xx:/test /test
3.mount 本地目录
mount --build /directory1 /directory2
4.rm: cannot remove `': Read-only file system
check this file is read-only mount point, unmount this file and check again
5. mount file to directory
#mount -o loop -t iso9660 /home/sunky/mydisk.iso /mnt/vcdrom 
阅读(949) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~