How to Convert FAT to NTFS file system To convert a FAT partition to NTFS, perform the following steps. 1) Click Start, click Programs, and then click Command Prompt. 2) In Windows XP, click Start, click Run, type cmd and then click OK. 3) At the command prompt, type CONVERT [driveletter]: /FS:NTFS. 4) Convert.exe will [...]
GNU/Linux
Linux-Displaying system space with df
In Linux, you can display the space available on your file systems using the df command. To see the amount of space available on all of the mounted file systems on your Linux system, type df with no options at the Terminal. You will something like this: $ df Filesystem 1k-blocks Used Available Use% Mounted [...]
