[ NLO @ 25.08.2003. 23:09 ] @
ne znam da nateram slack9 da mi prepozna rezac, pokushao sam s nekim linkovanjem, ali nishta...
rezac je ide, /dev/hdd
valjda bi trebao da nateram scsi emulaciju da radi ali ne znam kako...
kernel je default...

Code:

root@lonestar:~# cdrecord -scanbus
Cdrecord 2.0 (i686-pc-linux-gnu) Copyright (C) 1995-2002 Jörg Schilling
cdrecord: Read-only file system. Cannot open '/dev/pg0'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
[ filmil @ 25.08.2003. 23:16 ] @
/etc/lilo.conf
Code:

# End LILO global section
# Linux bootable partition config begins
image = /boot/vmlinuz-2.4.21
  root = /dev/hda3
  label = linux
  append="hdb=ide-scsi max_scsi_luns=5"
  read-only # Non-UMSDOS filesystems should be mounted read-only for checking
[ NLO @ 25.08.2003. 23:49 ] @
hvala, ali nije pomoglo, cdrecord -scanbus i dalje izbacuje isto...
[ NLO @ 26.08.2003. 00:49 ] @
radi sa:
Code:
append="hdd=ide-scsi"

hvala
[ NLO @ 26.08.2003. 01:17 ] @
radi, narezao sam disk, ali sad ne mogu da mount-ujem disk kad ga stavim u rezac...
u obicnom cd-romu radi...
Code:

root@lonestar:~# mount -t iso9660 /dev/hdd /mnt/cd-rw/
mount: wrong fs type, bad option, bad superblock on /dev/hdd,
       or too many mounted file systems
       (could this be the IDE device where you in fact use
       ide-scsi so that sr0 or sda or so is needed?)
[ tOwk @ 26.08.2003. 01:49 ] @
Probaj:
mount -t iso9660 /dev/scd0 /mnt/cd-rw/
ili
mount -t iso9660 /dev/sg0 /mnt/cd-rw/
[ NLO @ 26.08.2003. 07:14 ] @
radi, hvala, i to cudo je nameshteno :)