Quote:
debian:/home/sc# exit
exit
mount: only root can do that
sh-3.00$ mount /dev/sdb1 /mnt/ntfs
mount: only root can do that
sh-3.00$ wine /mnt/ntfs/mt1551.exe
Invoking /usr/lib/wine/wine.bin /mnt/ntfs/mt1551.exe ...
Warning: the specified Windows directory L"c:\\windows" is not accessible.
Warning: the specified System directory L"c:\\windows\\system" is not accessible.
Warning: could not find DOS drive for current working directory '/home/sc', starting in the Windows directory.
wine: cannot find '/mnt/ntfs/mt1551.exe'
Wine failed with return code 1
/usr/bin/winesetup
sh-3.00$ [/B]
|
You couldn't mount your ntfs disk. For this :
Code:
su
mount -t ntfs /dev/sdb1 /mnt/ntfs
wine /mnt/ntfs/mt1551.exe
I am not sure but sdb1 couldn't be choosen ... Are you sure the windows partition is sdb1? I have usually seen hda1 or hdb1.
To see which one is yours , please send your log of
Code:
cat /proc/partitions