 |
23-10-2008, 12:09 AM
|
#1 (permalink)
|
|
BlackBerry Guru ! :)
Join Date: Dec 2006
Location: New Delhi , NCR
Posts: 1,270
|
How To Delete A File From Read-Only Disk in uBuntu Fiesty Fawn ?
Hi All ,
i don't even know the ABC of Linux ! The only purpose that i m popping this question to u all is because my External HDD has been infected by Spyware and everytime i delete it , it comes back !
Therefore , i popped in the uBuntu 7.04 Live CD and connected my External HDD cause AFAIK , Linux isn't infected by viruses ! But now when i try to delete those hidden spyware files from the HDD , it gives me an error that " Cannot delete file as it is on a Read-Only Disk " !
Now , so to all the Linux geeks , whats the procedure for deleting those files ?
Waiting for a simple , easy to understandable fast reply ! Remember that i m a Linux noob !
Thanks in anticipation !
BBThumbHealer
__________________
Username Changed - BlackBerry7100g To BBThumbHealer ! :D
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
23-10-2008, 02:37 AM
|
#2 (permalink)
|
|
GaurishSharma.com
Join Date: May 2005
Location: Jaipur
Posts: 4,116
|
Re: How To Delete A File From Read-Only Disk in uBuntu Fiesty Fawn ?
use sudo and launch nautilus as root.
Also, Ubuntu is the Best for Live Systems
Try SystemRescueCd
Quote:
|
SystemRescueCd is a Linux system on a bootable CD-ROM for repairing your system and recovering your data after a crash. It aims to provide an easy way to carry out admin tasks on your computer, such as creating and editing the partitions of the hard disk. It contains a lot of system utilities (parted, partimage, fstools, ...) and basic tools (editors, midnight commander, network tools). It is very easy to use
|
It also has a inbuilt anti virus scanner, so you might find this usefull
|
|
|
23-10-2008, 05:13 AM
|
#3 (permalink)
|
|
Wire muncher!
Join Date: Nov 2003
Posts: 6,173
|
Re: How To Delete A File From Read-Only Disk in uBuntu Fiesty Fawn ?
Use sudo to get into super user mode. But your problem seems to be something else. Looks like your Windows partition is NTFS and this version of Ubuntu, if I remember rite, does not support writing onto Windows NTFS drives directly.
__________________
"The true measure of a man is how he treats someone who can do him absolutely no good."
http://phoenix-ani.blogspot.com
|
|
|
23-10-2008, 08:26 AM
|
#4 (permalink)
|
|
Wahahaha~!
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
|
Re: How To Delete A File From Read-Only Disk in uBuntu Fiesty Fawn ?
yeah
download the ntfs-3g driver
what a waste, lol.
|
|
|
23-10-2008, 05:07 PM
|
#5 (permalink)
|
|
Human Spambot
Join Date: Jan 2007
Location: Lat 28.38°N , Longt 77.13°E
Posts: 2,431
|
Re: How To Delete A File From Read-Only Disk in uBuntu Fiesty Fawn ?
[QUOTE=gary4gar;972458]use sudo and launch nautilus as root.
It should be sudo nautilus
|
|
|
23-10-2008, 05:11 PM
|
#6 (permalink)
|
|
BlackBerry Guru ! :)
Join Date: Dec 2006
Location: New Delhi , NCR
Posts: 1,270
|
Re: How To Delete A File From Read-Only Disk in uBuntu Fiesty Fawn ?
@ infra , u r rite buddy .. mine all the partitions on Internal HDD are NTFS !
@Gaurish , we have to use the Run command ( Alt + F2 ) and type sudo nautilus in that ?
@T159 , do we have to run the driver directly like executing an .exe file or we have to perform installation in a specific way ? BTW , the extension is .tgz !
__________________
Username Changed - BlackBerry7100g To BBThumbHealer ! :D
|
|
|
23-10-2008, 05:19 PM
|
#7 (permalink)
|
|
Human Spambot
Join Date: Jan 2007
Location: Lat 28.38°N , Longt 77.13°E
Posts: 2,431
|
Re: How To Delete A File From Read-Only Disk in uBuntu Fiesty Fawn ?
^^You have to enter sudo nautilus in terminal.
If you download .deb file , you can install the file by just clicking on it. But if you have the .tar.gz file you first need to extract files from it, and then install it by opening the terminal.
Extract the .tar.gz file to a directory
Go to that directory in terminal, and enter
sudo -i
./configure
make && make install
|
|
|
23-10-2008, 05:23 PM
|
#8 (permalink)
|
|
Wahahaha~!
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
|
Re: How To Delete A File From Read-Only Disk in uBuntu Fiesty Fawn ?
Quote:
Originally Posted by BBThumbHealer
@ infra , u r rite buddy .. mine all the partitions on Internal HDD are NTFS !
@Gaurish , we have to use the Run command ( Alt + F2 ) and type sudo nautilus in that ?
@T159 , do we have to run the driver directly like executing an .exe file or we have to perform installation in a specific way ? BTW , the extension is .tgz !
|
just type this in terminal dood  But you should have access to internet in Ubuntu before executing this command.
Quote:
|
sudo apt-get install ntfs-3g && ntfs-config
|
enter the password when prompted.
It will install automatically.
OMG...I never thought linux could be that confusing...lolz
|
|
|
23-10-2008, 05:32 PM
|
#9 (permalink)
|
|
Human Spambot
Join Date: Jan 2007
Location: Lat 28.38°N , Longt 77.13°E
Posts: 2,431
|
Re: How To Delete A File From Read-Only Disk in uBuntu Fiesty Fawn ?
Quote:
Originally Posted by T159
just type this in terminal dood  But you should have access to internet in Ubuntu before executing this command.
enter the password when prompted.
It will install automatically.
OMG...I never thought linux could be that confusing...lolz
|
Are you sure that livecd will prompt user to enter password? No password is required while using terminal.
|
|
|
23-10-2008, 05:41 PM
|
#10 (permalink)
|
|
Wahahaha~!
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
|
Re: How To Delete A File From Read-Only Disk in uBuntu Fiesty Fawn ?
^^Dunno, Its been ages since I used live cd. Thats why i included "when prompted"
|
|
|
23-10-2008, 08:22 PM
|
#11 (permalink)
|
|
GaurishSharma.com
Join Date: May 2005
Location: Jaipur
Posts: 4,116
|
Re: How To Delete A File From Read-Only Disk in uBuntu Fiesty Fawn ?
Instead of installing stuff, Better use SystemRescueCd
|
|
|
23-10-2008, 10:19 PM
|
#12 (permalink)
|
|
BlackBerry Guru ! :)
Join Date: Dec 2006
Location: New Delhi , NCR
Posts: 1,270
|
Re: How To Delete A File From Read-Only Disk in uBuntu Fiesty Fawn ?
^ Yeah , i m finding all the above way too confusing .... downloading the Rescue Disc right away ! Will get back to the results asap !
__________________
Username Changed - BlackBerry7100g To BBThumbHealer ! :D
|
|
|
23-10-2008, 10:49 PM
|
#13 (permalink)
|
|
TheSaint
Join Date: Jun 2004
Location: Antigua
Posts: 3,447
|
Re: How To Delete A File From Read-Only Disk in uBuntu Fiesty Fawn ?
Nothing to get confused. Out of the box ntfs support is only available from 8.04 onwards (as far as I can remember). So if you want to use Ubuntu use Ubuntu 8.04. As for using linux to clean windows viruses see this thread
Clean your infected memory sticks, ipods.. easily
If you want to use Windows to clean Windows viruses compile the Ultimate Boot CD fro Windows from http://www.ubcd4win.com/
connect your drive and then boot from the cd.
The use Avira built in the cd to clean your external hard drive.
__________________
http://www.neville.in
http://www.linuxrocks.in
"The Future Is Open"
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|