Chinaunix's Archiver
论坛
›
BSD
› 帮我回忆个功能
macafee
发表于 2012-11-09 19:19
帮我回忆个功能
之前在哪看过一篇文章,里面说到磁盘挂载的问题,其中有这么一个功能:
原磁盘下挂载有/mnt/testa,使用某个命令把/dev/sda1s1仍然挂载到/mnt/testa,这个时候系统依然可以读到原来/mnt/testa的磁盘内容,但是往/mnt/testa写的数据都会写到/dev/sda1s1里去。
大家帮我找找这是哪里的东东,具体命令是啥。
iceblood
发表于 2012-11-09 21:23
mount_nullfs /path /mnt/testa
页:
[1]
查看完整版本:
帮我回忆个功能