Thread: Resizing /usr
View Single Post
Old 19th November 2010
jewsofeast jewsofeast is offline
Port Guard
 
Join Date: Nov 2010
Posts: 26
Lightbulb

Been there done that -

Quote:
boot> -s
!bin/sh
mount /tmp
mount /usr
mount /home
dump -0af /home/usr.dump /usr
umount /usr
disklabel -E wd1
d d
a d (it offered free space and I opted for it)
q
nwfs wd1d
mount /usr
df-h
cd /usr
restore -rf /home/usr.dump
rm restoresymtable
df -h
Thanks, jggimi!

I'm having same issue with NetBSD 5.0.2, can I apply these there.

Best,

David
Reply With Quote