Quote:
Originally Posted by smallpond
How is it being mounted? Post the /etc/fstab line.
What's in the system log?
|
hello:
thanks for reply.
I type mount command to mount it on, like: mount /dev/<hd_name> /mnt/<dir_name>
I don't edit mount info. in fstab, so it wouldn't be mounted on booting time.
contents of fstab are as below:
# <file system> <mount point> <type> <options> <dump>
#/dev/root / auto defaults,errors=remount-ro
/dev/root / auto defaults,errors=remount-rw
none /proc proc noauto
none /sys sysfs noauto
none /dev/pts devpts noauto,gid=5,mode=620 0 0
none /dev/shm tmpfs size=5M
none /var/run tmpfs defaults
none /tmp tmpfs sync
any other advice will be very appreciate!