Link to home
Start Free TrialLog in
Avatar of scoinzen
scoinzen

asked on

/fs function

I tried to format my pendrive but got the message "Windows was unable to complete the format". So i tried to format in dos. The message was "The type of file system is RAW. Please use  /FS switch to specify the file system you wish to use on this volume." What does "/fs" switch mean and how can i solve the problem of formatting the pendrive. Any suggestion.
ASKER CERTIFIED SOLUTION
Avatar of SteveGTR
SteveGTR
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of maidinhtai
maidinhtai

FS means File System, for example, FAT, FAT32, NTFS. So you can use this statement in Command Prompt:
Format X: /fs:FAT or Format X:/fs:FAT32 (recommend) or Format X:/fs:NTFS (with X is your pendrive, for example, D, E, F)