And here's /proc/mounts:



/dev/root / ext2 ro 0 0
none /proc proc rw 0 0
/dev/hda4 /drive0 ext2 ro 0 0
/dev/hdc4 /drive1 ext2 ro 0 0


Nothing looks out of the ordinary to me, but I don't really know what I'm looking for. Poking around elsewhere in proc, am I going to find anything that indicates what files might be open? Like if I look at the PID for emphatic in /proc, is anything in there going to tell me anything? I ask because /proc/41/fd/ gives me:


dr-x------ 2 0 0 0 Feb 26 02:40 ./
dr-xr-xr-x 3 0 0 0 Feb 26 02:40 ../
lrwx------ 1 0 0 64 Feb 26 02:40 0 -> /dev/ttyS1
lrwx------ 1 0 0 64 Feb 26 02:40 1 -> /dev/ttyS1
lrwx------ 1 0 0 64 Feb 26 02:40 2 -> /dev/ttyS1
lrwx------ 1 0 0 64 Feb 26 02:40 3 -> /dev/display
lr-x------ 1 0 0 64 Feb 26 02:40 4 -> pipe:[45]
l-wx------ 1 0 0 64 Feb 26 02:40 5 -> pipe:[45]
lr-x------ 1 0 0 64 Feb 26 02:40 6 -> /drive0/var/config.ini


Does this mean that emphatic has config.ini open for some reason? Or does this show something completely unrelated?
_________________________
-Aaron