search for: mklink

Displaying 17 results from an estimated 17 matches for "mklink".

Did you mean: mclink
2015 Dec 01
2
Symlink with mklink
<samba at lists.samba.org>Hi, I'm using windows 7 as client and a Samba 4.1.21 server. I would like to create symbolic link on a share with mklink, it failes with a reparse point error message. Trying to find more information i found this discussion https://lists.samba.org/archive/samba-technical/2014-September/102388.html So it seems that i'm not the only one to trying to do that without success. Reading microsoft SMB documentation i...
2015 Dec 02
5
Symlink with mklink
> I'm using windows 7 as client and a Samba 4.1.21 server. > > I would like to create symbolic link on a share with mklink, > > it failes with a reparse point error message. > > > > Trying to find more information i found this discussion > > > https://lists.samba.org/archive/samba-technical/2014-September/102388.html > > > > So it seems that i'm not the only one to trying to d...
2015 Dec 02
0
Fwd: Symlink with mklink
2015-12-02 18:10 GMT+01:00 Jeremy Allison <jra at samba.org>: > On Wed, Dec 02, 2015 at 06:07:37PM +0100, Ralph Boehme wrote: > > On Wed, Dec 02, 2015 at 08:39:27AM -0800, Jeremy Allison wrote: > > > On Wed, Dec 02, 2015 at 02:30:00PM +0100, Marc JIROU wrote: > > > > > > > > So no one is interesting in having symbolic link on a samba server ? >
2015 Dec 02
2
Symlink with mklink
On Wed, Dec 02, 2015 at 08:39:27AM -0800, Jeremy Allison wrote: > On Wed, Dec 02, 2015 at 02:30:00PM +0100, Marc JIROU wrote: > > > > So no one is interesting in having symbolic link on a samba server ? > > > > When i was looking for informations, most of people think that symbolic > > link are > > reserved to NTFS and can't exists on a smb server,
2020 May 04
2
Windows link in linux share...
...AP Cache, i've found this: https://bugzilla.mozilla.org/show_bug.cgi?id=517425#c49 and seems works as expencted. I've a bit extended to link also global-messages-db.sqlite (eg, global search index). But after that, i don't find in roaming profile (server side) the link created with mklink. Link are not supported by samba? Thanks. -- dott. Marco Gaiarin GNUPG Key ID: 240A3D66 Associazione ``La Nostra Famiglia'' http://www.lanostrafamiglia.it/ Polo FVG - Via della Bont?, 7 - 33078 - San Vito al Tagliamento (PN) marco.gaiarin(at)lanostrafam...
2020 May 05
2
Windows link in linux share...
Well, I just did a dirty test: * mklink link.txt "textfile.txt" * mklink /D DIrLink "Directory" * copied it to a samba share via Explorer (drag and drop). * copied it to a Windows share via Explorer (drag and drop). In both cases, it copied the contents of "textfile.txt" as "link.txt", definitely...
2020 May 05
0
Windows link in linux share...
...(ImapMail and global-messages-db.sqlite) in 'roaming' folder, while they are cache, so can be put in 'local' folder, out of roaming part. I've fund: > https://bugzilla.mozilla.org/show_bug.cgi?id=517425#c49 and setup a logon script that, amongs other things, do finally: mklink /D "%APPDATA%\Thunderbird\Profiles\!profile!\ImapMail" "%LOCALAPPDATA%\Thunderbird\Profiles\!profile!\ImapMail" mklink "%APPDATA%\Thunderbird\Profiles\!profile!\global-messages-db.sqlite" "%LOCALAPPDATA%\Thunderbird\Profiles\!profile!\global-messages-db.sqlite&q...
2020 May 05
2
Windows link in linux share...
I haven't done much with Folder Redirection yet (gosh, I really need to), but are Junctions and Symlinks _generally_ redirected/transferred cleanly?
2019 Sep 25
2
Issue with ldlinux.c32 when symlinked on Windows
Hi, I have successfully installed Debian using PXE boot and the local tftp server of Qemu. To do that I grab a copy of netboot.tar.gz for the amd64 architecture from the debian website for Buster (10.1), extracted it then recreate the symlink found: - mklink ldlinux.c32 debian-installer\amd64\boot-screens\ldlinux.c32 - mklink pxelinux.0 debian-installer\amd64\pxelinux.0 - mklink /D pxelinux.cfg debian-installer\amd64\pxelinux.cfg I start Qemu for Windows with the following command: qemu-system-x86_64.exe -boot n -net user,tftp=debian\netboot\text,boo...
2017 Jun 11
2
Cannot build Clang/LLVM on Windows with LLVM_BUILD_LLVM_DYLIB
On 10 June 2017 at 21:04, biologi spm via llvm-dev <llvm-dev at lists.llvm.org> wrote: > clang.exe, clang++.exe, clang-cl.exe, clang-cl.exe and > msbuild-bin/cl.exe are each 37MB, but they serve almost the same > purpose, just receive different flavours of command flags. On Unix systems these are all symlinks and so essentially free. I hear Windows doesn't cope well with that
2013 Oct 28
1
Using puppetlabs_spec_helper on Windows 7
...def make_link(source,target) ruby_platform = RbConfig::CONFIG[''host_os''] if RUBY_PLATFORM =~ /mswin|mingw|cygwin/ then #Windows Stuff source_win=source.tr("/","\\") target_win=target.tr("/","\\") `call mklink /D #{target_win} #{source_win}` elsif RUBY_PLATFORM =~ /linux/ then FileUtils::ln_s(source, target) end end 2. undefined method `fetch'' for nil:NilClass: Failure/Error: Unable to find matching line from backtrace NoMethodError: undef...
2008 Feb 09
13
locking and gfs
Hi there,I run samba as a PDC and tried to make this PDC high available with redhat cluster suite and gfs. I experienced the following problem while doing this: If I set the option locking = no in smb.conf it takes about 4 minutes to copy a file of 1GB size. If I set locking = yes it takes about 1 hour. Im not sure if locking = no sets locking off for all locking options. At least I need locking
2017 Dec 08
4
Bug: Issues on Windows with SFN disabled
For what it's worth, the Windows installers for other programming language runtimes often install outside of Program Files, so at least there is 'prior art' to motivate having R install directly into the root of the home drive: - ActiveState Perl installs directly C:/Perl; - Python installs (when installing for all users) into C:/Python$VERSION; - The Ruby installers at
2014 Dec 08
0
Using of pxelinux configfiles for both BIOS and UEFI boot
> > Hello everyone, > > > > I'm using a windows PXE server and I try to upgrade a existing PXELINUX menu structure with actually with BIOS/Legacy mode to work in UEFI mode too. > > > > Since I have to use ZENworks tftp on the windows server I have only one TFTP-root directory not 2 different tftp-root directories like on a standard windows > > deployment
2017 Nov 24
0
Wine release 2.22
...d that runs, even if it's not the main one. ntdll: Delay attaching to dlls loaded because of a forwarded entry point. ntdll: Use a separate stack when starting new threads. ntdll: Set the initial process context on ARM. Alistair Leslie-Hughes (1): cmd: Implement builtin mklink command. Andrey Gusev (1): kernel32: Add CreateThreadpoolIo stub. Andrey Semakin (1): winemine: Add confirmation to reset results button. André Hentschel (5): configure: Set the main loader base address on ARM64. loader: Remove dead code. loader: Setup the TLS regis...
2018 Jan 18
0
Wine release 3.0
...files can also be imported. Registry files are exported to Unicode format by default. - RegEdit always shows the 64-bit view of the registry on 64-bit prefixes. - The Reg.exe registry manipulation tool supports importing and exporting registry files. - The command interpreter implements the MKLINK command. - The command interpreter supports escape characters in the prompt string. - WineMine shows a confirmation dialog before resetting the best scores. *** Tools - The IDL compiler (widl) handles C++ aggregate returns in an MSVC-compatible way. - The resource compiler (wrc) supports tr...
2014 Dec 08
5
Using of pxelinux configfiles for both BIOS and UEFI boot
> Hello everyone, > > I'm using a windows PXE server and I try to upgrade a existing PXELINUX menu structure with actually with BIOS/Legacy mode to work in UEFI mode too. > > Since I have to use ZENworks tftp on the windows server I have only one TFTP-root directory not 2 different tftp-root directories like on a standard windows > deployment server. ZENworks itself uses for