Friday, August 14, 2015

NTFS filesystem creation in linux

(Trick source)

$ mkntfs -L TRASTEOS -Q /dev/sdg1

  • -L: Volume name.
  • -Q: Quick format

Note: the partition must to have the fstype flag set to 7

No comments: