Guest_imported
New member
- Jan 1, 1970
- 0
I have a E250 running 2.6 where /usr filled up. I dropped a new disk in the chassis, formatted it, broke it into 3 slices, and ran newfs on the slices. I can mount any or all of them, currently I want 2 as spares and one as /usr.
I know how to edit /etc/vfstab and all, but I need a good method for transferring all the files on the existing /usr to the new (currently /mnt/temp1).
I have tried cp -rp but it has issues on some funny links somewhere under /usr. I was thinking using dd, but dd if=/usr of=/mnt/temp1 does not work, nor does dd if=/dev/dsk/c0t0d0s5 of=/dev/dsk/c0t9d0s0
Any pointers would be extremely helpful... thanks!
I know how to edit /etc/vfstab and all, but I need a good method for transferring all the files on the existing /usr to the new (currently /mnt/temp1).
I have tried cp -rp but it has issues on some funny links somewhere under /usr. I was thinking using dd, but dd if=/usr of=/mnt/temp1 does not work, nor does dd if=/dev/dsk/c0t0d0s5 of=/dev/dsk/c0t9d0s0
Any pointers would be extremely helpful... thanks!