今天在我这里 Linux 又一次战胜了 Windows,刻了一个上午的盘,坏了7张,很很郁闷的情况下,进入了 Linux,这是别人的机器,本来是安装了 Linux的,但是进不去,因为我不知道密码,现在看来只能到 Linux 下试试了,用 SlackWare 的安装盘挂载 Linux 分区,把 root 的密码去掉,分别修改文件 /etc/shadow 和 /etc/passwd 中的第二列(以 : 间隔),去掉第二列,把密码去掉,重启进入 Linux,用下面命令探测下我的 Combo 刻录机:
# cdrecord dev=ATAPI -scanbus
Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 J?rg Schilling
cdrecord: Warning: Running on Linux-2.6.15
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
scsidev: 'ATAPI'
devname: 'ATAPI'
scsibus: -2 target: -2 lun: -2
Warning: Using ATA Packet interface.
Warning: The related Linux kernel interface code seems to be unmaintained.
Warning: There is absolutely NO DMA, operations thus are slow.
Using libscg version 'schily-0.8'.
scsibus0:
0,0,0 0) *
0,1,0 1) 'SAMSUNG ' 'CDRW/DVD SM-316B' 'T300' Removable CD-ROM
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
用下面的命令进行刻录:
#cdrecord -v speed=8 dev=ATAPI:0,1,0 fs=8m -eject -data xxx.iso
一切顺利!OK!


hongmaojin 于 2008-03-26 21:03:41发表:
用chroot进入就行,不用改密码.。第一次听说,看来我落后了。
相思爱文 于 2008-03-26 08:29:37发表:
用chroot进入就行,不用改密码
chaian 于 2008-03-25 16:57:04发表:
了解中