On Tue, 2001-12-18 at 21:53, [EMAIL PROTECTED] wrote: > Dear lug's, > I 've a problem. I have PCQuest Linux 7.1 on my system. Since my > UPS battery is n't working, I had more than 1 instance of system switching > off while working with Linux. Now I am unable to get KDE as well as GNOME. I > get the terminal window for just 5 minutes, within which I may get a chance > to do some thing. After 5 mts. the screen goes blank & starts blinking.
Could you be more specific in this regard ? What actually happened ? > Also, I 've some 3 folders copied as such into Linux from my CDROM, which I > want to take back to Windows. One of the folder name has a space in between. > How do I get that. Can any Linux techies help I believe you want to copy your files in Linux partition to windows partition. mount the windows partition under linux using mount -t vfat /dev/windowspartition /path/to/mount /dev/windowspartition is the basically the windows partition. Once mounted you can use mc / standard copy (cp) to copy files from linux to windows partition. And no need to worry abt the space in between it will handle automatically. If you use mc, it would be more a GUI interface which i belive u will be more comfortable with. cheers! anand
