Hi,
for now I solved this problem manually i.e.
- Code: Select all
[aliquis@localhost ~]$ su -
Password:
[root@localhost ~]# cd /media/
[root@localhost media]# ls
cdrom/ windows/
[root@localhost media]# umount windows/
Then of course there's the inverse problem, clicking on the icon will give an error because the system can't see any 121GB HD. Therefore I type this in the Konsole:
- Code: Select all
[root@localhost media]# mount windows/
----EDIT-----
After copying a file into Windows I wanted to unmount it and here's what I got :
- Code: Select all
[root@localhost media]# umount windows/
umount: /media/windows: device is busy.
(In some cases useful info about processes that use
the device is found by lsof(8) or fuser(1))
[root@localhost media]
How can it be busy? I don't understand...
--------------
Anyway, I think I can manage it this way. Thanks everybody for your input. Marking the thread as SOLVED.