Shutdown
27.12.04, 19:38
Hi,
ich versuche mein Packet Writing (neu in Kernel 2.6.10) zum Laufen zu kriegen, allerdings streikt das ganze...
Hier mal ein Auszug aus der Kerneldocumentation dazu:
Getting started quick
---------------------
- Select packet support in the block device section and UDF support in
the file system section.
- Compile and install kernel and modules, reboot.
- You need the udftools package (pktsetup, mkudffs, cdrwtool).
Download from http://sourceforge.net/projects/linux-udf/
- Grab a new CD-RW disc and format it (assuming CD-RW is hdc, substitute
as appropriate):
# cdrwtool -d /dev/hdc -q
- Setup your writer
# pktsetup dev_name /dev/hdc
- Now you can mount /dev/pktcdvd/dev_name and copy files to it. Enjoy!
# mount /dev/pktcdvd/dev_name /cdrom -t udf -o rw,noatime
[...]
Notes
-----
- CD-RW media can usually not be overwritten more than about 1000
times, so to avoid unnecessary wear on the media, you should always
use the noatime mount option.
- Defect management (ie automatic remapping of bad sectors) has not
been implemented yet, so you are likely to get at least some
filesystem corruption if the disc wears out.
- Since the pktcdvd driver makes the disc appear as a regular block
device with a 2KB block size, you can put any filesystem you like on
the disc. For example, run:
# /sbin/mke2fs /dev/pktcdvd/dev_name
to create an ext2 filesystem on the disc.
[...]
Ich mache das ATM mit einem CDRW-Rohling, also hab ich es folgendermaßen versucht:
$ cdrwtool -d /dev/hdc -q
[...]
$ pktsetup hdc /dev/hdc
ioctl: Inappropriate ioctl for device
Da hänge ich jetzt fest...kann sich da jemand einen Reim draus machen? Ich weiss nicht was da falsch sein könnte. :confused:
Ausserdem habe ich direkt nach dem Booten in /dev/ schon ein Device oder so namens "pktcdvd", was ja eigentlich ein Verzeichnis sein müsste...oder?
$ ls -l /dev/pktcdvd
crw------- 1 root root 10, 63 2004-12-27 19:50 /dev/pktcdvd
Jemand ne Idee? Wäre echt mehr als nur klasse :D
Shutdown
ich versuche mein Packet Writing (neu in Kernel 2.6.10) zum Laufen zu kriegen, allerdings streikt das ganze...
Hier mal ein Auszug aus der Kerneldocumentation dazu:
Getting started quick
---------------------
- Select packet support in the block device section and UDF support in
the file system section.
- Compile and install kernel and modules, reboot.
- You need the udftools package (pktsetup, mkudffs, cdrwtool).
Download from http://sourceforge.net/projects/linux-udf/
- Grab a new CD-RW disc and format it (assuming CD-RW is hdc, substitute
as appropriate):
# cdrwtool -d /dev/hdc -q
- Setup your writer
# pktsetup dev_name /dev/hdc
- Now you can mount /dev/pktcdvd/dev_name and copy files to it. Enjoy!
# mount /dev/pktcdvd/dev_name /cdrom -t udf -o rw,noatime
[...]
Notes
-----
- CD-RW media can usually not be overwritten more than about 1000
times, so to avoid unnecessary wear on the media, you should always
use the noatime mount option.
- Defect management (ie automatic remapping of bad sectors) has not
been implemented yet, so you are likely to get at least some
filesystem corruption if the disc wears out.
- Since the pktcdvd driver makes the disc appear as a regular block
device with a 2KB block size, you can put any filesystem you like on
the disc. For example, run:
# /sbin/mke2fs /dev/pktcdvd/dev_name
to create an ext2 filesystem on the disc.
[...]
Ich mache das ATM mit einem CDRW-Rohling, also hab ich es folgendermaßen versucht:
$ cdrwtool -d /dev/hdc -q
[...]
$ pktsetup hdc /dev/hdc
ioctl: Inappropriate ioctl for device
Da hänge ich jetzt fest...kann sich da jemand einen Reim draus machen? Ich weiss nicht was da falsch sein könnte. :confused:
Ausserdem habe ich direkt nach dem Booten in /dev/ schon ein Device oder so namens "pktcdvd", was ja eigentlich ein Verzeichnis sein müsste...oder?
$ ls -l /dev/pktcdvd
crw------- 1 root root 10, 63 2004-12-27 19:50 /dev/pktcdvd
Jemand ne Idee? Wäre echt mehr als nur klasse :D
Shutdown