Announcement

Collapse
No announcement yet.

Firmware Question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Firmware Question

    I just installed my new FALCON 64G SSD in my Asus 1000he. The OS & all the software has been installed & running well. How do I know what firmware the SSD is running?

    Thank you for your help in advance.

  • #2
    Windows: HD Tune on the Info tab
    Linux:
    smartctl -d ata -a /dev/sdb

    Comment


    • #3
      Originally posted by Azz View Post
      Windows: HD Tune on the Info tab
      Linux:
      Thanks for sharing the info, especially on Linux


      G.S

      Comment


      • #4
        No problem, just thought I'd clarify, that linux command is if the falcon is disk b, normally it will be /dev/sda.
        You can check by running "mount", it will show you which device is mounted at "/" like this.
        /dev/sda1 on / type ext3 (rw,relatime,errors=remount-ro)
        So in that case, you would use /dev/sda, because you ignore the number.

        Comment

        Working...
        X