Announcement

Collapse
No announcement yet.

Everything is SATA

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Everything is SATA

    After latest upgrade (linux-image-2.6.20-14-generic and etc) everything is SATA

    Code:
    :~$ scsiadd -p
    Attached devices:
    Host: scsi0 Channel: 00 Id: 00 Lun: 00
     Vendor: ATA   Model: IC35L060AVV207-0 Rev: V22O
     Type:  Direct-Access          ANSI SCSI revision: 05
    Host: scsi0 Channel: 00 Id: 01 Lun: 00
     Vendor: ATA   Model: Maxtor 4R080L0  Rev: RAMC
     Type:  Direct-Access          ANSI SCSI revision: 05
    Host: scsi1 Channel: 00 Id: 00 Lun: 00
     Vendor: HL-DT-ST Model: DVDRAM GSA-4165B Rev: DL05
     Type:  CD-ROM              ANSI SCSI revision: 05
    Host: scsi1 Channel: 00 Id: 01 Lun: 00
     Vendor: HP    Model: CD-Writer+ 9100 Rev: 1.0c
     Type:  CD-ROM              ANSI SCSI revision: 05
    Host: scsi2 Channel: 00 Id: 00 Lun: 00
     Vendor: ATA   Model: WDC WD2500JS-00M Rev: 02.0
     Type:  Direct-Access          ANSI SCSI revision: 05
    Host: scsi3 Channel: 00 Id: 00 Lun: 00
     Vendor: ATA   Model: ST380817AS    Rev: 3.42
     Type:  Direct-Access          ANSI SCSI revision: 05
    Only WD2500JS-00M and ST380817AS are real SATA devices. Others are ide.

    Seems to work but...

    Anyone else ?


    Hmm - with 2.6.20-13-generic :
    Code:
    :~$ scsiadd -p
    Attached devices:
    Host: scsi0 Channel: 00 Id: 00 Lun: 00
     Vendor: ATA   Model: WDC WD2500JS-00M Rev: 02.0
     Type:  Direct-Access          ANSI SCSI revision: 05
    Host: scsi1 Channel: 00 Id: 00 Lun: 00
     Vendor: ATA   Model: ST380817AS    Rev: 3.42
     Type:  Direct-Access          ANSI SCSI revision: 05
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    #2
    Re: Everything is SATA

    Originally posted by Rog131
    Anyone else ?
    Yep - on my virtual test machine, SCSI harddisks as well as IDE diskdrives are uniformly declared "SCSI"

    Comment


      #3
      Re: Everything is SATA

      Not sure where you are seeing everything as SATA.
      SATA means Serial ATA, and probably you are mistaking ATA as meaning SATA? 'regular' ATA, now called PATA (for Parallel ATA) is what is still often called IDE, so I think everything is fine, other than having even more acronyms to remember

      I have no sata hardware or capabilities on my mainboard, and my output looks just as yours does. Could it be a quirk of the too being used to get the info, or the way new kernels have to see hardware theses days? It wasn't so long ago that cd-rws were set up as as psuedo scsi devices. Maybe (and i cannot find any useful info) to be able to see ide/scsi/sata/usb/firewire devices, everything is using scsi (the standard for device id and file transfer, not the connection type) protocols?

      Maybe file a bug report, someone may be able to clarify

      haha I found one quite quickly:
      https://bugs.launchpad.net/ubuntu/+bug/103742
      so unless you have some manually added mount points, everything is as it is supposed to be

      Comment


        #4
        Re: Everything is SATA

        Good to know - I did have in the /etc/default/hddtemp

        #List of devices you want to use with hddtemp
        DISKS="/dev/sda /dev/sdb PATA:/dev/hda PATA:/dev/hdb"

        So i have to change those.


        Hah This should be in the Kubuntu Forums > Kubuntu Discussion > Kubuntu Feisty Fawn > Hardware Support
        Before you edit, BACKUP !

        Why there are dead links ?
        1. Thread: Please explain how to access old kubuntu forum posts
        2. Thread: Lost Information

        Comment


          #5
          Re: Everything is SATA

          heh
          will move it for you

          Comment


            #6
            Re: Everything is SATA

            Thank you !

            Mumbling :
            So now hda -> sda
            hdb -> sdb
            hdc -> scd0
            hdd -> scd1
            sda -> sdc
            sdb -> sdd
            Before you edit, BACKUP !

            Why there are dead links ?
            1. Thread: Please explain how to access old kubuntu forum posts
            2. Thread: Lost Information

            Comment


              #7
              Re: Everything is SATA

              Everything is SATA a.k.a back and forth



              And after linux-image-2.6.20-15-generic (2.6.20-15.25) to 2.6.20-15.27

              Code:
              :~$ scsiadd -p
              Attached devices:
              Host: scsi0 Channel: 00 Id: 00 Lun: 00
               Vendor: ATA   Model: WDC WD2500JS-00M Rev: 02.0
               Type:  Direct-Access          ANSI SCSI revision: 05
              Host: scsi1 Channel: 00 Id: 00 Lun: 00
               Vendor: ATA   Model: ST380817AS    Rev: 3.42
               Type:  Direct-Access          ANSI SCSI revision: 05
              and
              sda -> hda
              sdb -> hdb
              scd0 -> hdc
              scd1 -> hdd
              sdc -> sda
              sdd -> sdb

              So we are back to square one
              Before you edit, BACKUP !

              Why there are dead links ?
              1. Thread: Please explain how to access old kubuntu forum posts
              2. Thread: Lost Information

              Comment


                #8
                Re: Everything is SATA

                Everything is coming up SCSI for me as well, even though it's all IDE

                -aule

                Comment


                  #9
                  Re: Everything is SATA

                  aule, see this post:

                  http://kubuntuforums.net/forums/inde...opic=3081486.0

                  Comment


                    #10
                    Re: Everything is SATA

                    I did find this:

                    Bug #106821 in linux-source-2.6.20
                    smartmontools/smartctl does not work on SATA drives on Linux Kernel 2.6.20-15.27
                    https://bugs.launchpad.net/ubuntu/+s...20/+bug/106821

                    I have 2.6.20-15.27. Smart isn't working and hddtemp is telling that drive is sleeping. It is working (sleepwalking... sleepworking )
                    Before you edit, BACKUP !

                    Why there are dead links ?
                    1. Thread: Please explain how to access old kubuntu forum posts
                    2. Thread: Lost Information

                    Comment

                    Working...
                    X