Skip to content

Instantly share code, notes, and snippets.

@jeffWelling
Created March 19, 2010 10:00
Show Gist options
  • Save jeffWelling/337389 to your computer and use it in GitHub Desktop.
Save jeffWelling/337389 to your computer and use it in GitHub Desktop.
Filesystem Corruption?
A program I'm writing which hashes a bunch of my files, choked when processing Disc 2.
Confused, I wanted to find out why. I'm not sure what happened but I'm pretty sure that
when I got these Discs, 1 and 2, they BOTH came with actual songs on them, not 'character
special file's, 'fifo's and 'socket's. Anyway, I found out why my program was choking,
not how to code around it...
ls Disc\ *
Disc 1:
total 104672
drwxr-xr-x 2 jeff jeff 4096 2009-09-15 05:00 .
drwxr-xr-x 5 jeff jeff 48 2009-09-15 05:00 ..
-rwxr-xr-x 1 jeff jeff 12285660 2009-09-15 05:00 01 The Blister Exists.mp3
-rwxr-xr-x 1 jeff jeff 7443495 2009-09-15 05:00 02 (Sic).mp3
-rwxr-xr-x 1 jeff jeff 13027975 2009-09-15 05:00 03 Disasterpiece.mp3
-rwxr-xr-x 1 jeff jeff 8461360 2009-09-15 05:00 04 Before I Forget.mp3
-rwxr-xr-x 1 jeff jeff 7166275 2009-09-15 05:00 05 Left Behind.mp3
-rwxr-xr-x 1 jeff jeff 7318245 2009-09-15 05:00 06 Liberate.mp3
-rwxr-xr-x 1 jeff jeff 11381355 2009-09-15 05:00 07 Vermilion.mp3
-rwxr-xr-x 1 jeff jeff 9801535 2009-09-15 05:00 08 Pulse of the Maggots.mp3
-rwxr-xr-x 1 jeff jeff 9985235 2009-09-15 05:00 09 Purity.mp3
-rwxr-xr-x 1 jeff jeff 8296865 2009-09-15 05:00 10 Eyeless.mp3
-rwxr-xr-x 1 jeff jeff 7619680 2009-09-15 05:00 11 Drum Solo.mp3
-rwxr-xr-x 1 jeff jeff 4370695 2009-09-15 05:00 12 Eeyore.mp3
Disc 2:
total 0
drwxr-xr-x 2 jeff jeff 68 2009-09-15 05:00 .
drwxr-xr-x 5 jeff jeff 48 2009-09-15 05:00 ..
prwxr-xr-t 1 jeff jeff 0 2009-09-15 05:00 06 Iowa.mp3
srwxr-xr-t 1 jeff jeff 0 2009-09-15 05:00 07 Duality.mp3
crwxr-xr-x 1 jeff jeff 113, 171 2009-09-15 05:00 12 Surfacing.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment