View Single Post
Old 08-27-2012, 09:13 AM   #14
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
root@kindle:fs> ls -ld /proc/sys/fs
dr-xr-xr-x 0 root root 0 Aug 27 11:14 /proc/sys/fs/

Okay. Are you presuming I haven't simply tried mounting it?

EDIT:

root@kindle:fs> mount -t binfmt_misc none /proc/sys/fs/binfmt_misc
mount: mount point /proc/sys/fs/binfmt_misc does not exist

Or am I missing something blindingly obvious again?


errr... wait a minute..

Quote:
lstat64("/etc/mtab", {st_mode=S_IFLNK|0777, st_size=12, ...}) = 0
stat64("/sbin/mount.binfmt_misc", 0xbed50740) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_BLOCK, ~[TRAP SEGV RTMIN RT_1], NULL, 8) = 0
mount("none", "/proc/sys/fs/binfmt_misc", "binfmt_misc", MS_MGC_VAL, NULL) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_UNBLOCK, ~[TRAP SEGV RTMIN RT_1], NULL, 8) = 0
lstat64("/proc/sys/fs/binfmt_misc", 0xbed50818) = -1 ENOENT (No such file or directory)
write(2, "mount: mount point /proc/sys/fs/"..., 59) = 59
exit_group(32) = ?
+++ exited with 32 +++

Hookaay... I think I see the issue. (goes looking around for things)

the failure to find this bit of code doesn't explain why I get no complaint on FAT though
(I don't think)

Last edited by twobob; 08-27-2012 at 09:40 AM.
twobob is offline   Reply With Quote