|

楼主 |
发表于 2003-7-19 20:37:20
|
显示全部楼层
没有呀,我是这么改的呀,
[root@localhost etc]# mount
/dev/hda6 on / type ext3 (rw)
none on /proc type proc (rw)
none on /proc/bus/usb type usbdevfs (rw)
none on /dev/pts type devpts (rw,mode=0620)
none on /mnt/floppy type supermount (rw,sync,dev=/dev/fd0,fs=auto,--,iocharset=gb2312,codepage=936,umask=0)
/dev/hda1 on /mnt/win_c type ntfs (ro,iocharset=gb2312,umask=0)
/dev/hda5 on /mnt/win_d type ntfs (ro,iocharset=gb2312,umask=0)
[root@localhost etc]# mount /mnt/cdrom
mount: wrong fs type, bad option, bad superblock on none,
or too many mounted file systems
[root@localhost etc]# mount /dev/hdd /mnt/cdrom
mount: block device /dev/hdd is write-protected, mounting read-only
mount: No medium found ( then i put my CD in CDROM)
[root@localhost etc]# mount /dev/hdd /mnt/cdrom
/dev/hdd: Input/output error
mount: block device /dev/hdd is write-protected, mounting read-only
/dev/hdd: Input/output error
mount: you must specify the filesystem type
[root@localhost etc]# eject
eject: unable to find or open device for: `/dev/cdrom'
[root@localhost etc]# mount -t iso9660 /dev/hdd /mnt/cdrom
mount: block device /dev/hdd is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/hdd,
or too many mounted file systems
[root@localhost etc] |
|