similar to: Destination share larger than windows source

Displaying 20 results from an estimated 1000 matches similar to: "Destination share larger than windows source"

2004 Oct 19
2
Samba and Active Directory
Hi, I'm trying to join my Linux file server to an AD domain. I've looked at several different documents describing how to do this, but I still am not able to get everything to work correctly. I am able to join my domain, but I cannot use smbclient to connect to another file server in the domain, nor can I connect to the samba server from my desktop PC. My kerberos tickets seem to be in
2012 Jul 14
0
force group + acls
Hi everyone, So I'm trying to copy files from a windows share to a samba share. I'm using robocopy to mirror file files a permissions, but I've recently hit a little problem with the interaction of permissions, and I'm not sure how to fix it. What's happening is that after a file is copied, it's permissions are updated. What I end up with is Domain Users (the default
2012 Aug 29
1
Destination file is larger than source file
We are using the standard -av switch. And both filesystems are the same - UFS. /opt/rsync/bin/rsync -av -e "ssh -l root" --delete --exclude-from=/var/scripts/exclude --password-file=/var/scripts/transfer.passwd <username>@<source host>::<source dir>/ /<destination dir> Source system <source host>:<source dir># du -sh * 1K nohup.out 20G
2013 Feb 05
1
Destination file a lot larger then source (real size)
I have a script that syncs my backups to an NFS mount every day The script works fine, without any errors, but there is a problem when it comes to some large files Let's take my pst file (8.9 gig) as an example Source: du -hs mypst.pst 8.9G mypst.pst ls -alh mypst.pst -rw-rw---- 1 me me 8.9G Jan 25 17:07 mypst.pst That seems OK Let's do that on the destination: du -hs mypst.pst
2003 Dec 01
3
rsync'd destination much larger than source
Hello. Recently, I started using rsync to backup files in my root partition on an Ensim box over to a remote machine. The remote machine 'pulls' from the Ensim box using the following: rsync -arvzx --exclude=/proc --exclude=/tmp --exclude=/mnt --delete --delete-excluded -e ssh 192.168.0.1:/ /bkup/rootpart/ The problem is, if I 'df' the Ensim box, it reports that the entire
2007 Jan 08
1
Extremely poor rsync performance on very large files (near 100GB and larger)
I've been playing with rsync and very large files approaching and surpassing 100GB, and have found that rsync has excessively very poor performance on these very large files, and the performance appears to degrade the larger the file gets. The problem only appears to happen when the file is being "updated", that is, when it already exists on the receiving side. For instance,
2019 Apr 03
2
Kickstart putting /boot on sda2 (anaconda partition enumeration)?
Does anyone know how anaconda partitioning enumerates disk partitions when specified in kickstart? I quickly browsed through the anaconda installer source on github but didn't see the relevant bits. I'm using the centOS 6.10 anaconda installer. Somehow I am ending up with my swap partition on sda1, /boot on sda2, and root on sda3. for $REASONS I want /boot to be the partition #1 (sda1)
2007 Sep 28
2
Plots with discontinuity balls
Dear All, Can R plot graphs like the one at http://www.mathwords.com/f/f_assets/floor_graph.gif with the balls at the discontinuity points? Thanks in advance, Paul
2007 Sep 10
1
Can't transfer files larger than 2GB from hpux to Win2K...
Greetings, I run an automated process from cron that uploads a large file from my HP/UX server to a PC running Windows 2000 weekly. The process began to fail once the size of the uploaded file gre to over 2GB in size. I've upgraded the Samba 2.2 installation to Samba 3.0.10 but that hasn't fixed the problem. We are running NTFS filesystems on the Windows server. From what I
2004 Dec 22
0
smb_proc_readX_data: offset is larger than SMB_READX_MAX_PAD or negative!
Hi, I'm using Debian unstable, with kernel-image-2.6.8-1-686-smp 2.6.8-10, and samba 3.0.10-1. I smbmount a Windows 2003 share with MP3s. The DC is Windows 2003 in mixed mode. When playing many of these MP3s, there is a noticable delay and the following messages are logged into /var/log/message: Dec 22 13:03:24 roller kernel: smb_add_request: request [c0b0f660, mid=22535] timed out!
2002 May 20
0
Rsync and files larger than 2 GB in size on HP-UX 64bit
Hello, I read the suggestion posted on this list about adding -D_LARGEFILE64_SOURCE to build rsync, but it does not work correctly on my platform which is an: 9000/800/N4000-55 with 64bit hp-ux using HP's C compiler (B3901BA) i solved the problem by building rsync as a 64 bit application: CFLAGS='+O3 +DD64' ./configure --prefix=/opt/rsync could you please add this flag to configure if
2007 May 18
1
UID larger than next_uid in file /hosts/domain/user/dovecot-uidlist
I'm having the following problem and would appreciate any help or tips on how to fix it. None of my users can send email via pop3 or imap clients the only consistent thing that i keep seeing in the logs are the following 2 messages: UID larger than next_uid in file /hosts/domain/user/dovecot-uidlist sync: UID inserted in the middle of mailbox After searching the web all I can find is this
2007 Sep 22
0
dhclient: parse_option_buffer: option ... larger than buffer
Lately, I've been getting messages of the form dhclient: parse_option_buffer: option unknown-177 (65) larger than buffer. from logcheck. dhclient has not been updated, so this is likely a change in the configuration of my ISP. As the logcheck maintainer, I now wonder what I should do with those. In general, I tend to think that ignoring such warnings is safe because the software caught
2007 Oct 23
1
"adding" matrix of smaller dimensions to matrix of larger dimensions and "apply" question
Hi I have another question concerning matrices: I have two matrices: > b <- matrix(1:25,5,5,byrow=T) > b [,1] [,2] [,3] [,4] [,5] [1,] 1 2 3 4 5 [2,] 6 7 8 9 10 [3,] 11 12 13 14 15 [4,] 16 17 18 19 20 [5,] 21 22 23 24 25 and > d <- matrix(1:4,2,2,byrow=T) > d [,1] [,2] [1,] 1 2 [2,] 3 4
2010 May 28
0
Samba reporting only ~4G on a much larger filesystem
I tried this on the IRC channel and got not response... I have a 2.2TB filesystem. The filesystem itself is a stornext (Quantum) filesystem, which in the /etc/fstab is type cvfs. When a client mounts the samba share, it only reports ~4GB (3.9 or 3.7 GB) total space. We have a third party app, which will/can not be updated which checks the disk space available and fails if it's not enough.
2004 Apr 10
1
Floppy image larger than 2,88MB
I hope I've understand that all, somebody wants to create a floppy-image larger than 2.88MB an use it with memdisk? I have modified a tool from Bart Lagerweij (Big thanks!) and can create Floppy-Images with 5760kB and 8100kB, and boot them with ISOLINUX and MEMDISK (or also with a modified DISKEM1X.BIN), is this what you mean? These tools must run under windows, but booting no problem.
2005 Oct 25
1
xfontsel larger font
I am running xfontsel. I dont seem to be able to select an helvetica font > 34 points. I am looking for something around 75 points. I dont seem to be able to find anything that large. Am I missing something? Jerry
2008 Feb 19
1
How to count from larger value to smaller value in ecdf (Empirical Cumulative Distribution Function)
Hi, all ecdf function (Empirical Cumulative Distribution Function) in "stats" package counts from smaller values to larger values. However, I want to draw it by counting from larger value to smaller values and I couldn't find options for this purpose. How can I draw ecdf or ecdf like graph by counting from larger values to smaller values. Thank you in advance. Hyunchul Kim
2017 Dec 28
1
Adding larger bricks to an existing volume
I have a 10x2 distributed replica volume running gluster3.8. Each of my bricks is about 60TB in size. ( 6TB drives Raid 6 10+2 ) I am running of storage so I intend on adding servers with larger 8Tb drives. My new bricks will be 80TB in size. I will make sure the replica to the larger brick will match in size. Will gluster place more files on the larger bricks? Or will I have wasted space? In
2018 Feb 16
1
.glusterfs grown larger than volume content
Hello All, I posting this email rearding the gluster issue in http://lists.gluster.org/pipermail/gluster-users/2016-April/026493.html i searched this everywhere but still having no answer . we getting a big problem with the out of space now. Kindly help me. Rasika -------------- next part -------------- An HTML attachment was scrubbed... URL: