Line 214: |
Line 214: |
| LC_IDENTIFICATION="en_US.UTF-8" | | LC_IDENTIFICATION="en_US.UTF-8" |
| LC_ALL=en_US.UTF-8 | | LC_ALL=en_US.UTF-8 |
| + | </pre> |
| + | |
| + | == Current State of files == |
| + | === df === |
| + | <pre> |
| + | Filesystem 1K-blocks Used Available Use% Mounted on |
| + | /dev/simfs 8388608 1344356 7044252 17% / |
| + | none 549288 4 549284 1% /dev |
| + | </pre> |
| + | |
| + | === cat /etc/fstab === |
| + | <pre> |
| + | #------------------------------------------------------------ |
| + | # BE CAREFUL WHEN MODIFYING THIS FILE! It is updated automatically |
| + | # by the SME server software. A few entries are updated during |
| + | # the template processing of the file and white space is removed, |
| + | # but otherwise changes to the file are preserved. |
| + | # For more information, see http://www.e-smith.org/custom/ and |
| + | # the template fragments in /etc/e-smith/templates/etc/fstab/. |
| + | # |
| + | # copyright (C) 2002 Mitel Networks Corporation |
| + | #------------------------------------------------------------ |
| + | none /dev/pts devpts rw 0 0 |
| + | </pre> |
| + | |
| + | == cat /etc/mtab == |
| + | <pre> |
| + | /dev/simfs / simfs rw,relatime 0 0 |
| + | sysfs /sys sysfs rw,relatime 0 0 |
| + | /proc /proc proc rw,relatime 0 0 |
| + | none /dev tmpfs rw,relatime,mode=755 0 0 |
| + | none /dev/pts devpts rw,relatime,mode=600,ptmxmode=000 0 0 |
| + | none /proc/sys/fs/binfmt_misc binfmt_misc rw,relatime 0 0 |
| </pre> | | </pre> |