[Wine]Accessing XP Drive

Rudi Bruchez rudi_list at babaluga.com
Wed Jan 5 08:33:03 CST 2005


David Jay Jackson wrote:

> Howdy --
> Can I access my XP partition  (/dev/hda1), and run applacation 
> installed there?
> Without being logged in as root? I keep getting permission deined when 
> I try to do it from user account.
>

hello,

certainly the problem is the way you mount the partition. Here's my 
entry in /etc/fstab for my XP partition (NTFS) :

/dev/hda2   /mnt/win   ntfs   
user,noexec,nodev,nosuid,ro,uid=1000,gid=1000,iocharset=iso8859-1   0   0

The uid and gid options give a user and group that will own the mounted 
filesystem. Put your IDs there.

rudi



More information about the wine-users mailing list