|
|
|
|
||||||
| linux.debian.user debian-user@lists.debian.org. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Lads,
would you be able to advice please, how to install a second CD-RW? Thank you, Andrius -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
Pantor wrote:
> Lads, > > would you be able to advice please, how to install a second CD-RW? > > Thank you, > > Andrius > > Similar to what you do with the hard disk. Connect the drive and boot the computer. Your CD-RW should be detected as /dev/hdX ( where X = a/b/c/d/ ....). The system will probably create another link for your CD-RW in /media/, mine has /media/cdrom and /media/dvd -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
On Fri, Jan 25, 2008 at 01:19:30PM +0000, Pantor wrote:
> would you be able to advice please, how to install a second CD-RW? Physically install it. Then boot up. Check dmesg for device name. Add suitable line to /etc/fstab. Doug. -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
Douglas A. Tutty wrote:
> On Fri, Jan 25, 2008 at 01:19:30PM +0000, Pantor wrote: >> would you be able to advice please, how to install a second CD-RW? > > Physically install it. Then boot up. Check dmesg for device name. Add > suitable line to /etc/fstab. > > Doug. > > What the line should be? -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 On 01/25/08 12:15, Pantor wrote: > Douglas A. Tutty wrote: >> On Fri, Jan 25, 2008 at 01:19:30PM +0000, Pantor wrote: >>> would you be able to advice please, how to install a second CD-RW? >> >> Physically install it. Then boot up. Check dmesg for device name. Add >> suitable line to /etc/fstab. >> >> Doug. >> >> > > What the line should be? Have you yet done as Doug asked? - -- Ron Johnson, Jr. Jefferson LA USA "I'm not a vegetarian because I love animals, I'm a vegetarian because I hate vegetables!" unknown -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHmkiNS9HxQb37XmcRArwCAKCwFo+VXRs5BNVoHAfwAJ 3MNi+rhACfbjeN YQvpSrQ78kmlS2fUa9HukZo= =8puq -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#6 |
|
Messages: n/a
Hébergeur: |
On Fri, Jan 25, 2008 at 06:15:24PM +0000, Pantor wrote:
> Douglas A. Tutty wrote: > >On Fri, Jan 25, 2008 at 01:19:30PM +0000, Pantor wrote: > >>would you be able to advice please, how to install a second CD-RW? > > > >Physically install it. Then boot up. Check dmesg for device name. Add > >suitable line to /etc/fstab. > What the line should be? Man fstab. Man mount -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#7 |
|
Messages: n/a
Hébergeur: |
Douglas A. Tutty wrote:
> On Fri, Jan 25, 2008 at 01:19:30PM +0000, Pantor wrote: >> would you be able to advice please, how to install a second CD-RW? > > Physically install it. Then boot up. Check dmesg for device name. Add > suitable line to /etc/fstab. > > Doug. > > Error appeats if to boot after installation and Linux does not loads "hda: lost interrut". What a hell is that? -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#8 |
|
Messages: n/a
Hébergeur: |
On Sun, Jan 27, 2008 at 11:12:04AM +0000, Pantor wrote:
> Douglas A. Tutty wrote: > >On Fri, Jan 25, 2008 at 01:19:30PM +0000, Pantor wrote: > >>would you be able to advice please, how to install a second CD-RW? > > > >Physically install it. Then boot up. Check dmesg for device name. Add > >suitable line to /etc/fstab. > > > >Doug. > > > > > > Error appeats if to boot after installation and Linux does not loads > "hda: lost interrut". > > What a hell is that? Hardware problem likely related to how you physically installed the drive. If it is IDE: If on its own cable, have it jumpered to "master" If on a cable with another drive, have: the drive jumpered "master" the CD-RW jumpered "slave" Problems can arrise if a hard drive (e.g. hda) is on a cable on its own but not jumpered either way. The controller (hardware) can figure things out for one drive but not two. Doug. -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#9 |
|
Messages: n/a
Hébergeur: |
Douglas A. Tutty wrote:
> On Sun, Jan 27, 2008 at 11:12:04AM +0000, Pantor wrote: >> Douglas A. Tutty wrote: >>> On Fri, Jan 25, 2008 at 01:19:30PM +0000, Pantor wrote: >>>> would you be able to advice please, how to install a second CD-RW? >>> Physically install it. Then boot up. Check dmesg for device name. Add >>> suitable line to /etc/fstab. >>> >>> Doug. >>> >>> >> Error appeats if to boot after installation and Linux does not loads >> "hda: lost interrut". >> >> What a hell is that? > > Hardware problem likely related to how you physically installed the > drive. If it is IDE: > If on its own cable, have it jumpered to "master" > > If on a cable with another drive, have: > the drive jumpered "master" > the CD-RW jumpered "slave" > > Problems can arrise if a hard drive (e.g. hda) is on a > cable on its own but not jumpered either way. The > controller (hardware) can figure things out for one > drive but not two. > > Doug. > > That is correct, Doug. The jumper on pins that on back of cdrw was in master position as default. It is possible to use one cable with to plugins - one as master other as slave. The cdrw is visible and working. But it is still unclear how to do that cd's files automatically should be visible in /mnt/cdrw directory. There is fstab file: # /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 /dev/sda1 / ext3 defaults,errors=remount-rw 0 1 /dev/sda5 none swap sw 0 0 /dev/hdb /mnt/cdrw udf,iso9660 rw,users,auto, unhide,unset 0 0 /dev/fd0 /mnt/floppy auto rw,users,auto 0 0 /dev/hdc1 /mnt/small ext3 defaults 2 1 ~ Although one more question: is it correct that in only adf and iso1660 types was mentioned? If to put a not audio but data file what should happen then? Regards, Andrius -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#10 |
|
Messages: n/a
Hébergeur: |
On Sun, Jan 27, 2008 at 11:19:35PM +0000, Pantor wrote:
> # /etc/fstab: static file system information. > # > # <file system> <mount point> <type> <options> <dump> <pass> > proc /proc proc defaults 0 0 > /dev/sda1 / ext3 defaults,errors=remount-rw 0 1 > /dev/sda5 none swap sw 0 0 > /dev/hdb /mnt/cdrw udf,iso9660 rw,users,auto, unhide,unset 0 > 0 > /dev/fd0 /mnt/floppy auto rw,users,auto 0 0 > /dev/hdc1 /mnt/small ext3 defaults 2 1 > ~ > > Although one more question: is it correct that in only adf and iso1660 > types was mentioned? If to put a not audio but data file what should > happen then? Keep in mind that I don't use a desktop manager so for me nothing gets mounted automatically. ISO9660 is a data CD. You cannot mount an audio CD. It will tell you that the disk has the wrong format. Doug. -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
![]() |
| Outils de la discussion | |
|
|