Bug 6943 - hardlinking directories isn't permitted
Summary: hardlinking directories isn't permitted
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: fileutils
Version: 6.1
Hardware: All
OS: Linux
medium
high
Target Milestone: ---
Assignee: Bernhard Rosenkraenzer
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 1999-11-12 07:24 UTC by Pekka Savola
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 1999-11-12 18:30:11 UTC
Embargoed:


Attachments (Terms of Use)

Description Pekka Savola 1999-11-12 07:24:34 UTC
Hardlinking directories isn't permitted.  You get:

[root@here] ln --directory DIR1 DIR2
ln: cannot create hard link `DIR2' to `DIR1': Operation not permitted

Even though I'm root.

ln --help suggests that it should be possible:
----
  -d, -F, --directory         hard link directories (super-user only)
----

I tried is on RH 5.1 and 6.1+rawhide:
fileutils-3.16-9
fileutils-4.0-8

Comment 1 Bernhard Rosenkraenzer 1999-11-12 18:30:59 UTC
hardlinking directories is not possible with every filesystem (most filesystems
don't support this actually).
The ext2 filesystem definitely doesn't do hardlinked directories.
What do you need them for?


Note You need to log in before you can comment on or make changes to this bug.