|
2009-07-19
, 05:22
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#2
|
The Following User Says Thank You to Bundyo For This Useful Post: | ||
|
2009-07-19
, 07:32
|
Posts: 540 |
Thanked: 387 times |
Joined on May 2009
|
#3
|
|
2009-07-19
, 09:10
|
Posts: 2,802 |
Thanked: 4,491 times |
Joined on Nov 2007
|
#5
|
How do I repair this directory?
$ perl -le 'unlink "In the Shadow of the Moon (Recorded Jul 16, 2009, TDCC).mpg";'
# umount /dev/mmcblk1p1 # dosfsck -d "In the Shadow of the Moon (Recorded Jul 16, 2009, TDCC).mpg" \ /dev/mmcblk1p1 # dosfsck -a /dev/mmcblk1p1
|
2009-07-19
, 09:50
|
Posts: 2,802 |
Thanked: 4,491 times |
Joined on Nov 2007
|
#6
|
I'm running an scp now but it estimates it's going to take another hour or so...
/media/mmc1 $ ls -l
ls: ./In the Shadow of the Moon (Recorded Jul 16, 2009, TDCC).mpg: Value too large for defined data type
scp busybox.gz root@<tablet>:
# gunzip /root/busybox.gz # chmod +x /root/busybox # /root/busybox ls -l /media/mmc1
|
2009-07-19
, 10:37
|
Posts: 2,802 |
Thanked: 4,491 times |
Joined on Nov 2007
|
#8
|
rm: cannot stat '4gbfile': Value too large for defined data type
The Following User Says Thank You to lma For This Useful Post: | ||
|
2009-07-19
, 12:47
|
Posts: 15 |
Thanked: 6 times |
Joined on Nov 2007
|
#9
|
The Following User Says Thank You to pjscott For This Useful Post: | ||
Tags |
broken, directory, header, large file |
|
% scp In\ the\ Shadow\ of\ the\ Moon\ \(Recorded\ Jul\ 16,\ 2009,\ TDCC\).mpg user@192.168.1.1:/media/mmc1
user@192.168.1.1's password:
In the Shadow of the Moon (Recorded Jul 16, 2 80% 4098MB 744.8KB/s 22:48 ETAFile size limit exceeded
In the Shadow of the Moon (Recorded Jul 16, 2 80% 4098MB 708.7KB/s 23:58 ETAlost connection
This is what it looks like on the Nokia (N810, OS2008):
/media/mmc1 $ ls -l
ls: ./In the Shadow of the Moon (Recorded Jul 16, 2009, TDCC).mpg: Value too large for defined data type
I can't get an inode:
/media/mmc1 $ ls -i
ls: ./In the Shadow of the Moon (Recorded Jul 16, 2009, TDCC).mpg: Value too large for defined data type
Based on the output of df, the file doesn't exist, but its header does. I tried rebooting, no difference. How do I repair this directory? I don't think I can just create another directory and move everything into it, because /media/mmc1 is the mount point for the external card.