Re: pktsetup problem...
Chris Clayton <[email protected]> Sat, 29 Oct 2005 12:30:45 +0000
| Newsgroups | gmane.linux.suse.packet-writing |
|---|---|
| Message-ID | <[email protected]> |
Hi Marc, On Friday 28 Oct 2005 16:44, Marc Collin wrote: > Le 28 Octobre 2005 07:22, Chris Clayton a écrit : > <snip> > > /dev/dvdram /media/dvdram subfs > fs=cdfss,rw,noatime,procuid,nosuid,nodev,exec,users,gid=users,umask=0002,iocharset=utf8 > 0 0 > <snip> > pktsetup pktcdvd0 /dev/hdc > > dmesg return me: pktcdvd: writer pktcdvd0 mapped to hdc > > after i do mount /dev/dvdram (after this operation, the led burner alway > flash...) > Well, this is where I think you are going wrong. pktsetup has set up the packet device on /dev/pktcdvd/pktcdvd0 but you are trying to mount /dev/dvdram. Try replacing /dev/dvdram with /dev/pktcdvd/pktcdvd0 in fstab. Good luck Chris