Member Avatar for Smithy566

Hi all,

Ok, so here is the scenario, I have a hard drive that has Windows XP Embedded installed, and has various project files stored in a folder.

I need to overwrite these files but I no longer have access to via Windows because of the way it has been setup.

I'm attempting to use Ubuntu which boots live from a USB flash drive, however my changes are not persistent when I restart the system.

The odd thing is, I seem to be able to write files, like a blank text file to the project folder, but I cannot overwrite the files.

Is there something I can do to enable me to have full write access using ubuntu without installing the ubuntu OS?

As always, any advice is appreciated.

login as root
to create folder/file

sudo -i
mkdir foldername
nano myfilename.txt (Once done press Ctrl+O and Ctrl+X)
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.