Yapay zekadan makale özeti
- Kısa
- Ayrıntılı
- Bu video, MDTech tarafından sunulan bir eğitim içeriğidir. Sunucu, Windows işletim sisteminde karşılaşılan "dosya dizini korozyonu" veya "unreadable" hatasını çözmek için adım adım bir çözüm sunmaktadır.
- Video, sorunun hangi hard drive'de olduğunu belirleme ile başlayıp, komut satırı üzerinden "chkdsk" komutunu kullanarak disk kontrolü yapma sürecini göstermektedir. Sunucu, Windows kurulumu olan disk üzerinde kontrol yaparken bilgisayarın yeniden başlatılması gerektiğini, ancak harici disklerde bu işlem yapılabileceğini belirtmektedir. Ayrıca, kontrol işleminin birkaç saat sürebileceği ve otomatik olarak log dosyası oluşturacağı bilgisi de paylaşılmaktadır.
- 00:16Introduction to the Problem
- The video demonstrates a quick tutorial for resolving a file directory corruption or unreadability issue with a corrupted hard drive.
- The tutorial aims to provide a quick and hopeful workaround for this problem.
- 00:36Identifying the Hard Drive
- The first step is to identify which hard drive or hard disk is experiencing the problem.
- Open the start menu, type "pc" to access the PC, and go to Devices and Drivers to see the drive letters listed.
- Note the drive letter with a colon after it, which is the drive on which Windows is installed.
- 01:29Running the Check Disk Scan
- Right-click on the start button, select "Command Prompt (admin)" to open an elevated command line window.
- Type "chkdsk /f" followed by the drive letter with a colon at the end (e.g., "chkdsk C:").
- If the drive is currently in use, the scan cannot run and will be scheduled to run the next system restart.
- 03:02Scan Results and Considerations
- The check disk utility will diagnose the drive and create a log file, which can take a couple hours depending on the disk size.
- If scanning an external drive, you can use your computer while the scan is running.
- If scanning the Windows installation drive, you will need to restart your computer and likely cannot use your computer during the scan.