quote:
Originally posted by XxD:
heres two conversations between me and the root terminal =\
sorry for being obsene at the end... i was pissed =]
You can't mount the same partion on two mount points
to unmount it, do
$ umount /mnt/nt
then you can mount it on win2k, so..
$ mount /dev/hda1 /mnt/win2k
And about your little "this folder won't delete" complaint, you have to use a -r option. So if you want to delete /mnt/win2k and just use /mnt/nt (it really shouldn't matter) do...
$ umount /mnt/win2k
(or else you'll delete windows)
$ rm -r /mnt/win2k
Now, as for this happening:
[root@localhost nt]# cd "Documents And Settings/Administrator/Desktop
> rpm -ivh pengaol-0.96-1.i586.rpm
>
it was because you didn't close the quotation and because rpm -ivh [pengol-name-here].rpm is not a file, but a command.
Correctly, it should be:
$ cd "Documents And Settings/Administrator/Desktop"
Then you should move the file to your Linux partion (just in case something happens and you need ro reinstall). And you misspelled ".rpm"
So you do
$ mv pengaol-0.96-1.i586.rpm /root
Then you go to /root
$ cd /root
And then, finally...
$ rpm -ivh pengaol-0.96-1.i586.rpm
Now try running it...
$ pengaol
[ October 05, 2002: Message edited by: TheQuirk ]