Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Keith Marshall <keithmarshall@us...> - 2014-03-22 19:06:33
|
On 22/03/14 16:19, saad khalid wrote: >> Please show us the output from 'cat /etc/fstab'. > > Saad Khalid@... /c/minGW/msys/1.0/etc > $ cat c:/MinGW/msys/1.0/etc/fstab.sample Wrong file. Please, don't tray to resolve the path yourself; I asked you to show us the output from: cat /etc/fstab not from: cat c:/MinGW/msys/1.0/etc/fstab.sample nor from: cat /c/MinGW/msys/1.0/etc/fstab.sample nor even: cat /etc/fstab.sample Please let MSYS resolve the mapped path itself, as it's designed to, and we must see the /etc/fstab file, *not* /etc/fstab.sample > ... snip ... > > #Win32_Path Mount_Point > c:/mingw /mingw This (above) is the correct mapping. > c:/ActiveState/perl /perl This may, or may not be prudent; (it may interfere with MSYS' own perl implementation). > C:\MinGW /mingw This looks like a duplicate of the earlier (correct) mapping, but you should use regular (forward) slashes, not backward slashes. You should remove the duplicate; this may be messing up the drive mapping. Please show us the output from 'echo $PATH', and from 'mount'. -- Regards, Keith. |