lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 29 Aug 2008 10:18:59 +0200
From:	Tomasz Chmielewski <mangoo@...g.org>
To:	LKML <linux-kernel@...r.kernel.org>
CC:	alan-jenkins@...fmail.co.uk, kovlensky@...eria.pl
Subject: Re: mounting windows shares with path exactly like on windows

> 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?

What's wrong with just:

# mkdir -p /D:/dir
# mount.cifs ...
# touch /D:/dir/file

?

Or, use symlinks from /D:/dir to /mountpoint/dir/


-- 
Tomasz Chmielewski
http://wpkg.org

--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