Re: growfs remove ufs/label and can't reset it with tunefs

看板FB_current作者時間14年前 (2012/03/12 09:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/2 (看更多)
2012/3/9 Olivier Cochard-Labb=E9 <olivier@cochard.me> > Hi all, > > once run growfs on a partition that had an UFS label, this label is > removed and it's no more possible to re-set it with tunefs. > Here is how to reproduce (tested on 8.3 and 9.0): > > mdconfig -a -t malloc -s 10MB > gpart create -s mbr /dev/md0 > gpart add -t freebsd -s 5MB /dev/md0 > newfs -L THELABEL /dev/md0s1 > glabel status | grep THELABEL > =3D> Label is present, now we resize the slice: > gpart resize -i 1 /dev/md0 > glabel status | grep THELABEL > =3D> Label is still present, now we growfs the slice: > growfs /dev/md0s1 > glabel status | grep THELABEL > =3D> UFS label disapear ! > Ok, I will try to re-set it: > tunefs -L THELABEL /dev/md0s1 > glabel status | grep THELABEL > =3D> Still no label !?! > > Should I create a PR about this problem ? > > Regards, > > Olivier > Yes, It is important to record this problem in the PR system. I suspect that the problem is with growfs as it needs to be taught to not overwrite the end of the volume where the label information is stored. (It will need to examine the volume to see if GEOM has information stored at the end of the volume such that the grow should not overwrite the GEOM metadata). Matthew _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
文章代碼(AID): #1FNKhIbC (FB_current)
文章代碼(AID): #1FNKhIbC (FB_current)