Hello I realise this is really a basic linux question, but I am using the /tftpboot directory to store telephone configs. Everything works fine but I thought the /tmp directory might have been a temporary ramdisk or something so was concerned that might lose /tftpboot contents after reboot. I realise that the contents of /tftpboot/ must be on my keydisk somewhere but was confused as to how to find out.
I see /tftpboot is a symbolic link as here: lrwxrwxrwx 1 root root 13 Dec 8 06:09 tftpboot -> /tmp/tftpboot So I did this: pbx / # mount /dev/hda1 on / type ext2 (ro) none on /proc type proc (rw,nodiratime) none on /dev type tmpfs (rw) none on /var type tmpfs (rw) none on /tmp type tmpfs (rw) /dev/hdc1 on /mnt/kd type ext2 (rw,noatime) none on /sys type sysfs (rw) none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw) pbx / # What does: none on /tmp type tmpfs (rw) mean? Then tried pbx / # df /tmp Filesystem 1k-blocks Used Available Use% Mounted on none 10000 172 9828 2% /tmp ??? I want to understand this. How can I find out what device /tmp is stored on? Angus _______________________________________________ Astlinux-users mailing list [email protected] http://lists.kriscompanies.com/mailman/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [EMAIL PROTECTED]
