On 4/26/2011 7:50 PM, Chris Hill wrote:
[snip]
tripel# echo "p 2 0x0c * *" | fdisk -f - /dev/da0
******* Working on device /dev/da0 *******
fdisk: Class not found
tripel#


Try (note the single quotes):

tripel# echo 'p 2 0x0c * *' | fdisk -f - /dev/da0

Just a hunch but perhaps the shell is globbing a filename.

Steve

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to