[<prev] [next>] [day] [month] [year] [list]
Message-ID: <48B7AD4F.1070504@tuffmail.co.uk>
Date: Fri, 29 Aug 2008 09:03:27 +0100
From: Alan Jenkins <alan-jenkins@...fmail.co.uk>
To: kovlensky@...eria.pl
CC: linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: mounting windows shares with path exactly like on windows
kovlensky@...eria.pl wrote:
> I'm sorry to be slightly off topic, when it comes to this list, but I have
> no clue where to look for that and I think it can be doe on kernel level
> only.
>
> In short - I've got bunch of applications running both on windows and
> linux and these applications exchange links to files mounted on both
> sides. The problem is that these paths are different, i.e. like
> D:/dir/file on windows and /mountpoint/dir/file on Linux. What I need is
> unifying them. So my idea is to have path translator on anything on kernel
> level, which will make Linux open call to D:/dir/file on Linux work and
> open /mountpoint/dir/file. Was anything close to that ever incorporated in
> kernel?
Um, no.
More likely solutions are ptrace (intercept system calls using debugging
interface) or similar LD_PRELOAD magic (see fakeroot for an example).
> Applications are, as usual, closed source, and support for them, also as
> usual, answers "won't be fixed, switch to Windows, please". Very helpful.
>
> Any other ideas of solving this problem are also warmly welcomed. Also on
> windows side.
I thought modern windows supported unix-like mounts, a bit like the old
SUBST.EXE in dos. So you could then mount all other drive letters as
subdirectories on the main drive. Don't ask me how to do it though :-).
Alan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists