search for: 3fs

Displaying 7 results from an estimated 7 matches for "3fs".

Did you mean: 3f
2001 Aug 30
3
Question about file system capacity
Dear list, pardon my ignorance on ext2/3fs. Is the ext2fs' 4Tb file system and 2GB maximum file size limit still true in ext3fs? Thanks for your reply, Gotze __________________________________________________ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger http://im.yahoo.com
2009 Mar 21
1
(no subject)
...there, Could you please remove me from your mailing list? Thank you Daniel _________________________________________________________________ Need a new place to rent, share or buy? Let ninemsn property help. http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fninemsn%2Edomain%2Ecom%2Eau%2F%3Fs%5Fcid%3DFDMedia%3ANineMSN%5FHotmail%5FTagline&_t=774152450&_r=Domain_tagline&_m=EXT -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20090322/4e778048/attachment-0003.html>
2017 Mar 11
1
samba on ZFS
...e kind of ntfsv4 acls on ZFS > which have "similiar" features, but a bit other semantics, to > "emulate" acls for samba - works well. > From what I can see, Freenas is using Samba 4.3.6 and if it is using ZFS, it is probably also using the ntvfs filesystem instead of 3fs. This could be a problem with Freenas 10, it uses a later version of Samba, where by default, ntvfs is turned off. Samba does not understand ntvfsv4 ACLs, this is where the problem lies, you cannot provision Samba as an AD DC on ZFS. Also, there is no such thing as an AD/PDC, a PDC is an NT4-styl...
2009 May 16
1
Gamma
...+1) ploted" or something along those lines. Can anyone please help? thank you _________________________________________________________________ Looking to move somewhere new this winter? Let ninemsn property help http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fninemsn%2Edomain%2Ecom%2Eau%2F%3Fs%5Fcid%3DFDMedia%3ANineMSN%5FHotmail%5FTagline&_t=774152450&_r=Domain_tagline&_m=EXT [[alternative HTML version deleted]]
2017 Mar 10
2
samba on ZFS
I don't believe that ZFS on FreeBSD supports acltype=posixacl and sa-based xattrs. For the record, the latest version of samba that I've been successfully able to compile on FreeBSD 10.3 is Samba 4.5.5. On Mon, Mar 6, 2017 at 11:09 AM, Rowland Penny via samba < samba at lists.samba.org> wrote: > On Mon, 6 Mar 2017 17:17:07 +0100 > Klaus Hartnegg via samba <samba at
2010 Mar 18
0
[MODULE] COM32 module to time null-dumping a file
...ot;best" buffer/fetch block size here */ + +float get_tps(){ return (float)sysconf(_SC_CLK_TCK); } +void print_cp_result2(char *fn, int bcnt, clock_t bc, clock_t ec) +{ + float et, dr; + et = ((float)(ec - bc)) / (float)sysconf(_SC_CLK_TCK); + dr = ((float)bcnt) / et; + printf(" %dB in %.3fs from '%s'\n", bcnt, et, fn); + printf(" %.0f B/s; %.0f KiB/s; %.0f MiB/s\n", dr, dr/1024, dr/1048576); +} /* void print_cp_result2(char *fn, int bcnt, clock_t bc, clock_t ec) */ +#endif /* __COM32__ */ + +void print_cp_result_tick(int bcnt, clock_t et, float tps, int offs) +...
2009 Mar 30
2
[PATCH 1/1] v2 Add Diagnostic MBR for trouble-shooting
--- mbr/Makefile | 6 +- mbr/mbr-diag.S | 372 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 377 insertions(+), 1 deletions(-) create mode 100644 mbr/mbr-diag.S diff --git a/mbr/Makefile b/mbr/Makefile index 0bdf7e3..b9d743d 100644 --- a/mbr/Makefile +++ b/mbr/Makefile @@ -17,7 +17,7 @@ topdir = .. include $(topdir)/MCONFIG.embedded -all: mbr.bin gptmbr.bin