openSUSE Forums > Hardware » WD external HDD passport mount

Go Back   openSUSE Forums > Hardware
Forums FAQ Members List Search Today's Posts Mark Forums Read


Hardware Questions about drivers, peripheral cabling, configuration

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 25-Oct-2009, 01:58
Puzzled Penguin
 
Join Date: Oct 2009
Location: Romania
Posts: 6
Revender hasn't been rated much yet
Send a message via Skype™ to Revender
Default WD external HDD passport mount

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.
Reply With Quote
  #2 (permalink)  
Old 25-Oct-2009, 02:01
caf4926's Avatar
Global Moderator
 
Join Date: Jun 2008
Location: The English Lake District. UK - GMT/BST
Posts: 12,921
caf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputation
Send a message via MSN to caf4926
Default Re: WD external HDD passport mount

It probably just needs connecting to a windows machine and then safely remove. It's probably become what is known as Dirty.
Then try it again in Linux.

You could clean up virus' on windows from Linux with clamav
__________________
Box: openSUSE 11.2 | (KDE4.3.3) | M2N4-SLI | AMD 64 X2 5200+ | nVidia 8500GT | 4GB RAM
Lap: openSUSE 11.2 | Celeron 550 | (KDE4.3.3)"3" | Intel 965 GM | Lenovo R61e | 3GB RAM
Reply With Quote
  #3 (permalink)  
Old 25-Oct-2009, 02:11
Puzzled Penguin
 
Join Date: Oct 2009
Location: Romania
Posts: 6
Revender hasn't been rated much yet
Send a message via Skype™ to Revender
Default Re: WD external HDD passport mount

Quote:
Originally Posted by caf4926 View Post
It probably just needs connecting to a windows machine and then safely remove. It's probably become what is known as Dirty.
Then try it again in Linux.

You could clean up virus' on windows from Linux with clamav
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.
Reply With Quote
  #4 (permalink)  
Old 25-Oct-2009, 02:17
Wise Penguin
 
Join Date: Jun 2008
Location: NZ
Posts: 1,849
deano_ferrari has a spectacular reputation aura aboutdeano_ferrari has a spectacular reputation aura aboutdeano_ferrari has a spectacular reputation aura aboutdeano_ferrari has a spectacular reputation aura about
Default Re: WD external HDD passport mount

Quote:
I can clean them even if Linux doesn't see the Windows partition?
No, you'll need to sort that out first.
Reply With Quote
  #5 (permalink)  
Old 25-Oct-2009, 02:27
swerdna's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Oz
Posts: 4,873
swerdna is a reputation jewel in the roughswerdna is a reputation jewel in the roughswerdna is a reputation jewel in the roughswerdna is a reputation jewel in the roughswerdna is a reputation jewel in the rough
Default Re: WD external HDD passport mount

Try this: make a directory to mount it e.g.
Code:
sudo mkdir /mnt/test
then run this command to test mount it:
Code:
sudo /bin/ntfs-3g /dev/sdax /mnt/test
that should give an error message about the "dirty" setting, whereupon you can run this command:
Code:
sudo /bin/ntfs-3g -o force /dev/sdax /mnt/test
and then navigate there in Nautilus or Dolphin and access/modify the files.

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.
Reply With Quote
  #6 (permalink)  
Old 25-Oct-2009, 02:30
Wise Penguin
 
Join Date: Jun 2008
Location: NZ
Posts: 1,849
deano_ferrari has a spectacular reputation aura aboutdeano_ferrari has a spectacular reputation aura aboutdeano_ferrari has a spectacular reputation aura aboutdeano_ferrari has a spectacular reputation aura about
Default Re: WD external HDD passport mount

@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).
Reply With Quote
  #7 (permalink)  
Old 25-Oct-2009, 03:18
swerdna's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Oz
Posts: 4,873
swerdna is a reputation jewel in the roughswerdna is a reputation jewel in the roughswerdna is a reputation jewel in the roughswerdna is a reputation jewel in the roughswerdna is a reputation jewel in the rough
Default Re: WD external HDD passport mount

Quote:
Originally Posted by deano_ferrari View Post
@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).
That's an excellent idea. It's installed by default IIRC. Revender could simply run this:
Code:
sudo /usr/bin/ntfsfix /dev/sdax
It should force a journal check next time the device is attched to windows and it should allow mounting with this command:
Code:
sudo /bin/ntfs-3g  /dev/sdax /mnt/test
but if not, nothing is lost or harmed by it, and Revender could indtead proceed then with the series of steps in my first post.

Well spotted deano_ferrari.
__________________
Drop in and visit some time.
Reply With Quote
Reply

Bookmarks


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2