Link to home
Start Free TrialLog in
Avatar of jbrugman
jbrugman

asked on

Drive mapping

Hi,
I've got the following setup:

in the directory mnt i made a directory novell.
With ncpmount, i mounted the sys volume to this dir, using
ncpmount -S Server -U user /mnt.novell -b

Now i want to use a document from the novell server, but there's a picture inside it, with the location i:\data\picture.jpg
I may not change this.

I already tried to mkdir a i: and ncpmount to it, but then you would get a  /i:/, and i need a i:\

Is there a way, when typing i:\ or i:, that you go to the proper dir: i:\ ?

Can you make a symbolic link to a directory in stead of a file?
I'm using ResHat 6.0, with ncpmount, and i'm not wanting to use caldera, since it's not totally supported on the RedHat system.

thanks,
Justus
Avatar of rbr
rbr

Don't know if it works but try this

mount your novel directory e.g. to

/mnt/novelldir

cd /mnt/novelldir

ln -s data/picture.jpg "i:\data\picture.jpg"
Avatar of jbrugman

ASKER

Sorry, but i need to map to a drive.
So, when i type  i: it has to go to the proper drive.
WP for linux has to open pictures on the proper place, since this is the only linux workstation, i cannot change the location of the pictures in our shared files.
so i need a 'dos like' i: drive.

Sorry, but i need to map to a drive.
So, when i type  i: it has to go to the proper drive.
WP for linux has to open pictures on the proper place, since this is the only linux workstation, i cannot change the location of the pictures in our shared files.
so i need a 'dos like' i: drive.

Sorry, but i need to map to a drive.
So, when i type  i: it has to go to the proper drive.
WP for linux has to open pictures on the proper place, since this is the only linux workstation, i cannot change the location of the pictures in our shared files.
so i need a 'dos like' i: drive.

Sorry, but i need to map to a drive.
So, when i type  i: it has to go to the proper drive.
WP for linux has to open pictures on the proper place, since this is the only linux workstation, i cannot change the location of the pictures in our shared files.
so i need a 'dos like' i: drive.

Wow 3 times??? i think this was a post failure.
Sorry, but it had to be here once.
Sorry this is impossible within linux.
ASKER CERTIFIED SOLUTION
Avatar of jyu_88
jyu_88

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Excellent!! It does exactly what i wanted :)))))