Links a name with actual data (file). Hard-linking allows the file to have multiple names (handles). Present in POSIX-compliant systems (also only partially!): GNU/Linux, Android, Apple Mac OS X and even Windows, though with limitations. Allows for slightly different aliasing than soft-linking (aka ...
0
votes
3answers
39 views
Finding files that are *not* hard links via a shell script
Given a directory, how do I find all files within it (and any sub-directories) that are not hard-linked files? Or more specifically, that are not hard-linked files with more than one reference?
...
0
votes
1answer
50 views
Difference between a Hard Link and its Program in C
I'm writing a program that does something similar to the disk usage utility on Linux, and I'm having trouble when it comes to Hard links.
I currently have the program running, and it determines ...
1
vote
2answers
88 views
.htaccess rewrite dynamically soft link hidden directory
I was not sure how to phrase this question but hopefully my description will make more sense as to what I wish to achieve.
I am currently building a framework which supports multiple applications. ...
0
votes
1answer
72 views
How does(or doesn't) .apk handle hardlinks
Does the .apk format handle hardlinks? Or does it simply copy the same file over and over?
I've some a simple test and it seems like hardlinks are not handled, meaning that the size of the generated ...
0
votes
0answers
48 views
fsutil hardlink create - does it kill the link if one file is deleted?
I found a similar question, & here is an extension of it.
I was looking for a way to create hard links under Windows and I found this page: ...
2
votes
2answers
77 views
Cheap Copy(hard link) in SVN branch
I read that 'branch' of SVN uses a cheap copy(hard link) of a revision. Here is the link. http://svnbook.red-bean.com/en/1.7/svn.branchmerge.using.html
The 'Creating a branch' chapter deals with that.
...
1
vote
1answer
63 views
Is there an easy way to determine if a file is a hard link using Java in Windows? [duplicate]
Possible Duplicate:
get Hard Link Count in Java
So I noticed that Java 1.7 has added a lot of new useful file operations with the new Paths and Files etc. classes in nio. However, it seems ...
0
votes
2answers
109 views
call linux command within python [duplicate]
Possible Duplicate:
Equivalent of Backticks in Python
I am looking for the best way to run a terminal command (ls -l) within Python. I have read about subprocess but I do not understand it ...
0
votes
1answer
91 views
How to change one file in Java, while keep the content in another hard link unchanged?
I have one file with another hardlink. How to change the first file in Java, while keep the content in another hardlink unchanged?
This behavior is like gVim in Windows:
...
0
votes
1answer
109 views
Hardlink the contents of a whole directory in windows 7
Which is the best way to archieve this? I was thinking on a batch script that takes a source folder and a destination folder as inputs, and then iterates recursively over the source folder and for ...
1
vote
3answers
355 views
Difference between creating a duplicate file descriptor using dup() and creating a hard link?
I just tried out this program where I use dup to duplicate the file desciptor of an opened file.
I had made a hard link to this same file and I opened the same file to read the contents of the file ...
2
votes
1answer
38 views
Is it possible to create a “weakly referenced” hard link on filesystems?
Some programming languages have the ability to distinguish strongly referenced objects from weakly referenced objects such that weak ones are candidates for garbage collection after all the strong ...
1
vote
1answer
60 views
Mercurial repository & MSVS - two projects & shared files
I am currently developping an application in MS VS2010 that's based on a client-server architecture with one project for each part in VS. Until recently, they both had their own repositories in Hg, ...
1
vote
1answer
81 views
Is there a way to merge redundant files when preparing a .dmg file?
My company ships a package containing several Qt-based MacOS/X GUI applications; the package ships as a .dmg file, and "installation" consists of double-clicking the .dmg icon, then dragging one or ...
2
votes
4answers
166 views
Can't Hard Link the gitconfig File
I am attempting to create a git repository to store all of my dotfiles and config files. My idea was to simply create hard links to all of the files I cared about and store those links in their own ...
1
vote
1answer
180 views
CreateHardLink() fails on NTFS volume with error code 1 (Incorrect function)
We have a desktop application that makes use of NTFS hard links. The application is distributed and used successfully on over 400K user PCs worldwide.
There is one customer however who has ...
1
vote
1answer
75 views
hard link created suddenly on NAND flash
I was surprised by a hard link created suddenly between a config file that I (as usr1) own and a temporary file that I create in an OS daemon (each 5 minutes), to copy from the original config file.
...
0
votes
2answers
136 views
How to create a copy of a directory on Linux with links
I have a series of directories on Linux and each directory contains lots of files and data. The data in those directories are automatically generated, but multiple users will need to perform more ...
0
votes
1answer
76 views
windows hard link - protect against writes
I have a bunch of files that I download at some point and then customize. I want to keep the originals, but also allow modifications, and I want to do this using hard links.
I figure I first download ...
0
votes
1answer
60 views
Does windows support link system call?
In linux&unix we can call link(name1, name2) to make name1 and name2 to reference to the same inode, I wonder does windows platform support this? Thank you.
2
votes
2answers
462 views
Recursively creating hardlinks using python
What I basically would like to do is cp -Rl dir1 dir2. But as I understand it, python only provides shutils.copytree(src,dst) which actually copies the files, but has no possibility of hardlinking the ...
0
votes
0answers
84 views
Hardlink or not? [closed]
Is there any way, using 'ls' or a simple command, to know if the file is a hard link or not?
Is there any way to know, if two files shares the same inode number, which one is a hard link on the ...
1
vote
2answers
332 views
Programmatically finding the target of a Windows Hard link
I've been playing around a lot recently with manipulating reparse points programmatically, and something's been bugging me for a little while now. Since Windows hard links aren't reparse points like ...
2
votes
2answers
559 views
Django: Copy FileFields
I'm trying to copy a file using a hardlink, where the file is stored as a Django FileField. I'd like to use a hardlink to save space and copy time (no changes are expected to be made to the original ...
4
votes
1answer
261 views
Python copy-on-write using hardlinks
Using Python 2.5+, UNIX:
I have a program which simulates directory "copy-on-write" functionality, by hardlinking all entries. Currently all the underlying code, some of which I don't have access to, ...
0
votes
0answers
335 views
How to find all hard links to a file in Windows starting from XP in C++
I know there is function FindFirstNameW but it works only from Vista up.
0
votes
1answer
24 views
Git hook for pre-commit being invoked but hardlinks failing
Please look at my answer here: Git and hard links
I tried to put the same script in pre-commit, but somehow the hard links are not being created.
The script is indeed executed (i.e. an echo inside ...
0
votes
3answers
183 views
Hard link to a file not working as expected on OS X
I've a file in a folder and I don't know anything about this file (how it's generated and updated) because it comes from an application running on my system of which I don't have the source code.
...
2
votes
2answers
52 views
How to test in two paths are hard linkable?
I have file paths in one side and their new paths where I want to duplicate them.
How to test whether they can be simply hardlinked or they should be copied?
2
votes
2answers
461 views
Python import error when execute Mercurial
My system is RedHat 5 Linux and has default python 2.4 installed. In order to execute Mercurial1.81, I tried to upgrade python from 2.4 to 2.6 and save it in different directory.
Here are the ...
0
votes
3answers
303 views
Are hard links possible within a zip archive?
I am creating a zip archive containing two identical files at different paths. Does the zip archive format support something akin to the Unix concept of hard links? By this I mean the ability to store ...
2
votes
2answers
227 views
Bash: Create hardlink if destination is inside same volume, copy if not
My bash script makes copies of some files to some multiple directories.
In order to save space and maximize speed, I would prefer to make hardlinks instead of copies, since all copies need to remain ...
3
votes
2answers
580 views
How to realize “mklink /H” (hardlinking) in Java?
i want to create a hardlink from a file "C:\xxx.log" to "C:\mklink\xxx.log" .
In cmd it works of course, but i want to write a software for this usecase.
So have to locate the existing file
Then ...
1
vote
3answers
170 views
Simulate concatenated file using hard link?
I have multiple parts of a single file which I want a 3rd party c++/c# plugin to read as a single file. Basically, when the plugin file reader gets to the end of one file-part, I want it to continue ...
0
votes
1answer
78 views
Invisible hardlink
I have a small application that displays the contents of a log file, somewhat transmogrified for readability. As the log file gets rewritten occasionally and Windows file system semantics prohibit ...
1
vote
2answers
391 views
Copy a folder programmatically without resolving hardlinks in Windows (Win32 API)
I want to copy an entire folder without resolving the hardlinks
example:
Folder1
|
+---File1
File2
HardLink3 -> File3
(HardLink3 created using fsutil hardlink create or mklink)
...
1
vote
1answer
133 views
MEM_SHARED, mmap, and hard links
Just wondering if the key to shared memory is the file name or the inode.
I have a file called .last, which is just a hard link to a file named YYYYMMDDHHMMSS.
A directory looks like this:
...
0
votes
1answer
79 views
How do I create a hardlink in WiX
Is it possible to create a hardlink in WiX without creating a Custom Action? I found this
thread describing the problem, but it doesn't provide an answer. The reason for wanting to create a hardlink ...
0
votes
0answers
390 views
CreateHardLink and CreateSymbolicLink Win32 Functions
I am completing a project to create dummy file systems for backup testing and need to develop a method of creating a Hardlinks and Softlinks within the structures.
The CreateHardLink and ...
1
vote
2answers
139 views
hardlinks in Linux [closed]
What is the size of the hardlink in Linux? Will it be the size of the inode? If I have two of them?
Thanks in advnace for any explanation, I tried to google it, but didn't find anything
0
votes
1answer
123 views
Force a version control not to break hard links when merging/pulling from another repo?
I have a project with some part of the code that are public and other that are not.
I have the complete project versioned in my entreprise in folder E, and a specific folder P where I put the public ...
1
vote
1answer
205 views
What's the name of the “create hard link” function in MSVCRT?
To fix a bug in this answer: What's the correct name of the function to create a hard link in MSVCRT?
2
votes
2answers
154 views
Is there a way to completely remove an inode when the Link count is 2?
Currently my data is organised in a volume which has a cache directory (where all the files are first created or transferred). After that there are suitable directories on the volume which in their ...
0
votes
3answers
1k views
Disadvantages to creating/removing many hard links?
I need to create hundreds to thousands of temporary hard or symbolic links that will be deleted shortly after creation. For my purposes both types of links will work (i.e. the target is not a ...
0
votes
2answers
686 views
Is creating hardlinks from linux on a ntfs partition viable?
I have found a program that can make you save space by hardlinking files that are actually the same, thus leaving only one copy of the file on the file system with more than one hardlink pointing to ...
1
vote
1answer
299 views
Find Out If Two HANDLEs are Hardlinks to the Same File
(This question is a toughie... it might require knowledge of NTFS and/or the use of NT Native APIs; be warned.) :)
If I'm given two HANDLEs to two files, how can I definitively (not just with high ...
3
votes
2answers
702 views
C# - count and list hardlink locations of a file
I'm currently searching for a C# solution which can read the number of hardlinks of a file and their links locations. I'm thinking of the program link shell extension which can do this by going to the ...
0
votes
1answer
123 views
emacs is not breaking hard links for hg-controlled files
I have a set of mercurial clones that I created by making one clone of a master repo, then using cp -rlp to make copies of it. My expectation was that I could use them independently, since I use emacs ...
1
vote
0answers
234 views
How to use CreateHardLink(string lpSymlinkFileName, string lpTargetFileName, IntPtr lpSecurityAttributes) with a relative path for target?
Using
[DllImport("kernel32.dll")]
static extern bool CreateHardLink(string lpSymlinkFileName,
string lpTargetFileName, IntPtr lpSecurityAttributes);
should I be able to use a relative path for the ...
1
vote
1answer
684 views
How to enumerate paths for all NTFS hard links pointing to a file?
I can use GetFileInformationByHandle to determine the number of hard links associated with a file. How can I enumerate the paths which make up those links?
For example, if C:\TEMP_1.BIN and ...
