Mailinglist Archive: packet-writing (59 mails)
| < Previous | Next > |
Re: [packet-writing] Re: packet-writing with Redhat?
- From: Adam <adam@xxxxxxxxxxxx>
- Date: Sun, 24 Sep 2000 17:11:25 +0000 (UTC)
- Message-id: <Pine.GSO.4.21.0009241309100.3396-100000@xxxxxxxxxxxxxxxxxxx>
> mount -t udf -o rw,user /dev/pktcdvd0 /mnt/cdrom
> mount: block device /dev/pktcdvd0 is write-protected, mounting read-only
mabye b/c you compiled udf w/out "Write Support"? In order to get
you need to enable 'experimental options' and then enabled 'UDF Write
(Dangerous)"
> 1) Why aren't udf and pktcdvd0 modules being auto loaded even though
> they appear in my modules.dep file?
b/c modules.dep just lists intermodule dependencies. In order to have
something call the module kernel/knod or whatver it is nowdays needs
to know what to call for example if I do 'ifconfig eth0' then
the "whatever" will check out /etc/modules.conf what eth0 is
defined as
[adam@pepsi licq]$ grep eth0 /etc/modules.conf
alias eth0 tulip
> 3) Why is it mounting as read only?
see above
--
Adam
http://www.eax.com The Supreme Headquarters of the 32 bit registers
> mount: block device /dev/pktcdvd0 is write-protected, mounting read-only
mabye b/c you compiled udf w/out "Write Support"? In order to get
you need to enable 'experimental options' and then enabled 'UDF Write
(Dangerous)"
> 1) Why aren't udf and pktcdvd0 modules being auto loaded even though
> they appear in my modules.dep file?
b/c modules.dep just lists intermodule dependencies. In order to have
something call the module kernel/knod or whatver it is nowdays needs
to know what to call for example if I do 'ifconfig eth0' then
the "whatever" will check out /etc/modules.conf what eth0 is
defined as
[adam@pepsi licq]$ grep eth0 /etc/modules.conf
alias eth0 tulip
> 3) Why is it mounting as read only?
see above
--
Adam
http://www.eax.com The Supreme Headquarters of the 32 bit registers
| < Previous | Next > |