Solved [SOLVED] Burning an ISO to a bluray disc

I'm running PC-BSD 9.2 x64 and I'm trying to burn an ISO of mine to a Blu-ray disc. It seems that this isn't supported in sysutils/k3b-kde4 or sysutils/brasero. After a bit of googling I'm left scratching my head. Is this possible and if so how would I go about doing this? Thanks!
 
Re: Burning an ISO to a bluray disc

FWIW this is what I used to get it burning. I haven't been able to verify the disk yet

Code:
sudo cdrecord dev=2,0,0 ./test.iso
 
Back
Top