similar to: Overwriting ext2 Partition with ext3

Displaying 20 results from an estimated 500 matches similar to: "Overwriting ext2 Partition with ext3"

2004 Feb 03
2
e2undel for ext3
Is there an ext3 version of this? Something in ext3 makes e2undel unable to recover unlinked inodes. I just deleted something, umounted the drive to preserve the state. I used e2undel to look for stuff to recover and it found 0 deleted files. I have been using e2undel for quite a while with great success and I know hwo to use it, but it seems to not be able to recover stuff on ext3. Is there
2007 Jun 07
1
Crashed ext3-filesystem
Hi! We have a server still running Debian 3.0 (Woody) that nobody likes to touch for maintenance ... ;) Our home-directories are located on a separate HDD (30GB, 1 large primary ext3 partition) and until yesterday it worked correctly. Because the partition was nearly full we had to enlarge our home-space by moving it to a larger HDD. We decided to try a copy of whole partition by using
2006 Jun 16
0
Overwriting catch all routes
Hi all, I have set up the following catch all route: map.connect ''/homepage/*path_info'', :controller => "index", :action => "show_node" Now I can access url like /homepage, /homepage/company/history and so on. I want to add a search action at /homepage/search. Adding map.connect ''/homepage/search'', :controller =>
2006 May 07
1
Overwriting setters for associated objects
Hi all, I''m trying to overwrite a setter method, but am running into some difficulties. This is normally really easy when overwriting a setter for a table column, but in this case it is the setter for an associated object. Here''s a hypothetical example: class User < ActiveRecord::Base has_many :posts end class Post < ActiveRecord::Base belongs_to :user
2004 Sep 14
0
overwriting a line in existing .csv file with new data
Dear R-users, I have a data matrix with 20 rows and 10 columns which is stored in the hard drive as .csv file called c:\DataFile.csv and a 10 elements vector called xVec. I would like to be able to copy and paste the information contained in xVec into (say) the 2nd row of DataFile.csv Obviously, one way of doing this would be to read the matrix using read.csv() command, implement the copy and
2006 May 17
0
Overwriting SIP headers
I'm wondering if anyone has a solution to this before I begin looking at making some changes to the SIP channel. Basically when calling SIPAddHeader() twice from the Dialplan or an AGI script with the same header name it adds duplicate headers instead of overwriting the existing one. Here's a practical situation where this applies. A call is to be terminated via SIP and we have two
2005 Jun 09
3
yum overwriting
Is there a way to keep yum from overwriting my yum.conf when i update the machine? -- Computer House Calls, Networks, Security, Web Design: http://www.emmanuelcomputerconsulting.com What businesses are in Brunswick, Maryland? Check Brunswick First! http://www.checkbrunswickfirst.com My "Foundation" verse: Isa 54:17 No weapon that is formed against thee shall prosper; and every
2009 May 07
1
Overwriting user Quota
Dear List, I cannot overwrite the default quota. In dovecot.conf I have plugin { quota = maildir:User quota quota = dict:user::proxy::quotadict quota_rule = *:storage=380M:messages=10000 quota_rule2 = Trash:storage=100M } To overwrite, I put in dovecot-sql.conf user_query = SELECT CONCAT('/vmail/', maildir) AS home, \ CONCAT('maildir:/vmail/', maildir) as mail, \
2003 Feb 06
0
samba slow at overwriting of files
dear samba list members, I recently installed RedHat 8.0 with samba 2.2.7 (already updated, was 2.2.5 before I think, but with the same problem). now I have the problem, that overwriting of files on shares of that samba machine sometimes is extremely slow. writing new files is fast as ever. but what seems interesting to me is, that it depends on how I'm overwriting files. for example I'm
2004 Mar 17
1
Excel 2002, Samba 3.0.2, and "Overwriting Changes"
Hello, we are experiencing the same problem. Users get a question from Excel 2002 in the format: The file "<insert .xls file here>" may have been changed by another user since you last save it. In that case, what do you want to do?" You are then given the option to save a copy, or to overwrite changes. We are running 2.2.8a, but in similar environments using the same
2005 Apr 06
1
Overwriting Symbolic Links
I am having a "unique" problem with samba and can't seem to find a solution to the problem. I am running a samba 3.0.5 server on a Solaris 2.9 Server. All Samba does is map the users home directory to there windows desktop. In the home directory we have symbolic links to our web-server so users can access their web-related content. We have two types of symbolic links,
2006 Jan 30
1
Overwriting source file leaves destination full of zeros
Hi, I'm a little confused over what I'm seeing when a source file is overwritten whilst an rsync is in progress. Instead of the destination file being truncated, or an error being raised and the destination file removed, I get a file of the correct length, but mostly full of nulls where previously there were none. An example is shown here: > ls -l big_file -rw------- 1 jonm users
1999 Nov 23
0
Case changes when overwriting existing files
Hi, I'm using precompiled (for SCO OS5) 2.0.3. When my Win95 clients save a file to a share that already has a file of the same name samba upcases it. To be completely accurate the files in question have numbers as thier first 8 chars then an extension of .mtr. So, 19991115.mtr on Win95, when copied, becomes 19991115.MTR on the share if it's overwiting a file called 19991115.mtr that
2009 Jan 23
1
overwriting '<-' and infinite recursions
Hello all, I'm having a problem when overwriting the '<-' function and was told I'd better post it here for help. The reason why I need to overwrite it is complicated and not easy to tell in a few words; but this seems the only clean option other than hacking R's core source code. My code looks like: # in .onLoad of a package; or if you want to test, put it in a function
2011 Feb 11
2
DO NOT REPLY [Bug 7953] New: -x flag prevents symlink on source filesystem from overwriting dest dir
https://bugzilla.samba.org/show_bug.cgi?id=7953 Summary: -x flag prevents symlink on source filesystem from overwriting dest dir Product: rsync Version: 3.0.7 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned at
2011 Aug 08
1
Overwriting imported function in another package
I am running into a limitation of the grid::grid.newpage function, for which I would like to overwrite this function with a slightly modified one. Hopefully this is a temporary working solution until the package gets updated. I found a way to overwrite the function in the package:grid namespace. However, lattice imports grid rather than depending on it. So I need a way to overwrite this imported
2003 Jun 04
1
rsync not overwriting files on destination
Hi, I am rsyncing from my source server A to a destination server B. A/vol1 contains two files syslog.txt and syslog.bak B/vol1 contains five files syslog.txt, syslog.bak, initlog.txt, internal.txt, and internal.bak. I want to preserve the 5 files on B/vol1 when I do rsync from A to B. Here is the command I use: rsync -av --delete --exclude-from=EXCLUDEFILE A/ B I've tried the option
2003 Oct 20
1
Office2K & file overwriting problems
Using Office2K (Word & Excel) on NTWS 4.0 and samba 3.0.0 on Debian Linux, kernel 2.4.21. 1. Run Excel and create a sheet. Save it to the Samba server. No problem. 2. Close the sheet and open a new one (File->New). 3. Try to save the new sheet over the first one and Excel gives the error: "Cannot save the file. 'H:\test\Book1.xls' is not a valid file name." 4. Click
2006 Dec 29
1
ActionMailer view overwriting ActionController view?
Hi All, Accidentally posted this in comp.lang.ruby, now trying again in hopefully the right place: I''m having a bizarre problem. I have a page that let''s you share a link from the current page with other users. You can share with other users of the site (by selecting them from your list of friends) or arbitrary users by entering e-mail addresses. In both scenarios the site
2005 Apr 27
2
Cups updates - overwriting mime.* files
Every time cups is updated I have to check mime.convs and mime.types to ensure that references to handling raw file types are uncommented otherwise we notice that one of our printers stops working because the files are overwritten by the updates. Should config files not be left untouched? We do have 'print command = lpr -r -oraw -P %p %s' in smb.conf but this on its own didn't make