search for: c_shadow

Displaying 2 results from an estimated 2 matches for "c_shadow".

2002 Oct 12
2
Can't make a shadow direcory
Hi, I'm trying to make a shadow directory, and followed the instructions out of the Wine manual, but it doesn't work. I should do this: ~>cd / />mkdir c_shadow />cd c_shadow /c_shadow>ln -s /c_/* . /c_shadow>rm windows AnApp /c_shadow>cp -R /c_/{windows,AnApp} . /c_shadow>chmod -R 777 windows AnApp /c_shadow>perl -p -i -e 's|/c$|/c_shadow|g' /usr/local/etc/wine.conf I didn't came further than: [root@ben /]# mkdir c_shadow [...
2002 Oct 13
3
Can't make a shadow directory
...rote: > > > Hi, > > > > I'm trying to make a shadow directory, and followed the instructions out >of > > the Wine manual, but it doesn't work. I should do this: > > >... > > I didn't came further than: > > > > [root@ben /]# mkdir c_shadow > > [root@ben /]# cd c_shadow > > [root@ben c_shadow]# ln -s /c_/* . > >This is only going to work if your windows drive is monted on >/c_. I know, in the examples before, we mounted it on /c >so maybe you want to do >ln -s /c/* . >instead, IOW substitute the real mou...