What on earth is all this %20 crap at the end of the GUID? (newfs?)

2014-04-29 Thread Sean Bruno
Created a simple partition: root@:~ # gpart create -s gpt da11 da11 created root@:~ # gpart add -t freebsd-ufs da11 da11p1 added root@:~ # gpart show da11 =40 7814037088 da11 GPT (3.6T) 40 7814037088 1 freebsd-ufs (3.6T) root@:~ # Then run a newfs and reboot the

Re: What on earth is all this %20 crap at the end of the GUID? (newfs?)

2014-04-29 Thread Adam McDougall
On 04/29/2014 19:51, Sean Bruno wrote: Created a simple partition: root@:~ # gpart create -s gpt da11 da11 created root@:~ # gpart add -t freebsd-ufs da11 da11p1 added root@:~ # gpart show da11 =40 7814037088 da11 GPT (3.6T) 40 7814037088 1 freebsd-ufs

Re: What on earth is all this %20 crap at the end of the GUID? (newfs?)

2014-04-29 Thread Allan Jude
On 2014-04-29 19:51, Sean Bruno wrote: Created a simple partition: root@:~ # gpart create -s gpt da11 da11 created root@:~ # gpart add -t freebsd-ufs da11 da11p1 added root@:~ # gpart show da11 =40 7814037088 da11 GPT (3.6T) 40 7814037088 1 freebsd-ufs

Re: What on earth is all this %20 crap at the end of the GUID? (newfs?)

2014-04-29 Thread Alan Somers
On Tue, Apr 29, 2014 at 8:30 PM, Allan Jude free...@allanjude.com wrote: On 2014-04-29 19:51, Sean Bruno wrote: Created a simple partition: root@:~ # gpart create -s gpt da11 da11 created root@:~ # gpart add -t freebsd-ufs da11 da11p1 added root@:~ # gpart show da11 =40

Re: What on earth is all this %20 crap at the end of the GUID? (newfs?)

2014-04-29 Thread Peter Wemm
On Tuesday 29 April 2014 20:52:30 Alan Somers wrote: On Tue, Apr 29, 2014 at 8:30 PM, Allan Jude free...@allanjude.com wrote: On 2014-04-29 19:51, Sean Bruno wrote: Created a simple partition: root@:~ # gpart create -s gpt da11 da11 created root@:~ # gpart add -t freebsd-ufs da11