|
-
October 21st, 2004, 05:51 AM
#1
Junior Member
Trouble copying SAM and SYSTEM files using KNOPPIX 3.2
Hi,
Iv'e used the following commands using a shell in KNOPPIX, but for some reason I get an error that the USB thumbdrive is unrecognised when I try to copy the SAM and SYSTEM files to it.
Are these the steps and commands that some of you guys use too?
1) Plug-in the USB flash drive
2) double-click sda1
3) open hda1
4) close it
5) open shell konsole
6) su
7) cd/mnt/hda1/WINNT/system32/
cp config/ /mnt/sda1/
A friend of mine said I have to use these under KNOPPIX 3.6, but I haven't tested it yet. Any comments on this method?
1) open shell konsole
2) type "mount/mnt/sda"
3) type "cd/mnt/sda"
4) type "ll"
5) minimise shell konsole and double-click hda1
6) close hda1 window and maximise konsole screen
7) type "cd/mnt/hda1"
type "cd windows"
9) type "cd system32"
10) type "cd config"
11) type "ll"
12) type " -n mount/mnt/sda"
Help Appreciated
-
October 21st, 2004, 06:37 AM
#2
you need to mount it read-writeable first:
put in flashdrive
go to the shell and type "su" <enter>
now type "mount -rw /dev/sda1 /mnt/sda1"
now you are able to copy the files to the flashdrive.
-
October 21st, 2004, 09:02 AM
#3
Junior Member
Thanks for your reply, though I still ran into some problems.
I followed your instructions first.
Then I went to step 2 for the 3.2 version in my earlier post.
I also tried it by going straight to step 6:-
su
cd/mnt/hda1/WINNT/system32/
etc
but each time Iv'e received one of two errors, namely:-
"Could not find file or direcotry"
"cp: missing destination file"
My friend also had this problem, he eventually found a way round it, but couldn't remember it.
We're both doing Networking courses and at the moment we are learning about security and such, so it's important we know how to do this.
Please let me know if you can help me out further on this.
-
October 21st, 2004, 10:04 AM
#4
Looking at your cp command I think I see the error. I suspect you might have more luck with this:
cd /mnt/hda1/WINNT/SYSTEM32/
cp config/* /mnt/sda1/*
Before switching directories you might want to do an ls -l and doublecheck the case of the directory stucture for the Winnt directories. Remember that *nix is case-sensitive, so if it's caps, you need to type caps.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|