The /export/home file system is running out of space on c0t0d0s7. You added a new disk to the
system and it is named c1t1d0. You need to move the /export/home file system to slice 7 on the
new disk. Which command is used to move the data from /export/home to the new disk after
booting the server to the single-user milestone?
A.
mount /dev/dsk/c1t1d0s7 /mnt ; ufsdump 0ucf – \ /dev/rdsk/c0t0d0s7 | (cd /mnt; ufsrestore xf – )
B.
ufsdump 0ucf – /dev/rdsk/c0t0d0s7 | ufsrestore xf – \ /dev/rdsk/c1t1d0s7
C.
ufsdump 0ucf – /dev/rdsk/c0t0d0s7| ufsrestore xf – \ /dev/rdsk/c1t1d0s7
D.
mount /export/home; ufsdump 0ucf – /export/home | \ ufsrestore xf – /dev/dsk/c1t1d0s7
Explanation: