F5F Stay Refreshed Software Operating Systems Check disk or bootable Linux system prevents removing damaged files

Check disk or bootable Linux system prevents removing damaged files

Check disk or bootable Linux system prevents removing damaged files

Pages (2): Previous 1 2
K
kolie
Junior Member
11
03-04-2023, 11:12 AM
#11
Have you considered removing the entire folder rather than individual files? In Linux, use: rm -rf <directory_name>. Deleting a file only clears its location from the directory structure, leaving it on the storage device until the OS copies it elsewhere.
K
kolie
03-04-2023, 11:12 AM #11

Have you considered removing the entire folder rather than individual files? In Linux, use: rm -rf <directory_name>. Deleting a file only clears its location from the directory structure, leaving it on the storage device until the OS copies it elsewhere.

Z
zionman121
Junior Member
2
03-04-2023, 05:27 PM
#12
You might want to save your data by moving everything onto the storage unit except the damaged files. It’s more time-consuming but ensures those files won’t be duplicated. Clearing the device and restoring from the backup could help. This approach may fail if the drive is used as a boot device, because some systems don’t copy boot files directly. However, the boot area can be recreated using an installer. If needed, you may need to reinstall the operating system from a fresh backup.
Z
zionman121
03-04-2023, 05:27 PM #12

You might want to save your data by moving everything onto the storage unit except the damaged files. It’s more time-consuming but ensures those files won’t be duplicated. Clearing the device and restoring from the backup could help. This approach may fail if the drive is used as a boot device, because some systems don’t copy boot files directly. However, the boot area can be recreated using an installer. If needed, you may need to reinstall the operating system from a fresh backup.

J
jessie13
Junior Member
5
03-05-2023, 03:35 AM
#13
how would i know the difference? Kingston ssd manager says drive is ok? i tried from the bootable, it said it cant delete i have a full backup, but it too has those files
J
jessie13
03-05-2023, 03:35 AM #13

how would i know the difference? Kingston ssd manager says drive is ok? i tried from the bootable, it said it cant delete i have a full backup, but it too has those files

B
brobear7
Posting Freak
892
03-07-2023, 03:57 AM
#14
I don't have access to backed-up versions of files.
B
brobear7
03-07-2023, 03:57 AM #14

I don't have access to backed-up versions of files.

S
Surgeon3
Member
144
03-08-2023, 07:19 PM
#15
They used a tool to check the drive sectors and fix issues. I noted it because I mentioned it. Have you executed the trim command?
S
Surgeon3
03-08-2023, 07:19 PM #15

They used a tool to check the drive sectors and fix issues. I noted it because I mentioned it. Have you executed the trim command?

A
AXDeadXMidget
Member
55
03-09-2023, 04:01 AM
#16
The task was completed! Diskgenius succeeded. The fsutil dirty query C reported the issue is resolved. Thanks!
A
AXDeadXMidget
03-09-2023, 04:01 AM #16

The task was completed! Diskgenius succeeded. The fsutil dirty query C reported the issue is resolved. Thanks!

Pages (2): Previous 1 2