Hi, Is there are any way to force CRUX to recognize all ATA drivers as /dev/sdxy rather then /dev/hdxy? Wawrzek -- Wawrzyniec Niewodniczański vel Wawrzek Larry or LarryN Linux User #177124 E-MAIL: wawrzek@gmail.com PhD in Quantum Chemistry WWW: http://wawrzek.name MSc in Molecular Engineering JID: larryn@chrome.pl
On Tue, Dec 16, 2008 at 11:37:00PM +0000, Wawrzyniec Niewodniczański wrote:
Hi,
Is there are any way to force CRUX to recognize all ATA drivers as /dev/sdxy rather then /dev/hdxy?
Wawrzek
Its a kernel issue. Use libata instead of the old layer and all disks will be sd* -- /Fredrik Rinnestam
Hi all, Some time ago I couldn't burn a disc using libata and cdrecord. The recorder couldn't be found in the 'scsi' bus. Actually I don't know if this problem still lives with libata or newer burning tools (cdrtools isn't in the 2.5 opt ports anymore). You may want to check this if the case matters to your use. Regards, Maurício Faria de Oliveira On Tue, Dec 16, 2008 at 10:05 PM, Fredrik Rinnestam <fredrik@obra.se> wrote:
On Tue, Dec 16, 2008 at 11:37:00PM +0000, Wawrzyniec Niewodniczański wrote:
Hi,
Is there are any way to force CRUX to recognize all ATA drivers as /dev/sdxy rather then /dev/hdxy?
Wawrzek
Its a kernel issue. Use libata instead of the old layer and all disks will be sd*
--
/Fredrik Rinnestam _______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux
Mauricio Faria de Oliveira schrieb:
Hi all,
Some time ago I couldn't burn a disc using libata and cdrecord. The recorder couldn't be found in the 'scsi' bus.
Actually I don't know if this problem still lives with libata or newer burning tools (cdrtools isn't in the 2.5 opt ports anymore). You may want to check this if the case matters to your use.
This issue should be sorted out for some time now. libata supports all kind of RW CD/DVD drives AFAICT. Regards, Clemens
2008/12/17 Wawrzyniec Niewodniczański <wawrzek@gmail.com>:
Is there are any way to force CRUX to recognize all ATA drivers as /dev/sdxy rather then /dev/hdxy?
Do you want Linux to use another dirver, or simply name them differently? If it is about the name, you could do this with udev. bye richi
On Wed, 17 Dec 2008 08:01:13 +0100 "Richard Pöttler" <richard.poettler@gmail.com> wrote:
2008/12/17 Wawrzyniec Niewodniczański <wawrzek@gmail.com>:
Is there are any way to force CRUX to recognize all ATA drivers as /dev/sdxy rather then /dev/hdxy?
Do you want Linux to use another dirver, or simply name them differently? If it is about the name, you could do this with udev.
bye richi _______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux
Disable the IDE/ATA drivers and use the PATA drivers instead. Most IDE/ATA drivers have a PATA counterpart. You'll also need to update your fstab before you reboot. -- Lucas Hazel <lucas@die.net.au>
participants (6)
-
Clemens Koller
-
Fredrik Rinnestam
-
Lucas Hazel
-
Mauricio Faria de Oliveira
-
Richard Pöttler
-
Wawrzyniec Niewodniczański