Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. How can i specify drive specification

How can i specify drive specification

Scheduled Pinned Locked Moved C#
question
11 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Fred 34

    In fact i want to know within my computer which drive is a cool disk?

    L Offline
    L Offline
    Lost User
    wrote on last edited by
    #2

    faraz34 wrote:

    which drive is a cool disk

    The one with the sunglasses?

    Why is common sense not common? Never argue with an idiot. They will drag you down to their level where they are an expert. Sometimes it takes a lot of work to be lazy Please stand in front of my pistol, smile and wait for the flash - JSOP 2012

    F P 2 Replies Last reply
    0
    • L Lost User

      faraz34 wrote:

      which drive is a cool disk

      The one with the sunglasses?

      Why is common sense not common? Never argue with an idiot. They will drag you down to their level where they are an expert. Sometimes it takes a lot of work to be lazy Please stand in front of my pistol, smile and wait for the flash - JSOP 2012

      F Offline
      F Offline
      Fred 34
      wrote on last edited by
      #3

      ok i implement your advice, from now on i will never argue with an idiot, and i ask my question fron a polite expert.

      L 1 Reply Last reply
      0
      • L Lost User

        faraz34 wrote:

        which drive is a cool disk

        The one with the sunglasses?

        Why is common sense not common? Never argue with an idiot. They will drag you down to their level where they are an expert. Sometimes it takes a lot of work to be lazy Please stand in front of my pistol, smile and wait for the flash - JSOP 2012

        P Offline
        P Offline
        PIEBALDconsult
        wrote on last edited by
        #4

        Yet it is well understood that nothing to do with computers is cool.

        L 1 Reply Last reply
        0
        • F Fred 34

          ok i implement your advice, from now on i will never argue with an idiot, and i ask my question fron a polite expert.

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #5

          Instead of being abusive try asking a sensible question.

          faraz34 wrote:

          i want to know within my computer which drive is a cool disk?

          What does this mean cool disk? How are we expected to know what is configured in your computer?

          Binding 100,000 items to a list box can be just silly regardless of what pattern you are following. Jeremy Likness

          1 Reply Last reply
          0
          • P PIEBALDconsult

            Yet it is well understood that nothing to do with computers is cool.

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #6

            PIEBALDconsult wrote:

            nothing to do with computers is cool

            Well apparently there are "cool drives"... so maybe computers are coming back into being cool. Next thing you know we will have cool motherboards. I live in a hot climate so maybe a cool mouse would help.

            Why is common sense not common? Never argue with an idiot. They will drag you down to their level where they are an expert. Sometimes it takes a lot of work to be lazy Please stand in front of my pistol, smile and wait for the flash - JSOP 2012

            P 1 Reply Last reply
            0
            • L Lost User

              PIEBALDconsult wrote:

              nothing to do with computers is cool

              Well apparently there are "cool drives"... so maybe computers are coming back into being cool. Next thing you know we will have cool motherboards. I live in a hot climate so maybe a cool mouse would help.

              Why is common sense not common? Never argue with an idiot. They will drag you down to their level where they are an expert. Sometimes it takes a lot of work to be lazy Please stand in front of my pistol, smile and wait for the flash - JSOP 2012

              P Offline
              P Offline
              PIEBALDconsult
              wrote on last edited by
              #7

              Wes Aday wrote:

              I live in a hot climate

              Oh, do you? Anywhere near Tosche Station[^]?

              L 1 Reply Last reply
              0
              • P PIEBALDconsult

                Wes Aday wrote:

                I live in a hot climate

                Oh, do you? Anywhere near Tosche Station[^]?

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #8

                PIEBALDconsult wrote:

                Tosche Station

                Define "near"... A bit east and south. Passed through there on my way here.

                Why is common sense not common? Never argue with an idiot. They will drag you down to their level where they are an expert. Sometimes it takes a lot of work to be lazy Please stand in front of my pistol, smile and wait for the flash - JSOP 2012

                P 1 Reply Last reply
                0
                • L Lost User

                  PIEBALDconsult wrote:

                  Tosche Station

                  Define "near"... A bit east and south. Passed through there on my way here.

                  Why is common sense not common? Never argue with an idiot. They will drag you down to their level where they are an expert. Sometimes it takes a lot of work to be lazy Please stand in front of my pistol, smile and wait for the flash - JSOP 2012

                  P Offline
                  P Offline
                  PIEBALDconsult
                  wrote on last edited by
                  #9

                  Wes Aday wrote:

                  A bit east and south

                  Then you're probably close enough.

                  1 Reply Last reply
                  0
                  • F Fred 34

                    In fact i want to know within my computer which drive is a cool disk?

                    B Offline
                    B Offline
                    Bernhard Hiller
                    wrote on last edited by
                    #10

                    I do not understand what you mean with "cool disk" - but maybe your native language is not English and that's some strange translation. When you want to diffentiate between "hard disks" and "removable disks", you can use Windows Management Instrumentation (WMI). I am not sure if you can differentiate between "conventional" hard disks and "solid state disks" with WMI.

                    1 Reply Last reply
                    0
                    • F Fred 34

                      In fact i want to know within my computer which drive is a cool disk?

                      R Offline
                      R Offline
                      Ravi Bhavnani
                      wrote on last edited by
                      #11

                      See the DriveInfo class to get information about drives on your system.  Then see the DriveType property that reveals the type of drive (fixed, removable, etc). /ravi

                      My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups