update: occasionally the reading of /proc/mounts succeeds, and it's:
open("/proc/mounts", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(3, "rootfs / rootfs rw 0 0\n/dev/root"..., 4096) = 290
write(1, "rootfs / rootfs rw 0 0\n/dev/root"..., 290rootfs / rootfs rw 0 0
/dev/root / ext3 rw,noatime,nodiratime,data=ordered 0 0
/proc /proc proc rw 0 0
/proc/bus/usb /proc/bus/usb usbfs rw 0 0
/sys /sys sysfs rw 0 0
/dev/devpts /dev/pts devpts rw 0 0
/dev/sda2 /home ext3 rw,noatime,nodiratime,data=ordered 0 0
nodev /debug debugfs rw 0 0
) = 290
read(3, "", 4096) = 0
close(3) = 0
there's nothing particularly interesting in it. (perhaps debugfs)
Ingo
-
| Linus Torvalds | Re: [GIT]: Networking |
| Arjan van de Ven | [patch 1/3] LatencyTOP infrastructure patch |
| Greg Kroah-Hartman | [PATCH 023/196] MCP_UCB1200: Convert from class_device to device |
| James Morris | Re: LSM conversion to static interface |
git: | |
| Wink Saville | Resolving conflicts |
| Junio C Hamano | Re: [PATCH] Teach git-gui to split hunks |
| Linus Torvalds | Re: kde.git is now online |
| Steffen Prohaska | [PATCH] cygwin: added fopen "b" and open O_BINARY to support cygwin's textmode |
| Almir Karic | Re: find -exec {} help |
| Richard Stallman | Real men don't attack straw men |
| Khalid Schofield | Configuring sendmail openbsd 4.2 |
| Timo Myyrä | Encrypting home partition |
| David Miller | [GIT]: Networking |
| Andi Kleen | [PATCH] Add a statistics counter for tx hash miss |
| David Miller | Re: [BUG] kernel BUG at net/core/dev.c:1328! |
| David Miller | Re: netif_schedule and mpc5200_fec |
