7.1pre install on scsi/sata : impossible?

Before I add a bug report, I wanted to ask if someone could second that
- for scsi cdroms no nodes are created - like /dev/scd0 - so one can not load modules from the setup cdrom
- for sata cdroms no nodes are created - as the kernel is still unpatched to support sata-atapi
- you can't switch keyboard layout so native languaged people are somehow stuck trying to type "ls /dev/ | grep cd" or "ls /dev/scd*"
- autoprobe of network modules fails (maybe in follow of issue 1 and 2) at least for forcedeth and sklin98
- some fs are not supported without modprobing, like jfs, xfs

apeiro wrote:
Moo-Crumpus wrote:- for scsi cdroms no nodes are created - like /dev/scd0 - so one can not load modules from the setup cdrom
- for sata cdroms no nodes are created - as the kernel is still unpatched to support sata-atapi
Yea, this needs fixing.  Maybe you can help me out?  I'm a scsi idiot and only have archaic ide drives.  What nodes/majors/minors do sata/scsi users need?  The install environment uses a static /dev for 0.7.1, so I need to create these nodes manually.
Device Names
A device name can be thought of as a gateway to a kernel driver that controls a device rather than the device itself. Hence there can be multiple device names some of which may offer slightly different characteristics, all mapping to the same actual device.
The device names of the various SCSI devices are found within the /dev directory. Traditionally in Linux, SCSI devices have been identified by their major and minor device number rather than their SCSI bus addresses (e.g. SCSI target id and LUN). The device pseudo file system (devfs) moves away from the major and minor device number scheme and for the SCSI subsystem uses device names based on the SCSI bus addresses [discussed later in Section 3.3 and see reference: W5]. Alternatively, there is a utility called scsidev which addresses this issue within the scope of the Linux SCSI subsystem and thus does not have the same system wide impact as devfs. Scsidev is discussed later in Section 3.4 and ref: W6.
Eight block major numbers are reserved for SCSI disks: 8, 65, 66, 67, 68, 69, 70 and 71. Each major can accommodate 256 minor numbers which, in the case of SCSI disks, are subdivided as follows:
[b,8,0]    /dev/sda
[b,8,1]    /dev/sda1
[b,8,15]   /dev/sda15
[b,8,16]   /dev/sdb
[b,8,17]   /dev/sdb1
[b,8,255]  /dev/sdp15
The disk device names without a trailing digit refer to the whole disk (e.g. /dev/sda) while those with a trailing digit refer to one of the 15 allowable partitions [2] within that disk.
The remaining 7 SCSI disk block major numbers follow a similar pattern:
[b,65,0]   /dev/sdq
[b,65,1]   /dev/sdq1
[b,65,159] /dev/sdz15
[b,65,160] /dev/sdaa
[b,65,161] /dev/sdaa1
[b,65,255] /dev/sdaf15
[b,66,0]   /dev/sdag
[b,66,1]   /dev/sdag1
[b,66,255] /dev/sdav15
[b,71,255] /dev/sddx15
So there are 128 possible disks (i.e. /dev/sda to /dev/sddx) each having up to 15 partitions. By way of contrast, the IDE subsystem allows 20 disks (10 controllers each with 1 master and 1 slave) which can have up to 63 partitions each.
SCSI CD-ROM devices are allocated the block major number of 11. Traditionally sr has been the device name but scd probably is more recognizable and is favoured by several recent distributions. 256 SCSI CD-ROM devices are allowed:
[b,11,0]   /dev/scd0          [or /dev/sr0]
[b,11,255] /dev/scd255        [or /dev/sr255]
SCSI tape devices are allocated the char major number of 9. Up to 32 tape devices are supported each of which can be accessed in one of four modes (0, 1, 2 and 3), with or without rewind. The devices are allocated as follows:
[c,9,0]    /dev/st0     [tape 0, mode 0, rewind]
[c,9,1]    /dev/st1     [tape 1, mode 0, rewind]
[c,9,31]   /dev/st31    [tape 31, mode 0, rewind]
[c,9,32]   /dev/st0l    [tape 0, mode 1, rewind]
[c,9,63]   /dev/st31l   [tape 31, mode 1, rewind]
[c,9,64]   /dev/st0m    [tape 0, mode 2, rewind]
[c,9,96]   /dev/st0a    [tape 0, mode 3, rewind]
[c,9,127]  /dev/st31a   [tape 31, mode 3, rewind]
[c,9,128]  /dev/nst0    [tape 0, mode 0, no rewind]
[c,9,160]  /dev/nst0l   [tape 0, mode 1, no rewind]
[c,9,192]  /dev/nst0m   [tape 0, mode 2, no rewind]
[c,9,224]  /dev/nst0a   [tape 0, mode 3, no rewind]
[c,9,255]  /dev/nst31a  [tape 31, mode 3, no rewind]
The SCSI generic (sg) devices are allocated the char major number of 21. There are 256 possible SCSI generic (sg) devices:
[c,21,0]   /dev/sg0
[c,21,1]   /dev/sg1
[c,21,255] /dev/sg255
Note that the SCSI generic device name's use of a trailing letter (e.g. /dev/sgc) is deprecated.
Each SCSI disk (but not each partition), each SCSI CD-ROM and each SCSI tape is mapped to an sg device. SCSI devices that don't fit into these three categories (e.g. scanners) also appear as sg devices.
Pseudo devices [see Section 10.1] can cause devices that are usually not considered as SCSI to appear as SCSI device names. For example an ATAPI CD-ROM may be picked up by the ide-scsi pseudo driver and mapped to /dev/scd0 .
The linux/Documentation/devices.txt file supplied within the kernel source is the definitive reference for Linux device names and their corresponding major and minor number allocations.
http://www.faqs.org/docs/Linux-HOWTO/SC … tml#dnames

