Hey,
I usually watch movies on my HDTV from my USB flash drive. When i format it to NTFS with Gparted, everything works fine, although when i try to do it from the command line, it doesn't get recognized by the TV.
What i do:
Code:
mkntfs --fast --label randomlabel /dev/sdxy //tried without --fast, too
and then i change the type (id) with fdisk:
Code:
fdisk /dev/sdxy
t //type
1 //first partition
7 //ntfs
w //write to disk
What am i doing wrong?
Thanks in advance!
edit:
Resolved. The problem i was using fdisk /dev/sdxy instead of fdisk /dev/sdx
To be specific, i was using
instead of
to modify the type.