search for: freespace

Displaying 20 results from an estimated 56 matches for "freespace".

Did you mean: free_space
2005 Apr 25
1
differing freespace reports in windows and unix
.... Environment : SunOS jukebox2 5.8 Generic_108528-19 sun4u sparc SUNW,Sun-Blade-100 Samba 2.2.7 Windows NT, XP, 2000 clients. This is the problem. I am sharing 4 directories within a samba share. These are very large file structures, 3 Terabyte plus. Typically they run between 3 and 9 gb of freespace any given point in time. For some reason I can't fathom the freespace shown in the client side now bears no resemblance to the freespace on each of the directories. It *appears* that the reported freespace matches that of the top level share. I've appended the output from df -k for the r...
2014 Apr 04
0
[Bug 10540] New: --max-transfer and --create-freespace options for working with limited space
https://bugzilla.samba.org/show_bug.cgi?id=10540 Summary: --max-transfer and --create-freespace options for working with limited space Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org...
2006 Nov 13
0
how to get 'real' freespace after rsync+hardlinks?
...e the rsync REMOTE_DIR OLD_DIR ... time passes ... cp -al OLD_DIR NEW_DIR rsync REMOTE_DIR NEW_DIR approach. all works great. i'd *like* to be able to check my LOCAL (destination) drive for sufficient space b4 doing a backup. question: how does one check "real" available freespace? "real", as in not double-counted hardlinked/shared files. fwiw, my LOCAL drive is on an osx/hfs+ box (i actually think this may make a difference, esp wrt linux ...). 'native' osx utils (finder, diskutil, etc) report the apparent usage -- not the acutal, hardlinked/shared usag...
2013 Dec 20
3
[Bug 72939] New: [nv96] Freespace 2 open crashes
https://bugs.freedesktop.org/show_bug.cgi?id=72939 Priority: medium Bug ID: 72939 Assignee: nouveau at lists.freedesktop.org Summary: [nv96] Freespace 2 open crashes Severity: normal Classification: Unclassified OS: All Reporter: madman2003 at gmail.com Hardware: Other Status: NEW Version: git Component: Drivers/DRI/nouveau Product: Mesa This has been an...
2005 Sep 27
3
Free space/capacity displayed as garbage...
...om/temp/samba_free_space.jpg I'm running the latest version 3.0.20 and it is running on AlphaCore which is Fedora Core 3 for the Alpha (64 bit platform). It compiled without problems with gcc 3.4.3. Because of this issue, I'm unable to use my samba network share from programs that check the freespace before doing something, like for example creating a cd image. Any help will be appreciated. My smb.conf is as follows: [global] workgroup = GREGOIRE server string = Alpha Server printcap name = cups cups options = raw log file = /var/log/samba/%m.log max log size = 50 socket options = TCP_NODELAY...
2016 Apr 23
9
[Bug 95095] New: NV46 (G72) Full screen artifacts in Freespace 2 SW OT mod
https://bugs.freedesktop.org/show_bug.cgi?id=95095 Bug ID: 95095 Summary: NV46 (G72) Full screen artifacts in Freespace 2 SW OT mod Product: Mesa Version: git Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at lists.freedesktop.o...
2015 Feb 28
3
disk space trouble on ec2 instance
Hey all, Ok, so I've been having some trouble for a while with an EC2 instance running CentOS 5.11 with a disk volume reporting 100% usage. Root is on an EBS volume. So I've tried the whole 'du -sk | sort -nr | head -10' routine all around this volume getting rid of files. At first I was getting rid of about 50MB of files. Yet the volume remains at 100% capacity. Thinking
2015 Jun 09
6
newbie question on installation over existing Linux
...model is not generally recommended anymore, at least not putting /usr on its own partition, there's just too many issues with that nowdays. I don't like putting /var in its own partition either as its all too intertwined with root. the problem with lots of little partitions is your freespace gets fragmented. /home in a dedicated partition, sure. /var/lib/${DATABASE_OR_WEB_SERVER}, ditto... -- john r pierce, recycling bits in santa cruz
2012 Aug 30
0
[PATCH 11/11] vmci_headers.patch: VMCI kernel driver public API.
...s detected. + */ +static int64_t +vmci_q_header_free_space(const struct vmci_queue_header *produceQHeader, + const struct vmci_queue_header *consumeQHeader, + const uint64_t produceQSize) +{ + uint64_t tail; + uint64_t head; + uint64_t freeSpace; + + tail = vmci_q_header_producer_tail(produceQHeader); + head = vmci_q_header_consumer_head(consumeQHeader); + + if (tail >= produceQSize || head >= produceQSize) + return VMCI_ERROR_INVALID_SIZE; + + /* + * Deduct 1 to avoid tail becoming equal...
2012 Aug 30
0
[PATCH 11/11] vmci_headers.patch: VMCI kernel driver public API.
...s detected. + */ +static int64_t +vmci_q_header_free_space(const struct vmci_queue_header *produceQHeader, + const struct vmci_queue_header *consumeQHeader, + const uint64_t produceQSize) +{ + uint64_t tail; + uint64_t head; + uint64_t freeSpace; + + tail = vmci_q_header_producer_tail(produceQHeader); + head = vmci_q_header_consumer_head(consumeQHeader); + + if (tail >= produceQSize || head >= produceQSize) + return VMCI_ERROR_INVALID_SIZE; + + /* + * Deduct 1 to avoid tail becoming equal...
2015 Feb 28
0
disk space trouble on ec2 instance
...data, reboot the > instance and still be at 100% usage. 190MB is less than one percent of 9.9GB aka 9900MB BTW, for cases like this, I'd suggest using df -k or -m rather than -h to get more precise and consistent values. also note, Unix (and Linux) file systems usually have a reserved freespace, only root can write that last bit. most modern file systems suffer from severe fragmentation if you completely fill them. ext*fs, you adjust this with `tune2fs -m 1 /dev/sdXX`. XFS treats these reserved blocks as inviolable, so they don't show up as freespace, they can be changed with...
2015 Jun 09
1
newbie question on installation over existing Linux
...ded anymore, at least not putting >> /usr on its own partition, there's just too many issues with that >> nowdays. I don't like putting /var in its own partition either as its >> all too intertwined with root. the problem with lots of little >> partitions is your freespace gets fragmented. >> >> /home in a dedicated partition, sure. >> /var/lib/${DATABASE_OR_WEB_SERVER}, ditto... > > The real issue is that you cannot put /usr on a dedicated partition > anymore as of CentOS 7. This is because /bin, /lib and /lib64 are > symbolic linked...
2015 Mar 02
1
disk space trouble on ec2 instance
...100% usage. >> > > 190MB is less than one percent of 9.9GB aka 9900MB > > BTW, for cases like this, I'd suggest using df -k or -m rather than -h to > get more precise and consistent values. > > > also note, Unix (and Linux) file systems usually have a reserved > freespace, only root can write that last bit. most modern file systems > suffer from severe fragmentation if you completely fill them. ext*fs, you > adjust this with `tune2fs -m 1 /dev/sdXX`. XFS treats these reserved blocks > as inviolable, so they don't show up as freespace, they can be ch...
2010 Mar 02
11
Expand zpool capacity
Hello, Experts. I''ve got a problem. I''m trying to expand my main zpool (rpool), but don''t know how to do that. (i''m 100% newbie in non-windows world) I use Osol under Vmware on Windows. I had a pretty small vhdd -> only 12gb. Yesterday i decided to expand my virtual drive to 20gb. (After several tries to upgrade the OS to a newest dev-releases and
2015 Sep 03
2
Fuzzing complex programs
On Thu, Sep 3, 2015 at 6:45 PM, Kostya Serebryany <kcc at google.com> wrote: > Did you build the Postgres code with -fsanitize-coverage=... ? Yes: CC = clang CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O0 -fsanitize=address
2009 Jul 16
0
[LLVMdev] [patch] CodeEmitter Memory Foot Reduction
...ably best to leave the code as it is for meantime. I think the original MachineCodeEmitter with inline emit* functions and for virtual functions like extend() so we can control memory management in sub classes. class MachineCodeEmitter { public: .... inline void emitByte( uint8_t b) { if (freespace()) BufferPtr++ = b; else { extend(); BufferPtr++ = b; } } protected: void virtual extend() = 0 }; so extend is overriden in JITCodeEmitter and ObjectCodeEmitter and is called moving emitted code to a bigger buffer if we run out of memory, then emission continues. T...
2004 Feb 25
0
Read-Only file attributes not being preserved.
...sr/local/samba/lib/netlogon [profile] path = /shares/profiles read only = No directory mask = 0700 profile acls = Yes [shares_vol2] comment = Shares Volume 2 path = /shares/vol2 read only = No create mask = 0774 directory mask = 0775 guest ok = Yes [shares_freespace] comment = Shares freespace path = /shares/freespace read only = No create mask = 0777 directory mask = 0777 guest ok = Yes Clifford
2009 Jul 16
2
[LLVMdev] [patch] CodeEmitter Memory Foot Reduction
On Jul 16, 2009, at 10:04 AM, Aaron Gray wrote: > > I understand that you say that, but I can't bring myself to care at > this point. Have you thought about how many cycles are already used > to produce the instructions that lead to the emission of those 10K > bytes? The total percentage of time spent doing these virtual calls > will be tiny compared to the total
2003 Apr 11
14
PATCH: Forcible delaying of UFS (soft)updates
...15:21 2001 +++ ufs/ffs/ffs_alloc.c Sat Apr 12 00:06:20 2003 @@ -125,6 +125,10 @@ ffs_alloc(ip, lbn, bpref, size, cred, bn #endif /* DIAGNOSTIC */ if (size == fs->fs_bsize && fs->fs_cstotal.cs_nbfree == 0) goto nospace; + /* Speedup flushing of syncer_wokitem_pending[*] if low on freespace */ + if (rushjob == 0 && + freespace(fs, fs->fs_minfree + 2) - numfrags(fs, size) < 0) + rushjob = syncer_maxdelay; if (cred->cr_uid != 0 && freespace(fs, fs->fs_minfree) - numfrags(fs, size) < 0) goto nospace; @@ -195,6 +199,10 @@ ffs_realloccg(ip, lb...
2015 Sep 03
2
Fuzzing complex programs
...> rewrite/rewriteSupport.o rewrite/rowsecurity.o > storage/buffer/buf_table.o storage/buffer/buf_init.o > storage/buffer/bufmgr.o storage/buffer/freelist.o > storage/buffer/localbuf.o storage/file/fd.o storage/file/buffile.o > storage/file/copydir.o storage/file/reinit.o > storage/freespace/freespace.o storage/freespace/fsmpage.o > storage/freespace/indexfsm.o storage/ipc/dsm_impl.o storage/ipc/dsm.o > storage/ipc/ipc.o storage/ipc/ipci.o storage/ipc/pmsignal.o > storage/ipc/procarray.o storage/ipc/procsignal.o storage/ipc/shmem.o > storage/ipc/shmqueue.o storage/ipc/shm_m...