Similar Messages

  • How to Install a 2nd SATA drive

    Hi,
    I asked this before and got many views to my question but no responses, so I thought I would try one more time.
    I have a PM G4 Gigabit ethernet and have two ATA drives installed and one SATA drive installed via a SATA PCI card.
    What I would like to know is how do you or can you install a second SATA drive on top of the one that's already there? There is room for it to fit on top of the one I have installed, but the sled only provides for one to be mounted. The ATA sled is configured for two.
    Any way to get a sled that fits where the SATA drives are installed, or how is that done? My PCI card does have an available SATA connector.
    Sorry for the seemingly basic question, but I really don't know the answer.
    Thanks,
    Bob

    Thnaks for the response David. Well, bot do I feel silly. I now see what I somehow never saw before. there is a space in between the ATA driove slots and the SATA drive slot whicvh is where the 4th drive fits. Well, Duuuhhhh?
    I have thought of going with a SATA external drive, thing is there are not many SATA external drives out there, also would need a SATA pci card for that. I see that Firm Tek is just now getting into that so I may wait a while. Its' a 160GB SATA drive so it would be a nice addition to backups, testing drives etc.
    So what part of Georgia?
    Bob

  • Une fois l'installation de OS X Mavericks terminée, un message d'erreur apparaît indiquant "L'installation a échoué. OS X n'a pu être installé sur cet ordinateur , Impossible de mettre à niveau OS X car le disque Macintosh Hd est endommagé et irréparable.

    Une fois l'installation de OS X Mavericks terminée, un message d'erreur apparaît indiquant "L'installation a échoué. OS X n'a pu être installé sur cet ordinateur                                                                                                                                                                                                                                                        Impossible de mettre à niveau OS X car le disque Macintosh Hd est endommagé et irréparable.Après avoir redémarré votre ordinateur,sauvegardez vos données, effacez votre disque et tentez à nouveau l'installation.
    Cliquez sur rédemarrer pour rédemarrez l'ordinateur, puis tentez une nouvelle installation."
    Je clique sur le bouton redémarrer mais le message d'erreur apparait encore et ainsi de suite ...
    Je ne sais pas quoi faire, merci de votre aide ...

    Une fois l'installation de OS X Mavericks terminée, un message d'erreur apparaît indiquant "L'installation a échoué. OS X n'a pu être installé sur cet ordinateur                                                                                                                                                                                                                                                        Impossible de mettre à niveau OS X car le disque Macintosh Hd est endommagé et irréparable.Après avoir redémarré votre ordinateur,sauvegardez vos données, effacez votre disque et tentez à nouveau l'installation.
    Cliquez sur rédemarrer pour rédemarrez l'ordinateur, puis tentez une nouvelle installation."
    Je clique sur le bouton redémarrer mais le message d'erreur apparait encore et ainsi de suite ...
    Je ne sais pas quoi faire, merci de votre aide ...

  • Is it possible to install an m-sata ssd alongside the 2.5" hdd in a dm4-3114tx?

    Hey guys!
    As the above says, I have recently bought a DM4-3114tx and am wanting to know if it possible to install a m-sata (or otherwise) SSD alongside the 2.5" HDD contained in the laptop, and if this is possible, what would you recommend? 
    Thanks in advance,
    Ben
    This question was solved.
    View Solution.

    Hi,
    Based on the following book yes (for year 2011 & 2012 machines). Please check page #2.:
      http://h10032.www1.hp.com/ctg/Manual/c03119786.pdf
    HP part # is on page 21.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Mac osx ne peut être installé sur le disque impossible de créer un systeme de récupération

    au debut de l'installation de os x lion, il s'arrete et m'indique ce message :" mac osx ne peut être installé sur le disque impossible de créer un systeme de récupération"  consulter la page www.apple.com/fr/support/no-recovery

    Translation of my message:
    Hi,
    I've got a CD I can't read.
    It contains:
         pictures .JPEG  => error message "The application can not be found."
          musics .MP3  => same error message
          Files .PDF      => same error message
    However that CD works perfectly on PC.
    When I try to copy those files on my hard disk, I receive the message "Impossible to end the operation because an unexpected error occurred (error code -8058)."
    Who can help me?
    Thank you.
    OS X Mavericks (10.9.2)

  • Cannot install windows on sata raid (kt6)

    I connected all the drives on my kt6delta, 2 raid disks (sata). But when i press f6 to specify the drives and put in the disk when it asks me to it says there is no information for the drives on it. When i continue there are no drives to install windows xp and i can simply only select exit and reboot. Any clues as to where i can perhaps download the drivers for the drives so i can put them on another disk..? i used everything fine the last time but i made a huge mistake and had to format everything and removed all drives so it should work..
    any help is appriciated..
    tnx

    Are these not windows drivers? i need to find drivers i can place on a disk so i can specifiy them in windows setup and cannot find such driver here...
    tnx
    Arjan
    never mind   now it suddenly reconizes the original disk after trying and rebooting 3 or 4 times.. now on with installation..  

  • Install from SCSI CD fails: ERROR: boot device didn't show up after 30

    I have a x86 based server w/SCSI HD and DVD drive. 
    Install fails with following.
    Waiting 30 seconds for device /dev/disk/by-label/ARCH_201108
    ERROR: boot device didn't show up after 30 seconds
       Falling back to interactive prompt
       You can try to fix the problem manually, logout when you are finished
    sh: can't access tty; job contro turned off
    [ramfs /]#
    I hooked up a IDE DVD drive and using same CD installs OK.  Then, once installed, I switch my DVD back to SCSI that failed the install, and guess what?  Arch booted from my HD now recognizes the SCSI DVD drive, I can mount it and so on.  Looks to me like the install kernel doesn't support my SCSI DVD drive but the installed kernel does.
    I need the Arch install to work from the SCSI DVD drive on my system.  I'm trying to develop an Arch distro for my particular system, which there are about a dozen of in the field, they all have SCSI DVD and no IDE drives.  Will I have to add a SCSI driver to the boot kernel?  Or is my problem something else?
    I notice there is no /dev/disk/by-label (ther is a /dev/disk/by-id  by-label  and by-uuid).
    I do a:
    "[ramfs /]# lsmod | grep sr_mod"
    sr_mod        14951   0
    cdrom        36329   1   sr_mod
    scsi_mod    131482   7  sg,sr_mod,sd_mod,libata,mptspi,mptscsih,scsi_transport_spi
    [ramfs /]# lsmod | grep scsi
    mptscsih        20040   1   mptspi
    mptbase            63459    2   mptspi,pmtscsih
    scsi_transport_spi    20059   1   mptspi
    scsi_mod        131482  7   sg,sr_mod,sd_mod,libata,mptspi,mptscsih,scsi_stransport_spi

    scrath "I notice there is no /dev/disk/by-label (ther is a /dev/disk/by-id  by-label  and by-uuid)."
    Should be: I notice there is no /dev/disk/by-label (there is a /dev/disk/by-id  by-path  and by-uuid).

  • Solaris 10 Install problem with SATA drives

    Hi, I'm trying to install solaris 10 on a x86 system with 2 SATA drives running in a on board SATA controler (not RAID).
    During install the setup fails to detect the disks, to install Windows XP I have to provide disk drivers during the setup procedure by pressing F6 and providing the drivers, alas I cannot seem to find either a way to provide SATA controler drivers to solaris, nor a suitable driver for solaris .
    Any help would be extremely apreciated.

    I had the same SATA problem on builds 69 and 72 of Solaris10, but the Release version recognises and installs readily on SATA drives on three mainboards that I use. They are Tyan s2875 with dual opteron cpus, Asus k8N-E with a 754 pin athlon64 cpu, and Gigabyte GA-K8NS-939 with a939 pin athlon64.
    My Mandrake Linux10 says it sees the SATA drives, but never installed on them.
    FreeBSD 5.3 Release for AMD64 sees the SATA and installs with no problems.
    Hope this gives you some encouragement to persist

  • Linux not installing on my SATA HD on IDE channel 2

    Hi.
    I need some help ´cause i´m not able to install linux.
    My PC is Core2Duo - MB Gigabyte VM900M with VIA chisets
    HD 320gb in IDE channel 2 and 02mb Ram
    Error is something like: "not find any drivers to installing a Linux files"
    Seems the instalation don´t reconise my HD.
    Regards.
    Marcos
    PS.: sorry my bad english

    I had issues recently installing Linux on a brand new server becuase it didn't recognise the SATA disks. Fortunately, I had the luxury of using another machine but the way round the problem is to find the Linux drivers for your disk-types.
    Hopefully the manufacturer will have created some!
    cheers,
    R

  • How to install WinXP on SATA without floppy drive?

    Hi.
    Is it possible to install WinXP on PC (with SATA) without floppy drive?
    WinXP installer itself doesn't recognize SATA controller, so floppy disk with drivers is included.
    But my PC doesn't have any floppy drive (what a relic. none of new PCs should contain a floppy).
    How could I install WinXP on my PC? (without buying & mounting floppy drive).
    (maybe one of DVD drives, ethernet or flash drive could be used somehow)
    thanks.

    Quote from: brummie on 06-June-05, 19:22:57
    dear list,
    silly you cant download from the website really isnt it.
    cheers
    brummie
    You can download the article, but you need to do it from your web browser. File -> Save as.
    Quote from: Deathstalker on 06-June-05, 21:32:36
    Jeremy,
    If you are having to do that all the time, then there is something else wrong with your computing habbits.
    Richard
    I used to try out programs on my old laptop and some of them weren't as clean as I had hoped. So I used to reinstall windows on it all the time. Luckily windows had all the drivers for my laptop so I didn't have to slipstream the drivers, but I probably reinstalled windows every other week. I just figured it was better to try a program on a computer that I didn't rely on rather than my main rig.
    Have Fun
    Jeremy

  • Installing a second SATA hard drive - Problems booting

    Hi,
    I currently have one Maxtor 160GB SATA hard drive in my system with my operating system installed. I have another identical hard drive that I'm attempting to install now, into the second of five available SATA ports on my MSI P965 Neo motherboard.
    When I plug in the second hard drive, though, Windows will not boot. It gets to the Windows logo screen with the progress animation, but before even the animation can begin, it stops and the screen freezes. This does not fix itself with waiting.
    My boot priorities are set to: DVD-ROM, CD-RW, hard risk. The hard disk priorities are also as they should be to my knowledge - although it can be tricky because when ordering, both disks have the same name. I have tried with either one on top of the list, and you cannot remove a drive from the list alltogether.
    The SATA cable is in perfect condition. My BIOS is up-to-date.
    When I plug the hard drive in when the system is already running, Windows will detect it and files can be written/read flawlessly. As soon as I restart, however, I run into the same issue.
    The first HDD, with the OS on it, is in SATA 1, the second HDD is in SATA 4. Ports 3, 6, and 7 are unused.
    I'm out of ideas at this point, I don't see any other options that need to be changed.
    I'd appreciate any input you can offer - thanks in advance!

    I would debug this drive you are talking about which clears off all data and partitions information. Take out the good drive and leave in the dodgy one. Boot to a floppy with this dell win95 boot disc.
    http://support.dell.com/support/downloads/download.aspx?c=us&l=en&s=gen&releaseid=R19775&formatcnt=1&libid=0&fileid=19601
    When at the A: prompt: type debug and enter, you get a (-) prompt and then enter the following script exactly:
    F 200 L1000 0 (enter)
    A CS:100       (enter)
    xxxx:0100 MOV AX,301  (enter)
    xxxx:0103 MOV BX,200  (enter)
    xxxx:0106 MOV CX,1     (enter)
    xxxx:0109 MOV DX,80   (enter)
    xxx:010C INT 13    (enter)
    xxxx:010E INT 20   (enter)
    xxxx:0110             (enter)
    g                        (enter)
    q                         (enter)
    restart your system.
    Now you can put back in your first drive as well, boot up into windows and use the disc manager to repartition and format.
    Old school! If you are still having problems I would replace the drive.

  • Fresh install on scsi hw raid. hangs during load of sddm

    Good night pals.
    Mobo asrock extreme 3 8gb ram hyper x 4//4
    hw raid: dell perc 3 sc (ami brand 945 series)
    Kernel parameter tried.: noapic, noapic and nolapic, nolapic, iommu=soft, iommu=soft noapic nolapic
    configuration on raid bios: i2o and mass storage
    Gpu: nvidia geforce 650ti
    issue: working on cli, no problem, on i2o, but running sddm kernel hangs, with "blocked for more than 120seconds. There's not hd problem, nor power supply issue.
    I've installed sdparm (I mind this cause scsi) but the same occurs.
    /var/log don't shows any about hw errors.
    Last edited by ilkyest (2015-05-05 05:01:33)

    How do I install, or compile, megaraid module on arch? Its seems be necessary to make this card work

  • Just installed Premiere Pro CS5, impossible to run, error code: 1

    Hello. Just installed Premiere Pro CS5 for the first time, but can't run it. I get the following error code:
    Uninstall and reinstall the product.
    If the problem persists, contact Adobe Technical Support for assistance in specifying the error code that appears at the bottom of this screen.
    Error: 1.
    http://www.adobe.com/fr/support
    (http://puu.sh/2jN4T/6164d5b656)
    Using Windows 8.
    Thanks for any input!

    Here are the logs: http://pastebin.com/6ay4akNN
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 3 error(s), 2 warning(s)
    ----------- Payload: {CFA46C39-C539-4BE9-9364-495003C714AD} Adobe SwitchBoard 2.0 2.0.0.0 -----------
    WARNING: DF029: ARKServiceControl::StartService: Service not started/stopped SwitchBoard. Current State: 0 Exit Code: 0 Service Specific Exit Code: 0(Seq 1)
    ----------- Payload: {63594DD4-0241-422A-93A5-B6530040E1C7} Required Common Fonts Installation x64 2.0.0.0 -----------
    WARNING: DF054: Unable to read Adobe file version for file path 'C:\Windows\Fonts\MyriadPro-Regular.otf'(Seq 50)
    ERROR: DF012: Unable to find file(Seq 50)
    ERROR: DF023: Unable to delete backup file at "C:\adobeTemp\backup\adobetmp012031737" Error 5 Accès refusé.(Seq 50)
    ERROR: DW063: Error committing command ARKDeleteFileCommand(Seq 50)
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    [    5968] Sat Mar 23 18:45:15 2013  INFO
    Exit Code: 0 - No error.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DF012, DF023 ... WARNING: DF029, DF054 ...
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    END - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

  • WinXP PRO install issue with SATA RAID floppy on P45D3

    Hello,
    My objective is to set up 2 RAID volumes (one in RAID0 + one in RAID1) using Intel RAID Matrix Manager.
    After having enabled RAID mode on BIOS, created the 2 RAID volumes and pressed F6 at the beginning of WinXP PRO installation without any problem, I am stuck when one file from Intel SATA RAID driver floppy needs to be written on the disk.
    The problem appears after having confirmed the partition I want to install WinXP on. I got the following message:
    "Cannot write iaStor.sys" . And I have to cancel the installation.
    I do not know where this file has to be written ... Additionally, this file was perfectly read (and written somewhere) just after having pressed "S" and provided the floppy during the first phase of WinXP installation.
    Any suggestion to help me ?
    Thanks
    My config (partial):
    - P45 D3 Platinum with E8500 Dual Core
    - 2G DDR3
    - 2x 500G SATA2 HDD

    Quote from: didierpilon
    How did you solved this ?
    I Googled and found this page which was very useful (the blue text is a link; you can click on it).
    In fact I already knew how to do it using nLite (which I normally use), but now I tried their F6 floppy advice for educational purposes and that worked as well!
    Key is that the files have to be present twice, on different locations on the floppy...

  • KT6V install XP Sp2 Sata NO FLOPPY? nlite help?

    I've been going nuts trying to install XP SP2 onto a SATA drive. Basically the XP2 install CD loads and says there are no hard drives found.
    The floppy controller on my KT6V seems to be dead (never used it before).
    So I've been trying to create a customized XP install using nlite with no luck.
    I've created three CDs now but none of them see the hard drive.
    The SATA hard drive was formatted and is visible in my Win2000 system. I power down, unplug the Win2K drive, and then boot from the CD to try to install XP on the new drive.
    Can anyone walk me through what it takes to create an nlite customized install that includes the SATA drivers so I can install without a floppy? (I would love to meet the programmer that decided drivers could only be loaded from a floppy...)
    Thanks.

    Quote from: Stu on 21-August-06, 07:06:41
    http://www.nliteos.com/guide/index.html
    That's where I started 3 days ago!
    Maybe some more specific questions.
    Which specific drivers from the 5.30c Via drivers should I be integrating into my XP setup disk image?
    NT4? NT5?
    From which folder?
    DRVDISK?
    i386?

Maybe you are looking for