I use Parted as follow command:
1. convert my Upan to gpt partition table. 'mklable gpt'
2. mkpart primary ntfs 0% 100%
3. use mkntfs tool to format my new partition.
'sudo mkntfs -L your_volume_label -f /dev/sdc1'
After I do that, my ubuntu and win7 can recognize my Upan, but winXP cannot.
why?

Reply via email to