WINE issue

Soldato
Joined
6 Mar 2008
Posts
10,084
Location
Stoke area
Hi,

Hoping someone can give me a quick answer to this.

Running Ubuntu from usb pen drive, installed WINE in order to install Eve Online on to my usb harddrive.

Wine has read the install files fine while unpacking but it's now sitting at the point where I need to chose the usb hdd as the destination and it just isn't detected.

I've gone in to configure WINE > Drives > autodetect and it's found the C:, cd drive, usb pen drive but no usb hdd.

Any advice? (in noob talk :) )

2nd edit.

I've found the USB drive under z:\media\USB- and when I select \games\eve it's telling me I only have 0.666gb left when in fact I have over 40gb left.
 
Last edited:
mount
Code:
/dev/sdb1 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw)
none on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
none on /dev/shm type tmpfs (rw,nosuid,nodev)
none on /var/run type tmpfs (rw,nosuid,mode=0755)
none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
none on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/harv/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=harv)
/dev/sr1 on /media/cdrom1 type iso9660 (ro,nosuid,nodev,utf8,user=harv)
/dev/sda1 on /media/System Reserved type fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
/dev/sdc1 on /media/USB- type vfat (rw,nosuid,nodev,uhelper=devkit,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf8=1,flush)

df -h
Code:
Filesystem            Size  Used Avail Use% Mounted on
/dev/sdb1             7.0G  3.4G  3.4G  51% /
udev                  990M  288K  990M   1% /dev
none                  990M  280K  990M   1% /dev/shm
none                  990M  208K  990M   1% /var/run
none                  990M     0  990M   0% /var/lock
none                  990M     0  990M   0% /lib/init/rw
/dev/sr1              6.7M  6.7M     0 100% /media/cdrom1
/dev/sda1              75G   15G   61G  20% /media/System Reserved
/dev/sdc1             233G  185G   49G  80% /media/USB-
 
Last edited:
Back
Top Bottom