Am Sonntag 18 Juli 2010 schrieb Joachim Ott:
> Before this look at "strace /bin/ls -l / 2>&1 | grep LARGE". Does it show
>   open("/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|0x80000) = 3
>
I installed coreutils already, but here is the output:

r...@om-gta02 ~ # strace /bin/ls -l / 2>&1 | grep LARGE
open("/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|0x80000) = 3
r...@om-gta02 ~ # strace /bin/busybox ls -l / 2>&1 | grep LARGE
open("/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|0x80000) = 3

So it seems that busybox "ls" is compiled with LFS in coreutils as well as in 
busybox.

> What are your mount options for the sd-card (just type "mount" to show
> them)? 

Mount option is "atime" in /etc&fstab and 

/dev/mmcblk0p1 on /media/card type reiserfs (rw,relatime)

> Maybe you can explitly add "errors=continue". 
Is this a mount option for reiserfs? 



-- 
Lars

 Lubarsky's Law of Cybernetic Entomology:
   There's always one more bug.
_______________________________________________
Shr-User mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-user

Reply via email to