LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problem Mounting (https://www.linuxquestions.org/questions/linux-software-2/problem-mounting-64845/)

f00lday 06-10-2003 04:54 PM

Problem Mounting
 
I wanted to mount an iso in /root/UT.iso so i tryed it and got an anserw like this :

[root@localhost root]# mount /root/UT.iso
ioctl: LOOP_SET_FD: Device or resource busy <---I tryed to unmount the cdrom and i got this anserw :

[root@localhost root]# umount /mnt/cdrom
umount: /mnt/cdrom: not mounted

wft??

fancypiper 06-10-2003 05:07 PM

I do it this way:

mkdir /root/UT
mount /path-to-where/you-put-the-iso/UT.iso /root/UT -t iso9660 -o ro,loop=/dev/loop0

Genertal syntax if the mount point /mnt/iso has been created:

mount /path/to/foo.iso /mnt/iso/ -t iso9660 -o ro,loop=/dev/loop0

f00lday 06-10-2003 05:22 PM

m'kay i got that working now if i #:./UNREALTOURNAMENT.EXE i get

[root@localhost ut]# ls /root/.wine/wineserver-localhost.localdomain/socket
/root/.wine/wineserver-localhost.localdomain/socket
[root@localhost ut]# ./system/UNREALTOURNAMENT.EXE
wine: file '/root/.wine/wineserver-localhost.localdomain/socket' exists,
but I cannot connect to it; maybe the wineserver has crashed?
If this is the case, you should remove this socket file and try again.
[root@localhost ut]# <--i deleted socket files but still

fancypiper 06-10-2003 05:46 PM

I think you may need winex to run UT. Doesn't it need direct something in Windows to run?

# Linux Gaming
Linux Gamers' FAQ
TransGaming Technologies
The Linux kernel preemption project
The best gaming distro is Gentoo IMHO

f00lday 06-10-2003 05:51 PM

i got it working last time and it work'd just fine ;(

DrOzz 06-10-2003 07:46 PM

why are you running wine through root?


All times are GMT -5. The time now is 03:29 PM.