LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Linux input/output error (https://www.linuxquestions.org/questions/linux-newbie-8/linux-input-output-error-677694/)

jagdishpsp 10-20-2008 12:06 AM

Linux input/output error
 
Hi,

I am getting these errors when i am trying to change passwd.

"Segmentation fault"

when creating a directory giving these error.
mkdir: cannot create directory `jagdish': Read-only file system

Please Help.

Jagdishwar

chrism01 10-20-2008 12:21 AM

Show the contents of your
/etc/fstab
file

jagdishpsp 10-20-2008 12:39 AM

cat /etc/fstab
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
LABEL=/home /home ext3 defaults 1 2
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/sda5 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0

[root@DL-DN-Humpy home]# mount
/dev/sda3 on / type ext3 (rw)
none on /proc type proc (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
usbdevfs on /proc/bus/usb type usbdevfs (rw)
/dev/sda1 on /boot type ext3 (rw)
/dev/sda2 on /home type ext3 (rw)
none on /dev/shm type tmpfs (rw)

[root@DL-DN-Humpy root]# passwd smallidi
Changing password for user smallidi.
New UNIX password:
Segmentation fault



Jagdishwar


All times are GMT -5. The time now is 06:18 AM.