Results 1 to 8 of 8
Hi,
I'm using Knoppix 6.0 Live CD on my other computer right now. I need to delete viruses in C:\ and repair cmd.exe. But when I try to delete "2u.com", ...
- 04-25-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 4
Trouble With Knoppix 6.0
Hi,
I'm using Knoppix 6.0 Live CD on my other computer right now. I need to delete viruses in C:\ and repair cmd.exe. But when I try to delete "2u.com", "autorun.inf" etc. (which are being viruses) it says "Operation is not permitted" (I think). I mean it doesn't let me do anything on my files. But it lets me do in my D:\ drive. How can I copy or delete my files in C:\ drive?
-------
And I couldn't find the main menu after entering "WWW" part. How can I return to the main page?
- 04-25-2009 #2
Hi and Welcome !
Try to mount partitions using filesystem ntfs-3g and umask=0 options.
Let say, device name assigned to partition is /dev/sda2
Execute this
You will have full access in /media/sda2.Code:su - umount /dev/sda2 mkdir /media/sda2 mount -t ntfs-3g /dev/sda2 /media/sda2 -o defaults,umask=0 ls /media/sda2
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-25-2009 #3Just Joined!
- Join Date
- Apr 2009
- Posts
- 4
- 04-25-2009 #4
Execute those commands in Terminal or Konsole. Look for it in Menu.
You have to check device name assigned to C:\ drive.
By default it should be /dev/sda1. Replace /dev/sda2 with /dev/sda1 in commands I posted earlier.
In case it doesn't work, execute this :
Post output here.Code:su - fdisk -l du -h
* Its small L in fdisk -l.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-25-2009 #5Just Joined!
- Join Date
- Apr 2009
- Posts
- 4
- 04-25-2009 #6
Execute this in Terminal :
Post output here.Code:su - /sbin/fdisk -l df -h
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-25-2009 #7Just Joined!
- Join Date
- Apr 2009
- Posts
- 4
- 05-08-2009 #8Just Joined!
- Join Date
- May 2009
- Location
- Brazil
- Posts
- 19
You shoud go to the Menu, then Accessories>Root Terminal. Then you'll be able to accomplish the tasks proposed. (this is the way to operate as 'root' in Knoppix 6 live-cd)


Reply With Quote

