Code Monkey home page Code Monkey logo

Comments (7)

RB14060 avatar RB14060 commented on August 22, 2024

To help troubleshoot, please do the following:

Open a command prompt as an administrator and navigate to your Tron folder, then to tron\resources\stage_6_optimize\defrag\ If you don't know how to do these then a quick Google search can help you out. Inside the command prompt, run the following:

smartctl --scan

Afterwords, for each entry, run

smartctl <path> -a

For example, here's my output:

E:\Users\Ryan\Desktop\Tron-YT\tron\resources\stage_6_optimize\defrag>smartctl --scan
/dev/sda -d ata # /dev/sda, ATA device
/dev/sdb -d ata # /dev/sdb, ATA device
/dev/sdc -d ata # /dev/sdc, ATA device

I would then run

smartctl /dev/sda -a
smartctl /dev/sdb -a
smartctl /dev/sdc -a

The line we're looking for is one called Rotation Rate, and it should be near the top of the output. For each device you test, please provide the Rotation Rate line. It's possible that smartctl either doesn't see it as a Solid State Drive, or it outputs something else that Tron doesn't recognize as being an SSD. If you need help with any of this, I'm available on the Tron IRC channel, via PM here, or on reddit at /u/RB14060.

from tron.

iwismer avatar iwismer commented on August 22, 2024

I ran the commands, here's the output:

C:\Users\Isaac\Downloads\tron\resources\stage_6_optimize\defrag>smartctl /dev/sda -a
smartctl 6.4 2015-06-04 r4109 i686-w64-mingw32-win8(64)
Copyright (C) 2002-15, Bruce Allen, Christian Franke, www.smartmontools.org

Read Device Identity failed: Input/output error

A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.

I also added -T permissive option and here is what I got:

C:\Users\Isaac\Downloads\tron\resources\stage_6_optimize\defrag>smartctl /dev/sda -a -T permissive smartctl 6.4 2015-06-04 r4109 i686-w64-mingw32-win8(64) Copyright (C) 2002-15, Bruce Allen, Christian Franke, www.smartmontools.org Read Device Identity failed: Input/output error === START OF INFORMATION SECTION === Device Model: [No Information Found]
Serial Number: [No Information Found]
Firmware Version: [No Information Found]
Device is: Not in smartctl database [for details use: -P showall]
ATA Version is: [No Information Found]
Local Time is: Mon Dec 21 22:44:52 2015 EST SMART support is: Ambiguous - ATA IDENTIFY DEVICE words 82-83 don't show if SMART supported.
SMART support is: Ambiguous - ATA IDENTIFY DEVICE words 85-87 don't show if SMART is enabled.
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.

from tron.

RB14060 avatar RB14060 commented on August 22, 2024

Did you open Command Prompt as an Administrator or as a regular user? Just opening it while being signed in as an Administrator won't work, you have to explicitly tell it to run as one.

from tron.

iwismer avatar iwismer commented on August 22, 2024

Yes I did run as admin:
image

from tron.

RB14060 avatar RB14060 commented on August 22, 2024

Gotcha, just making sure. Looks like your device doesn't correctly present information about itself which prevents SSD detection from working properly. I'll change some code around and submit a pull request to get this fixed in the next release. Thanks for the bug find!

from tron.

iwismer avatar iwismer commented on August 22, 2024

Thanks!

from tron.

vocatus avatar vocatus commented on August 22, 2024

Closing this as resolved due to implementation of PR #60 . Thanks for the report.

from tron.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.