› Forums › Network Management › ZeroShell › Hard-Drive installation › Reply To: Hard-Drive installation
@ppalias wrote:
Terminal emulation VT100?
This was another problem with mounts. Aparrantly I needed to mount /dev/pts which fixed the issue now my machine is working properly.
I also edited the /etc/passwd to not use the zeroshell front end script and added a command for that instead (for easyness to remember). Not being able to scp anything to the machine made things quite annoying. Now everything appears to be working correctly:
root@zeroshell root> uname -a
Linux zeroshell.example.com 2.6.30 #2 SMP Fri Jun 11 18:49:33 PDT 2010 i686 GenuineIntel unknown GNU/Linux
root@zeroshell root> df -h
Filesystem Size Used Avail Use% Mounted on
rootfs 30G 1.5G 27G 6% /
/dev/root 30G 1.5G 27G 6% /
shm 1.5G 0 1.5G 0% /dev/shm
root@zeroshell root>
I am thinking about going to a 64-bit kernel though (mainly so byte counts and stuff dont reset @ 4 GB) and proper atom CPU support (maybe I was just blind but I didn’t see atom listed as an option when compiling the kernel)).