similar to: question about modification of dd_parent_obj during COW

Displaying 20 results from an estimated 1000 matches similar to: "question about modification of dd_parent_obj during COW"

2002 Aug 16
2
system command
Hello, It is very simple question. I want to go to the parent directory and give the 'system("cd ../") commnad. But it stayes at the same dirctory as before. Do I forget to give some extra parameter to system command in this case? Regards, Nader -------------------------------------------------------------- Zie ook/see also: http://www.knmi.nl/maildisclaimer.html
2002 Oct 03
2
Profiles and automatic drive mappings
Hello, I have a mixed network of 98 and 2000 machines with RH 7.3 and Samba 2.2.5 The problem I'm having is my logon scripts contain a drive map to the user's home directory: net use H: \\server01\dave$ That works great for the 98 machines, but the 2000 machines map H: and Z: to \\server01\dave$ The 2000 machines also write a profile dirctory in that share, and copy the entire desktop
2012 Mar 29
1
msvcp80.dll doesn't work
Error file begins: Unhandled exception: unimplemented function msvcp80.dll.??0?$basic_ifstream at DU?$char_traits at D@std@@@std@@QAE at PAU_iobuf@@@Z called in 32-bit code (0x7b83aa52). I downloaded a new copy of this and placed it in the /fakedlls dirctory, where it replaced what was there, but it still doesn't work. The site I d/l'd the file from gave the impression that there is
2001 Dec 14
1
No print to Samba (Linux) printer from Win98
I'm stuck. I have Samba running on my Red Hat 7.2 Linux box. I can mount by remote dirctory on the Linux box via Samba. But I can't print to the Linux printer. I have a Linux printer installed and I can print to it using lpr. I have a printer configured in Samba and can see that from the Win98SE box. I've clicked on the Samba printer name and configured a Win98 printer.
2003 Oct 27
2
Can Samba export 2TB+ filesystems?
Does Samba have any max filesytem limitations. In particular can both 2.2.8 and 3.0 support 2TB+ filesystems. For now, I am thinking of 6TB max, so I don't need to know about Petabytes or Exabytes. The other side of the question, is can Win9x, Win2K, etc. work with filesystems over 2 TB. If the above is in a FAQ somewhere, a url would be great. Greg -- Greg Freemyer
2008 Jun 20
0
RE: Recover disk space after deletion files in CitrixXenserver
There is unfortunately no current (stable/reasonable) way to make an existing filesystem image sparse without jumping through some hoops. Pretty much any of the variants I''ve seen will require you to have as much (or more) free disk space as there is data on the disk image. A twist on Mark''s idea to tar it and create a new virtual machine is this. This
2019 Mar 26
0
[PATCH nbdkit v4 05/15] cow: Disable extents information in this filter.
The cow filter doesn't support trimming and we should assume the underlying plugin is fully allocated too. Note that both of these limitations might be lifted with a more advanced filter implementation. However we ought to support this in future because xz files contain sparseness information, so add a note. --- filters/cow/cow.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-)
2018 Jan 26
2
[PATCH nbdkit] filters: cache, cow: Handle bitmap overflow on 32 bit architectures.
When compiling on armv7 it becomes clear from the compiler warnings that the current code is wrong. The bitmap has to be allocated in virtual memory, so use size_t to describe the length of the bitmap. When changing the length of the bitmap, compute the new size as an unsigned 64 bit int, and then check whether or not it is too large to fit into size_t before casting it. ---
2006 May 26
0
LVM Snapshots: COW Internals
Hello, Could anybody point me where to find the internal structures of the COW devices in /dev/mapper? What I want to do, exactly, is: make a backup of the snapshot in an image file, reading all the used blocks, and leaving the "not-used" ones. Later, I want to get the image file, and restore the cow device. But I can''t find an LVM document describing exactly how the COW
2005 Feb 02
2
Help for Linux
Hi All,I need help with the following problems:The system might suffer a power loss when I run a program. After the reboot process, it has happened, this prompt is issued on the filesystem check failed. This message appears:*** An error occurred during the file system check*** Dropping you to a shell; the system will reboot*** when you leave the shellGive root password for maintenance(or type
2010 Mar 17
1
How to reserve space for a file on a zfs filesystem
Hi all, How to reserve a space on a zfs filesystem? For mkfiel or dd will write data to the block, it is time consuming. whiel "mkfile -n" will not really hold the space. And zfs''s set reservation only work on filesytem, not on file? Could anyone provide a solution for this? Thanks very much Vincent
2006 May 30
2
gtasa
hi all I am using Ubuntu Dapper at the moment (after using windows for so long) dualbooting alongside windows So i have all my games and applications for windows... One of those games is Grand Theft Auto San Andreas. Using wine i'm trying to run gtasa from my windows partiton (yes it is NTFS filesystem) and it keeps telling me that it couldn't find the sound card. So can someone tell
2010 Jan 13
1
Running Asterisk & Freepbx on readonly Root (Stateless System)
Hi I am trying to Run AsteriskNow 1.5 which uses Centos 5.3 Distribution with Readonly Root Filesytem. Right now if I shutdown the system abrupty or there is power failure linux kernel doesn't not boot "Kernel panic" and other short of issues.prb due to corrupted files. Thats why i want to make root filesystem as read-only and placing some directories /var and /etc/asterisk etc as
2014 Dec 11
2
CentOS 5- mount shows a cifs share mounted 4 times!
Hello Gordon, Thursday, December 11, 2014, 5:23:56 PM, you wrote: GM> The system will mount a GM> filesytem on top of an existing path, including one with another GM> filesystem at the same path. But the mounts are identical- \\\\10.0.0.253\\niamh on /NSA320-music type cifs (rw) \\\\10.0.0.253\\niamh on /NSA320-music type cifs (rw) \\\\10.0.0.253\\niamh on /NSA320-music type cifs
2012 Aug 08
1
How to build vfs_zfsacl module on Linux platform?
Solaris OS has ZFS as primary filesystem, that has own implementation of ACL (NFS v4 ACL). Samba uses zfsacl and acl_xattr modules for converting NT ACL to ZFS ACL and extended attributes of file in this OS. ZfsOnLinux team ported ZFS as a number of kernel-linked modules to Linux OS, so ZFS on Linux supports NFS ACL, deduplication, compresson and other features of Solaris ZFS v.28. But NFS ACL is
2019 May 16
0
[nbdkit PATCH 2/2] cache, cow: Round size down
The blocksize filter already rounds sizes down, to avoid having to special-case a partial action at the end of an unaligned file. But our current behavior for cache and cow is not similarly careful, and can end up causing errors by passing a too-large count to the plugin. The bulk of our plugins are somewhat safe, in that they either fail the pread (for example, the file plugin gets a short read
2010 Nov 17
0
NT_STATUS_IO_DEVICE_ERROR while accessing a mounted filesystem
hellosamba? I mount a filesystem as directory /mnt/newfs in suse and success to access this dir or create files in this dir,so the filesystem is ok; But when I try to connect this filesystem from another suse with cmd "smbclient //192.168.10.45/myshare" and enter passwd, I can login,but when I try to access the dirctory,it prints error"NT_STATUS_IO_DEVICE_ERROR"; I set
1997 Oct 16
0
Browsing on WfW
Dear All, we have shared a directory which includes several subdirectories from a Unix server. Browsing the subdirectories on an Windows 3.11 Client leads to an unestimated result. All files in the second subdirectory-level are invisible. The files in the first subdirectory-level could be accessed normally. This is only a problem on WfW Clients, browsing the directories on a NT host leads to no
2014 Jul 30
0
missing libvirt-sock and libvirt-bin after compile libvirt 1.2.6
Good morning there, I compiled and installed libvirt latest version 1.2.6, previously I have apt-get install libvirt-bin, which should be virsh --version: 0.9.8. after apt-get purge libvirt-bin, I compile the libvirt 1.2.6 and installed it, when configure, I did: ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --with-esx=yes I have compiled qemu and installed too, and make a
2015 Jul 17
0
[Sieve] Unable to fileinto subfolders
Am 17. Juli 2015 04:10:50 MESZ, schrieb james at lottspot.com: >Hello again list! > Hello, > >require "fileinto"; >if header :contains "Subject" "[SORT ME]" { fileinto "INBOX.Sorted"; } > >Yields the following error: > >Jul 16 18:54:46 smtp dovecot: lmtp(james at lottspot.vpn): Error: >DiJmNGZgqFWLFAEANWXNPw: sieve: