Advertisement
cutiyar

Untitled

Mar 11th, 2011
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. cutiyar@cutiyar-physic:~$ sudo mount /dev/sdb /media/sdb1
  2. mount: you must specify the filesystem type
  3. cutiyar@cutiyar-physic:~$ sudo parted /dev/sdb mkfs 1 fat32
  4. WARNING: you are attempting to use parted to operate on (mkfs) a file system.
  5. parted's file system manipulation code is not as robust as what you'll find in
  6. dedicated, file-system-specific packages like e2fsprogs. We recommend
  7. you use parted only to manipulate partition tables, whenever possible.
  8. Support for performing most operations on most types of file systems
  9. will be removed in an upcoming release.
  10. Warning: The existing file system will be destroyed and all data on the
  11. partition will be lost. Do you want to continue?
  12. parted: invalid token: 1
  13. Yes/No? ^C
  14. cutiyar@cutiyar-physic:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement