Search This Blog

Monday, September 21, 2015

chkds gets cancelled automatically on reboot - SOLUTION

ISSUE:
When the computer is booting up, black screen comes up and says it is running a disk check. But it cancels automatically before the time is up. No keys are pushed by user, it just cancels and boots. This solution for in my case, an MSI GT70 Dominator Pro Laptop running Windows 7.

SOLUTION:
1. Run msconfig
- Go to Start, type msconfig in the search box and in the results, click msconfig.exe
- Go to the boot tab and make sure that "no GUI boot" is NOT checked!  Save but do not reboot yet.

2. Run Command Prompt
- Go to Start, type “cmd.exe” in the search box and in the results, right click cmd.exe and choose Run as Administrator. The black command screen with white text will open.
- Type, or copy/paste the following commands and press enter after each command:
chkntfs /d

chkntfs /t:0

chkntfs /c C:

chkdsk /r

EXPLANATION:
chkntfs /d
- this resets the chkdsk and autochk settings to default
chkntfs /t:0
- this sets the timer to 0 seconds...so things will run before they can be cancelled.
chkntfs /c C:
- tells it what drive to check
chkdsk /r
- look for and fix everything


SOURCES:
https://social.technet.microsoft.com/Forums/windows/en-US/d78e4aaf-e506-43d1-bb01-89216bfba24b/cant-run-chkdsk-on-windows-7-chkdsk-cancels-1-second-into-count-down?forum=w7itproperf

http://answers.microsoft.com/en-us/windows/forum/windows_7-performance/disk-checking-cancelled-automatically/221eb82c-e70e-4de3-b117-f05eb53d2499?page=1


Wednesday, March 25, 2015

Importing AutoCad 2d & 3d into Sketchup

Collecting pertinent info and links. Work in progress:

About flattening and cleaning AutoCAD drawings before IMPORT TO SKETCHUP
http://sketchucation.com/forums/viewtopic.php?f=15&t=43809

excerpts below
--------------------

Some Top Tips for importing dwg / dxf into SketchUp.
If you have Autocad........

1. If you are importing a 2d CAD file, run the FLATTEN command - this ENSURES everything is actually 2d.

2. Run OVERKILL command - gets rid of any duplicate data

(These 2 Commands are possibly Express Tool Commands).

3. Run PURGE command (most important Tip of the lot). Run PURGE again just to make sure !!! (PURGE ALL)

If you don't have Autocad, get the person who is sending you the file to do these 3 things.
.........
Hope this Helps
Bye
Howard Leslie


In AutoCAD, copy what you want to import to SketchUp to a new file. This avoids many import issues it seems - seems like old DWG files can contain so much stale data that you get more junk in SketchUp.
  1. Place everything around Origin
  2. Zoom extent - to ensure there is no stray objects far off
  3. Flip to a side view and check if some lines go up/down in an extreme distance. (I often come across drawings where lines shoot 50km into the air )
  4. Explode Polylines and 2dPolylines (If a polyline contains Arcs SketchUp will import them as straight lines from start to end)
  5. If drawing should be 2D, flatten to ensure it is.
  6. Purge All 
I find even drawing over can cause problems, as you can still inherit some tiny fraction of inaccuracy - like slightly off angle that just mess up everything later on. If anything, I try to draw with the rectangle tool as much as possible to ensure proper 90 degrees angles.

I often turn on Edges Color by Axis after importing to spot lines that are off axis.
Thomas Thomassen — SketchUp Monkey & Coding addict


Importing AutoCad ACA Walls etc into Sketchup: coming soon