Andrea Vettorello wrote:
On Tue, 04 Jan 2005 02:45:23 +0200, Necati DEMiR <[EMAIL PROTECTED]> wrote:
Andrea Vettorello wrote:
On Mon, 03 Jan 2005 21:38:34 +0200, Necati DEMiR <[EMAIL PROTECTED]> wrote:
[...]
it is a cd-writer. i think debian knows a cd-writer is connecte
On Tue, 04 Jan 2005 02:45:23 +0200, Necati DEMiR <[EMAIL PROTECTED]> wrote:
> Andrea Vettorello wrote:
>
> >On Mon, 03 Jan 2005 21:38:34 +0200, Necati DEMiR <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> >[...]
> >
> >
> >
> >>>
> >>>
> >>it is a cd-writer. i think debian knows a cd-writer is connected
Andrea Vettorello wrote:
On Mon, 03 Jan 2005 21:38:34 +0200, Necati DEMiR <[EMAIL PROTECTED]> wrote:
[...]
it is a cd-writer. i think debian knows a cd-writer is connected and
loads the module ide-scsi, but it doesn't create hdb,cdrom or sr* under
/dev/ directory.
it is not problem for
On Mon, 03 Jan 2005 21:38:34 +0200, Necati DEMiR <[EMAIL PROTECTED]> wrote:
> >
[...]
> >
> >
> it is a cd-writer. i think debian knows a cd-writer is connected and
> loads the module ide-scsi, but it doesn't create hdb,cdrom or sr* under
> /dev/ directory.
>
> it is not problem for me to use my
# dmesg|grep hdb
ide_setup: hdb=ide-scsi
ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:DMA
hdb: HL-DT-ST GCE-8400B, ATAPI CD/DVD-ROM drive
# ls /dev/
MAKEDEVinitctl ram14tty10 tty3 tty49 ttyS1 ttyS29 ttyS48
adsp inputram15tty11 tty30 tty5 ttyS10
On Monday 03 January 2005 10:17, Necati DEMiR wrote:
>
> # dmesg|grep hdb
> ide_setup: hdb=ide-scsi
> ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:DMA
> hdb: HL-DT-ST GCE-8400B, ATAPI CD/DVD-ROM drive
It looks to me as though you are using udev (or devfs). When you use
ide-scsi
On Mon, 03 Jan 2005 12:17:10 +0200, Necati DEMiR <[EMAIL PROTECTED]> wrote:
>
> >Try giving the file system type in your mount command:
> >mount -t iso9660 /dev/hdb /mnt/cdrom
> >
> >
> it didin't work.
>
> i am telling from stracth;
> i rebooted the machine;
> then
>
> # dmesg|grep hdb
> ide_se
Try giving the file system type in your mount command:
mount -t iso9660 /dev/hdb /mnt/cdrom
it didin't work.
i am telling from stracth;
i rebooted the machine;
then
# dmesg|grep hdb
ide_setup: hdb=ide-scsi
ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:DMA
hdb: HL-DT-ST GCE-8400B
On Sun, Jan 02, 2005 at 11:39:04PM +0200, Necati DEMiR wrote:
> Hi,
> i wanted to mount my cdrom, but i saw that there is no hdb or cdrom in
> /dev directory, and i decided to create them by using mknod.
> and i did the followings;
>
> #mknod -m 0660 /dev/hdb b 3 64
> #ln -s /dev/hdb /dev/cdrom
>
Ollie Acheson([EMAIL PROTECTED]) is reported to have said:
> On Sun, Jan 02, 2005 at 11:29:25PM +0200, Necati DEMiR wrote:
>
>
>
> Can't read your message -- it's in html. Turn that off and send plain text
> so we can all read it.
>
Ollie
Add this to your .mutt_mailcap and you will be
On Sun, 2005-01-02 at 23:39 +0200, Necati DEMiR wrote:
> Hi,
> i wanted to mount my cdrom, but i saw that there is no hdb or cdrom in
> /dev directory, and i decided to create them by using mknod.
> and i did the followings;
>
> #mknod -m 0660 /dev/hdb b 3 64
> #ln -s /dev/hdb /dev/cdrom
>
> eve
Hi,
i wanted to mount my cdrom, but i saw that there is no hdb or cdrom in
/dev directory, and i decided to create them by using mknod.
and i did the followings;
#mknod -m 0660 /dev/hdb b 3 64
#ln -s /dev/hdb /dev/cdrom
every thing is ok up to now.
then i tried;
#mount /dev/cdrom /mnt/cdrom/
but
On Sun, Jan 02, 2005 at 11:29:25PM +0200, Necati DEMiR wrote:
Can't read your message -- it's in html. Turn that off and send plain text
so we can all read it.
Ollie
--
|---|
| Ollie Acheson |
| Morristown, NJ|
|-
Hi,
i wanted to mount my cdrom, but i saw that there is no hdb or cdrom in
/dev directory, and i decided to create them by using mknod.
and i did the followings;
#mknod -m 0660 /dev/hdb b 3 64
#ln -s /dev/hdb /dev/cdrom
every thing is ok up to now.
then i tried;
#mount /dev/cdrom /mnt/cdrom/
To reply to my own post -
I think the problem is in /etc/init.d/iscover:
"
# Link /dev/cdromX to all detected CD drives, and create mount points:
CDNUM=1
for CDROM in `discover --device cdrom`
do
if [ ! -e $CDROM ]
then
echo -n "discover reports that $CDROM is the CD-ROM device,
Thanks Daniel,
I am using the standard (unmodified) 2.2.19-12 kernel from the Debian
distribution. The devfsd package is not installed. I checked out the website,
but I am not sure if this would solve my problem.
I am not mounting this manually, or I would do it the way I want it. I will
check
On Sun, Dec 23, 2001, JP Glutting wrote:
> Hi All,
>
> I have a problem with my device configuration. I have a CD player and a CD
> writer (/dev/hdc and /dev/hdd, respectively), and whenever I boot up it links
> up the writer on /dev/cdrom1, and the reader on /dev/cdrom2 (/dev/cdrom is,
> corre
Hi All,
I have a problem with my device configuration. I have a CD player and a CD
writer (/dev/hdc and /dev/hdd, respectively), and whenever I boot up it links
up the writer on /dev/cdrom1, and the reader on /dev/cdrom2 (/dev/cdrom is,
correctly a link to /dev/cdrom1). I can change the links,
Please include the program's output and the result of: ls -al on the
/dev device that /dev/cdrom is linked to.
On 12-Nov-98 Vincent Murphy wrote:
> i can't use xplaycd or any other cd playing program as a normal user.
> the message i get from xplaycd is that permission is denied to use
> /dev/cdro
On Thu, Nov 12, 1998 at 11:39:26PM +, Vincent Murphy wrote:
> i can't use xplaycd or any other cd playing program as a normal user.
> the message i get from xplaycd is that permission is denied to use /dev/cdrom.
> i can make the program work using sudo though.
> any way i can fix this?
See if
i can't use xplaycd or any other cd playing program as a normal user.
the message i get from xplaycd is that permission is denied to use /dev/cdrom.
i can make the program work using sudo though.
any way i can fix this?
i will supply diagnostics if someone shows me how to get them.
regards,
vinny
21 matches
Mail list logo