Hi,
this is the output when i type mount...
I have stopped automount by running autofs stop and amd stop.. so nothing
is running i guess.. nor is supermount running. so where is the problem?
need help immediately.
thanks
sarang
[root@vx15 /etc]# mount -t iso9660 /dev/cdrom /mnt/cdrom
mount: block device /dev/cdrom is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/cdrom,
or too many mounted file systems
[root@vx15 /etc]# mount
/dev/hda6 on / type ext2 (rw)
none on /proc type proc (rw)
none on /dev/pts type devpts (rw,mode=0620)
/dev/hda9 on /home type ext2 (rw)
/dev/hda8 on /usr/local type ext2 (rw)
vfs1:/usr/people on /usr/people type nfs
(rw,nosuid,bg,soft,addr=192.168.0.9,addr=192.168.0.9)
[root@vx15 /etc]# cat fstab
/dev/hda6 / ext2 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hda9 /home ext2 defaults 1 2
#/dev/fd0 /mnt/floppy auto nosuid,noauto,user,nodev 0 0
#/mnt/cdrom /mnt/cdrom iso9660 ro,/dev/cdrom,nosuid,noauto,exec,nodev,user
0 0
none /proc proc defaults 0 0
/dev/hda8 /usr/local ext2 defaults 1 2
vfs1:/usr/people /usr/people nfs user,exec,dev,nosuid,rw,bg,soft 0 0
/dev/hda7 swap_upgrade swap defaults 0 0
[root@vx15 /etc]#