Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Dec 2002 11:29:05 +0200
From:      Vitaly Markitantov <vm@dics.com.ua>
To:        current@FreeBSD.ORG
Subject:   How to update UFS1 to UFS2?
Message-ID:  <20021217092905.GA14421@dics.com.ua>

next in thread | raw e-mail | index | archive | help
 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: vm@dics.com.ua

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021217092905.GA14421>