NTFS
From Linuxintro
Revision as of 22:38, 20 March 2009 by imported>ThorstenStaerk
NTFS is a file system used e.g. in Windows 2003 and 2008. It allows for files greater than 2GB and can be read and written as well under Linux as under Windows.
To format a disk /dev/sda1 as NTFS, use
mkfs.ntfs /dev/sda1