Exploring Software needed......urgent!!!!!

Status
Not open for further replies.

samrulez

Cyborg Agent
Hi everyone,
Is there any software that can do the following things.../...
1>Boot from a CD
2>Start in GUI
3>Explore files
4>Can modify files and folders...
5>I have a Ununtu (LIVE CD) but it cannot modify files in FAT 32...is there any way....
 

mehulved

18 Till I Die............
You just need to mount the required drives.
Code:
fdisk -l
will give you the names of the partition on your system.
Code:
mkdir /mnt/C
mount -t vfat -rw /dev/hda1 /mnt/C
you can replace /dev/hda1 with whatever your drive's name is. And you can give whatever name you like instead of C I have given here.
 

Ramakrishnan

The Researcher
use Puppylinux multi-session live cd. You can work on it, save files, use internet, download ertc. etc. Best parrt is you can add your own linux applications to this. I am using one and it is very good.*www.puppylinux.org/user/viewpage.php?page_id=1
 
OP
samrulez

samrulez

Cyborg Agent
Ok... thanks a lot I now use puppy linux.......
I wanted it coz i re-install my OS once in 2 weeks......so if I format it every time it will kill my HDD....first i used win98 so i would just delete everything in d: and install XP so .....I wanted something else instead if 98 coz i removed it............
 
Status
Not open for further replies.
Top Bottom