[00:58] jledbetter: All right, I'll see you guys next Thursday then. [05:05] pleia2: thunder [05:06] outside? [05:13] pleia2: yes [05:13] and heavy rain [05:14] neat [05:14] glad I'm at my hotel :) [14:53] * bkerensa does the speakers dance [16:46] so i let my rsync run over night [16:46] and it failed at a certain point [16:46] wait let me pastbin this [16:50] http://paste.ubuntu.com/1102086/ <-- apparently i wrote a correupted file somehow [16:50] Title: [Ubuntu Pastebin] [16:50] ah the first section is the end of my rsync log [16:50] and i now can't remove that file [16:50] any ideas on how to remove the file, and what went wrong with my rsync? [16:54] I'd first try sudo rm -rf on that directory [16:54] but I/O error often means hardware, so I'd also check dmesg to see if there were any hardware errors reported. [16:55] If no hardware errors, I'd unmount the filesystem (go to single-user mode if necessary) and fsck, since there might be filesystem errors. [16:56] yea sudo rm -rf shows the same i/o error, hmm [17:00] hmm... how do i fsck an unmounted drive? fsck /dev/sdb? [17:01] right, though usually it's sdb1 or whatever [17:01] ah it's an ntfs drive D: