View Single Post
Old 08-22-2018, 10:02 AM   #66
Jack Winter
Human being with feelings
 
Jack Winter's Avatar
 
Join Date: Aug 2007
Location: Luxembourg/Spain
Posts: 1,922
Default

Quote:
Originally Posted by Glennbo View Post
I put the install DVD into my drive and waited for it to auto mount, then issued the command:

sudo mount -t udf file.iso -o unhide /mnt

Which came back with this:

mount: /mnt: special device file.iso does not exist.
That was extra stupid from my side, I cut and pasted that without paying attention.. I claim caffeine deficiency

Try this instead, insert the disk and wait for it to automount, then unmount it.

Code:
sudo mount -t udf /dev/sr0 -o unhide /mnt
cd /tmp
wine setup.exe
replace /dev/sr0 with the right device for the cdrom
and setup.exe with the actual name of the installer.
__________________
Reaper for Linux Documentation (WIP). Software: Archlinux/KDE, Fabfilter FX, Komplete 8, Nebula, Schwa/Stillwell, T-racks Max/Amplitube/SVX, etc. Gear: i7-2600k/4700HQ/16GB, RME Multiface/Babyface, Behringer X32, Genelec 8040, etc. :)
Jack Winter is offline   Reply With Quote