Backtrack 2 Problem

i am using backtrack live cd (2) and i did the following commands to allow for read/write access on a NTFS drive: umount /mnt/hda1 modprobe fuse ntfsmount /dev/hda1 /mnt/hda1 afterwards is worked fine, I was allowed to write files but after i restarted the computer and went into windows I was unable to access/read/ ...

Everything Linux 1798 This topic was started by ,


data/avatar/default/avatar34.webp

1 Posts
Location -
Joined 2007-10-10
i am using backtrack live cd (2) and i did the following commands to allow for read/write access on a NTFS drive:
 
umount /mnt/hda1
 
modprobe fuse
 
ntfsmount /dev/hda1 /mnt/hda1
 
afterwards is worked fine, I was allowed to write files
but after i restarted the computer and went into windows I was unable to access/read/write the files that I wrote to the partition at all! Do you have any idea's how to fix this?

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar10.webp

2895 Posts
Location -
Joined 2002-08-30
I assume that you were following the directions on the wiki page located here?
 
When you have the partition mounted, is the output of the mount command the same as on the wiki page.
 
Also, hda1 is your actual Windows drive? The command ls -l /mnt/hda1/ shows your Windows file structure, as in the example?
 
Some systems have a hidden recovery partition, which may be hda1. Just checking to see if this is not the case with your system.
 
Finally, what type of files did you write to the partition, and did you write them to the root directory, or elsewhere?