Displaying 3 results from an estimated 3 matches for "iomega_hdd".
2009 Jul 23
5
wine: /intended/PREFIXdirectory/not owned by you
I am attempting to create a folder for my wineprefixes on my external hard disk. The plan is to symlink to that location from inside my user folder (ie. ~/.wine/PREFIXES -> $iomega/.wineprefixes)
For reference:
$iomega=/media/Iomega_HDD
This is a 400GB external drive with a single NTFS partition.
The plan is to create folders for all my WINEPREFIXes at $iomega/.wineprefixes
(Example: $iomega/.wineprefixes/Blizzard)
I keep getting the following error: wine: /media/Iomega_HDD/.wineprefixes is not owned by you
Okay, I figure, I...
2006 Sep 08
0
Command ls blocked on usbdrive
Hi.
In the /etc/fstab I have the next line for an usbdrive (IOMEGA USB 2.0 80
Gb):
/dev/sda1 /media/IOMEGA_HDD vfat
pamconsole,exec,noauto,managed 0 0
I mounted the usbdrive with mount /media/IOMEGA_HDD. If I executed an ls
command for one of the directories on the usbdrive (ls /media/IOMEGA_HDD)
there is not problem but if I executed an ls of the usbdrive ls -lha
/media/IOMEGA_HDD/ it takes aprox...
2009 May 22
1
Trying to install Visual Studio 2008 pro
...udio iso to use it with wine if possible (see if it works, and avoid dual boot if ok).
After mounting the iso i'll need to find the setup.exe path and i guess wine can run this with something like $ wine path_to_the_setup.exe
Here's what i tried :
i did a # mount -t iso9660 -o loop /media/iomega_hdd/myfile.iso /media/iso but then it tells me the OS does not support iso 13346 UDF specifications
with # mount -t udf -o loop /media/iomega_hdd/myfile.iso /media/iso it then tells me the iso is already mounted in loop :
# mount -t udf -o loop /media/IOMEGA_HDD/Iso/fr_visual_studio_2008_professiona...