Have an existing partition with UFS1 on it. How can i update/convert it 
 to UFS2? 
 It is safe make it that way:
   dump -0 -f /store/arch.usr /usr  
   shutdown now
   umount -a /usr
   mount /
   mount /store
   newfs -O2 /dev/ad0s2e 
   restore -f /store/arch.usr

 /store is fat32 partition.
 
 Is there another way?

-- 
 Vitaly Markitantov         mailto: [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to