LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-19-2010, 03:43 PM   #1
leachim1
LQ Newbie
 
Registered: Apr 2010
Posts: 10

Rep: Reputation: 0
Knoppix Live CD and Permissions on Windows


I have successfully used a Knoppix Live Boot CD to read the disks of a Windows Computer running XP

I need to move some registry files around to make it boot into XP again, but I get a denied access error when pasting files into a directory.

Can anyone help on this
 
Old 04-19-2010, 08:54 PM   #2
CoderMan
Member
 
Registered: Jan 2009
Location: Gemini Capsule 25164
Distribution: Gentoo
Posts: 375
Blog Entries: 24

Rep: Reputation: 43
Quote:
Originally Posted by leachim1 View Post
I have successfully used a Knoppix Live Boot CD to read the disks of a Windows Computer running XP

I need to move some registry files around to make it boot into XP again, but I get a denied access error when pasting files into a directory.

Can anyone help on this
Can you mount it with read-write access manually?

http://www.linuxconfig.org/How_to_mo...d_write_access
 
Old 04-19-2010, 09:09 PM   #3
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,974

Rep: Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623
Also it would depend on version of Knoppix. As CoderMan suggests you mount it read-write. You'd need nfts-3g to be safe.


http://www.linuxforums.org/forum/kno...9-ntfs-3g.html
 
Old 04-20-2010, 03:25 AM   #4
leachim1
LQ Newbie
 
Registered: Apr 2010
Posts: 10

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by jefro View Post
Also it would depend on version of Knoppix. As CoderMan suggests you mount it read-write. You'd need nfts-3g to be safe.


http://www.linuxforums.org/forum/kno...9-ntfs-3g.html

I have Knoppix 5.1

I also see that the Wins XP comp has a RAID setup

Only Knoppix can read the files - I tried Puppy, with no luck

I am so used to just clicking on an icon on the desktop for stuff to happen - I see that writing in code is necessary to do stuff.

Is that the only way ?

I right clicked on the ntfs drive and tried to click "Change read/write mode" - then it sade "Do you want to change the partition /dev........ (fuseblk) to be writable

Then


"A remount command failed. Maybe there is another process accessing the filesystem already"

Stuck again at the moment

Sorry
 
Old 04-20-2010, 04:17 AM   #5
leachim1
LQ Newbie
 
Registered: Apr 2010
Posts: 10

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by CoderMan View Post
Can you mount it with read-write access manually?

http://www.linuxconfig.org/How_to_mo...d_write_access

Thanks

I tried "mount -t ntfs-3g /dev/(drive) /mnt/ntfs/ "

(drive=name of drive)

Reply

"Only root can do that"

It is a RAID setup by the way


??
 
Old 04-20-2010, 03:29 PM   #6
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,974

Rep: Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623
The link I gave you had a way to do it.

sudo ntfs-3g /dev/hda1 /mnt/windows -o umask=0,nls=utf8

Sudo ought to give you root privileges.


INFO:
Try command whoami

If it says knoppix then you have to su to root. Then try your mount command.


One knoppix they don't put a password, so sometimes you have to boot to the cd and then open terminal and su to root. Then use passwd to make a password. Then you can use tools that require a password. Only works as long as you are booted you know unless you make a usb or floppy save file.

Last edited by jefro; 04-20-2010 at 03:32 PM.
 
Old 04-20-2010, 03:33 PM   #7
leachim1
LQ Newbie
 
Registered: Apr 2010
Posts: 10

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by jefro View Post
The link I gave you had a way to do it.

sudo ntfs-3g /dev/hda1 /mnt/windows -o umask=0,nls=utf8

Sudo ought to give you root privileges.


INFO:
Try command whoami

If it says knoppix then you have to su to root. Then try your mount command.


One knoppix they don't put a password, so sometimes you have to boot to the cd and then open terminal and su to root. Then use passwd to make a password. Then you can use tools that require a password. Only works as long as you are booted you know unless you make a usb or floppy save file.
Great

It said Knoppix

How do you su to root

No idea
 
Old 04-21-2010, 06:43 PM   #8
QuestionMaster3000
LQ Newbie
 
Registered: Feb 2010
Location: Appleton, WI
Distribution: OpenSUSE 11.2
Posts: 7

Rep: Reputation: 0
did you try typing "su" in the command prompt to become the super user (root). And then typing your mount command?
 
Old 04-21-2010, 07:34 PM   #9
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,974

Rep: Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623
From a terminal you type su (then press the enter key)

You don't type the (then press the enter key) by the way.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
knoppix live bong.mau Linux - Distributions 3 02-19-2009 07:16 AM
KNOPPIX Live CD srivastava Linux - Software 7 06-14-2005 05:14 PM
Knoppix/Other Live CD mhelliwell Linux - Distributions 3 02-28-2005 05:23 AM
Knoppix Live CD akahomeruk Linux - General 4 02-10-2005 04:32 PM
Windows 2000/xp/2003 live cd like Knoppix!!! enigmasoldier General 10 09-18-2003 10:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:17 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration