Solaris 10支持2T的移动硬盘吗?
Solaris版本如下:#more /etc/release
Solaris 10 5/08 s10x_u5wos_10 X86
Copyright 2008 Sun Microsystems, Inc.All Rights Reserved.
Use is subject to license terms.
Assembled 24 March 2008
这个版本的Solaris支持2T的移动硬盘吗?
# fdisk /dev/rdsk/c7t0d0p0
Total disk size is 15531 cylinders
Cylinder size is 48195 (512 byte) blocks
Cylinders
Partition Status Type Start End Length %
========= ====== ================= === ====== ===
1 EFI 0-8049 -8048 100
回复 1# 缠中论禅
用 zfs 當 2T 移动硬盘的檔案系統
回复 2# roger1402001
具体怎么做?
回复 3# 缠中论禅
試試
# zpool create tankc7t0d0p0
回复 4# roger1402001
执行成功了,然后呢?直接mount吗?
# mount /dev/rdsk/c7t0d0p0 /mnt
mount: /dev/rdsk/c7t0d0p0 不是块设备
回复 5# 缠中论禅
不用~~
執行 zpool 後就會掛上了。。。
回复 5# 缠中论禅
# cd /tank
回复 7# roger1402001
能看到了,谢谢。我是想把服务器中的数据备份到这个移动硬盘中,然后重新做一下磁盘阵列。如果我把数据都拷贝到移动硬盘中后,如果要卸载是直接拔掉还是unmount。以后恢复数据时直接插上是不是就自动挂上了,还是怎么做。
回复 8# 缠中论禅
參考一下,zfs的管理:
http://docs.huihoo.com/opensolaris/solaris-zfs-administration-guide/html/ch04s06.html
回复 9# roger1402001
谢谢您给的资料,帮了我很大的忙。
我看了一下,我是不是应该这样做:
1.把数据备份到/tank
2.把移动硬盘卸载下来:
zpool export
3.把移动硬盘拔下来,修复磁盘阵列
4.插上移动硬盘,挂载移动硬盘
zpool import tank
不知我的理解对不对?
页:
[1]
2