Hi,

this is from: 
http://blogs.sun.com/solarium/entry/umwandlung_partition_von_ufs_nach#comments

It is in German. The guy converts the UFS home partion to ZFS. I have done this 
two times. Given your home partition is mounted /dev/dsk/c0t0d0s7 at 
/export/home 

1. Dump your current home partition 
mkdir /space
ufsdump -0f /space/home.dump /export/home

2. Remove /export/home from /etc/vfstab and reboot
3. Run the command line
4. Run
zpool create -f -m /export/home home c0t0d0s7
zfs create data/home
zfs set mountpoint=/export/home data/home

5. Reboot
6. Restore data
cd /export/home
ufsrestore rvf /space/home.dump

You can do the same with your /opt directory

I don' t know how to convert the root UFS partition to ZFS
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
[email protected]

Reply via email to