Results 1 to 2 of 2
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
01-26-2004 #1
- Join Date
- Jan 2004
- Location
- Westbank British Columbia Canada
- Posts
- 1
How do I make Adobe GoLive 6.0 Run in Red Hat?
-
01-27-2004 #2
- Join Date
- Jun 2003
- Location
- Huntington Beach, CA
- Posts
- 390
As far as I know GoLive is not supported by wine, sorry. As for your mounting question, if the partition is fat32 do the following:
Code:mkdir /mnt/windows mount -t vfat /dev/hdxy /mnt/windows
Code:mount -t ntfs /dev/hdxy /mnt/windows
Code:/dev/hda7 /home/tyler/media vfat users,uid=1000,gid=100 0 0