Re: kern.geom.debugflags=16 does NOT allow me to write to device

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Andrey V. Elsukov
Date: Friday, April 23, 2010 - 1:59 am

On 23.04.2010 12:23, Jeremy Chadwick wrote:

It's easy.

# gpart create -s mbr md0
md0 created
# gpart add -t freebsd md0
md0s1 added
# gpart create -s bsd md0s1
md0s1 created
# gpart add -t freebsd-ufs -s 50m md0s1
md0s1a added
# gpart add -t freebsd-swap md0s1
md0s1b added
# gpart bootcode -b /boot/boot md0s1
md0s1 has bootcode
# gpart bootcode -b /boot/mbr md0
md0 has bootcode
# gpart set -a active -i 1 md0
md0s1 has active set


-- 
WBR, Andrey V. Elsukov
_______________________________________________
freebsd-fs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-fs
To unsubscribe, send any mail to "freebsd-fs-unsubscribe@freebsd.org"
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: kern.geom.debugflags=16 does NOT allow me to write to ..., Andrey V. Elsukov, (Fri Apr 23, 1:59 am)