Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DOSFSCK Output

Status
Not open for further replies.

felix001

Technical User
Nov 15, 2008
102
0
0
GB
I recently checked my disk on my device using dosfsck, and couldnt work out if the output showed any issues.... i believe this looks ok, but just wanted clarification...


~ # for i in `fdisk -l | grep FAT | awk ' { print $1 } '` ; do dosfsck -t -r $i ; done
dosfsck 2.11, 12 Mar 2005, FAT32, LFN
Seek to 2147491840:Success
dosfsck 2.11, 12 Mar 2005, FAT32, LFN
/dev/disks/vmhba1:0:0:4: 5 files, 258/8062 clusters
dosfsck 2.11, 12 Mar 2005, FAT32, LFN
/dev/disks/vmhba1:0:0:5: 10 files, 37498/48927 clusters
dosfsck 2.11, 12 Mar 2005, FAT32, LFN
/dev/disks/vmhba1:0:0:6: 10 files, 37497/48927 clusters
dosfsck 2.11, 12 Mar 2005, FAT32, LFN
/dev/disks/vmhba1:0:0:8: 33 files, 11196/34549 clusters
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top