Date: Sat, 5 Mar 2016 20:46:07 +0100 From: "Nagy, Attila" <bra@fsn.hu> To: freebsd-fs@freebsd.org Subject: zfs and st_nlink limit at 32767 Message-ID: <56DB377F.9020205@fsn.hu>
next in thread | raw e-mail | index | archive | help
Hi, If I create a million hard links to a file, stat -s says it has 32767: $ stat -s 900402.24.t st_dev=1709683738 st_ino=719745 st_mode=0100644 st_nlink=32767 st_uid=1001 st_gid=0 st_rdev=4294967295 st_size=81688 st_atime=1455881393 st_mtime=1455881393 st_ctime=1457206643 st_birthtime=1457206536 st_blksize=81920 st_blocks=67 st_flags=2048 Is this a limitation somewhere which is hard to remove, or just an easily fixable "legacy" from the times, when all filesystems contained this limit?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?56DB377F.9020205>