Solved Help with re-labeling usb with gpart

I am having a hard time labeling a usb , please see the following steps I took
Code:
root@cysec:/usr/home/username # gpart show -l da0
=>     63  7866305  da0  MBR  (3.8G)
       63  7866305    1  (null)  (3.8G)

I wanted to modify the label and tried to do this

Code:
 # gpart modify -l freebsd-4g -i1 da0

I got this error or maybe I should not be using gpart to do this

Code:
 gpart: Invalid argument
 
Back
Top