1 2 3 4 | linux-r4pv:~ # hostname linux-r4pv linux-r4pv:~ # mount -t nfs 9.182.192.250:/storage/enduser/ /mnt/remote_storage/ |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | linux-r4pv:~ # hostname linux-r4pv linux-r4pv:~ # mount /dev/hda2 on / type reiserfs (rw,acl,user_xattr) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) debugfs on /sys/kernel/debug type debugfs (rw) udev on /dev type tmpfs (rw) devpts on /dev/pts type devpts (rw,mode=0620,gid=5) securityfs on /sys/kernel/security type securityfs (rw) /dev/hdc on /media/SLED100_001 type iso9660 (ro,nosuid,nodev,utf8,uid=0) 9.182.192.250:/storage/enduser/ on /mnt/remote_storage type nfs (rw,addr=9.182.192.250) |
1 2 3 4 | linux-r4pv:~ # hostname linux-r4pv linux-r4pv:~ # mkdir /mnt/encrypt |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | linux-r4pv:~ # hostname linux-r4pv linux-r4pv:~ # mount /dev/hda2 on / type reiserfs (rw,acl,user_xattr) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) debugfs on /sys/kernel/debug type debugfs (rw) udev on /dev type tmpfs (rw) devpts on /dev/pts type devpts (rw,mode=0620,gid=5) securityfs on /sys/kernel/security type securityfs (rw) /dev/hdc on /media/SLED100_001 type iso9660 (ro,nosuid,nodev,utf8,uid=0) 9.182.192.250:/storage/enduser/ on /mnt/remote_storage type nfs (rw,addr=9.182.192.250) /dev/loop0 on /mnt/encrypt type ext2 (rw) |
欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/) | Powered by Discuz! 7.0.0 |