|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Hardware Questions about drivers, peripheral cabling, configuration |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I don't know if this is the right section to post but here's my problem.While I was renaming a folder (on Windows >.<) my external HDD failed.Suddenly it wouldn't let me acces anything.The name of the partition changed in "Local Disk".Did some google search, found a soft that could recover my data.(torrents). Of course it had spyware/virus in it.So when I opened it...2-3 "antispyware" installation popped up out of nowhere.Now because of them I'm unable to connect to the internet on win.(That's not the problem , I can reinstall it anytime, but I just wanted to show a disavantage of being a user of Microsoft's Windows).
The problem persists within Linux. "Unable to mount the volume 'Quad Damage'."Is there any way to recover my files and...if possible to "repair" my hard-drive? Thanks in advance.
__________________
A subject for a great poem would be God's boredom after the seventh day of creation. |
|
|||
|
I can clean them even if Linux doesn't see the Windows partition?
__________________
A subject for a great poem would be God's boredom after the seventh day of creation. |
|
|||
|
Quote:
|
|
||||
|
Try this: make a directory to mount it e.g.
Code:
sudo mkdir /mnt/test Code:
sudo /bin/ntfs-3g /dev/sdax /mnt/test Code:
sudo /bin/ntfs-3g -o force /dev/sdax /mnt/test You have to replace sdax with the correct designation of your NTFS partition. Ref: HowTo Mount NTFS Filesystem Partition Read Write Access in openSUSE 10, 11
__________________
Drop in and visit some time. |
|
|||
|
@swerdna: Do you think that using ntfsfix might be sufficient to reset the dirty bit? (Assuming thats the issue, and that there are no serious journal issues of course).
|
|
||||
|
Quote:
Code:
sudo /usr/bin/ntfsfix /dev/sdax Code:
sudo /bin/ntfs-3g /dev/sdax /mnt/test Well spotted deano_ferrari.
__________________
Drop in and visit some time. |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|