On Wed, 1 Nov 2000, S A McConnell wrote:

> init-2.03# mount /proc
> init-2.03# mount -t devpts
> init-2.03# more ../etc/mtab
> /dev/ram / ext2 rw 0 0
> none /proc proc rw 0 0

In /etc/fstab try:
  none        /dev/pts            devpts  gid=5,mode=620  0 0

Then mount /dev/pts...

Nevery rely on /etc/mtab, try 'cat /proc/mounts'.

-Rms


_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm

Reply via email to