Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*Strange\s+system\s+behaviour\s+when\s+copying\s+disks\s*$/: 48 ]

Total 48 documents matching your query.

1. Strange system behaviour when copying disks (score: 1)
Author:
Date: 14 May 2003 14:53:29 +0200
I have linux 2.4.20 + XFS from CVS 09-Jan-2003. System is based on RedHat 8.0. Motherboard ASUS A7V266A (via KT266A chipset) 512MB RAM 2 IBM SCSI disks connected to Adaptec 2940U2W CD-RW, DVD-RAM co
/archives/xfs/2003-05/msg00139.html (8,607 bytes)

2. Re: Strange system behaviour when copying disks (score: 1)
Author: >
Date: Wed, 14 May 2003 08:21:04 -0700
Olaf, Do you have dma enabled on your IDE disks? I can't think of any reason off the top of my head why a cat from hda -> hdc should be affected by XFS, as you aren't using the filesystem for that -
/archives/xfs/2003-05/msg00143.html (10,188 bytes)

3. Re: Strange system behaviour when copying disks (score: 1)
Author: >
Date: Wed, 14 May 2003 11:31:07 -0400 (EDT)
I recommend backing up before using hdparm. I've actually had hard locks from playing with dma this way. Filesystem corruptions are not unknown when changing settings with hdparm. This is largely due
/archives/xfs/2003-05/msg00144.html (9,590 bytes)

4. Re: Strange system behaviour when copying disks (score: 1)
Author: >
Date: 14 May 2003 17:50:48 +0200
Yes, I know. I just don't know if XFS code changes some buffering etc. Maybe with vanilla kernel it would be the same. I just have no easy way to test it. Make sure dma is enabled on hda and hdc and
/archives/xfs/2003-05/msg00145.html (9,557 bytes)

5. Re: Strange system behaviour when copying disks (score: 1)
Author: x>
Date: Wed, 14 May 2003 17:54:20 +0200
I have linux 2.4.20 + XFS from CVS 09-Jan-2003. System is based on RedHat 8.0. Motherboard ASUS A7V266A (via KT266A chipset) 512MB RAM 2 IBM SCSI disks connected to Adaptec 2940U2W CD-RW, DVD-RAM con
/archives/xfs/2003-05/msg00146.html (11,876 bytes)

6. Re: Strange system behaviour when copying disks (score: 1)
Author: x>
Date: 14 May 2003 18:05:29 +0200
OK, I'll try to repartition my disks to get some free space to install a vanilla kernel. BTW, do you think that preemptible or low-latency would help here? If yes, can these patches be safely merged
/archives/xfs/2003-05/msg00147.html (10,992 bytes)

7. Re: Strange system behaviour when copying disks (score: 1)
Author: xx>
Date: 14 May 2003 18:10:09 +0200
Why it should be better? Doing 'cat' I have perfect copy of disk. You think that I will get lower latency with your scenario? And all my ACLs go to hell :) BTW try to do it with NTFS partition :( The
/archives/xfs/2003-05/msg00148.html (10,121 bytes)

8. re[2]: Strange system behaviour when copying disks (score: 1)
Author: xxx>
Date: Wed, 14 May 2003 12:20:03 -0400
Come on, its not that bad. I use dd to copy disks like the above fairly often. Mind you, I do it in single-user mode so the partitions are all mounted read-only. And of course I never try to mount t
/archives/xfs/2003-05/msg00149.html (8,758 bytes)

9. Re: Strange system behaviour when copying disks (score: 1)
Author: xxx>
Date: 14 May 2003 11:14:23 -0500
Seth is suggesting copying the contents of the filesystem, not the complete device. What you really need is xfs_copy implemented on linux I think, failing that xfs_dump piped into xfs_restore which w
/archives/xfs/2003-05/msg00152.html (11,074 bytes)

10. Re: Strange system behaviour when copying disks (score: 1)
Author: xxx>
Date: 14 May 2003 10:55:26 -0500
XFS should not affect this in any way, I am sure the unmodified kernel would behave the same way for you. Steve -- Steve Lord voice: +1-651-683-3511 Principal Engineer, Filesystem Software email: lor
/archives/xfs/2003-05/msg00153.html (10,523 bytes)

11. Re: Strange system behaviour when copying disks (score: 1)
Author: xxx>
Date: 14 May 2003 15:01:40 -0500
xfs_copy might be working... give it a try.
/archives/xfs/2003-05/msg00155.html (11,575 bytes)

12. Re: Strange system behaviour when copying disks (score: 1)
Author: xxx>
Date: Thu, 15 May 2003 10:10:13 +0200
You can try to enable DMA for your IDE harddrives. hdparm -d1 /dev/hda hdparm -d1 /dev/hdc Enable VIA82CXXX chipset support in your kernel as well. Paul Attachment: smime.p7s Description: S/MIME Cry
/archives/xfs/2003-05/msg00161.html (10,437 bytes)

13. Re: Strange system behaviour when copying disks (score: 1)
Author: xxx>
Date: 15 May 2003 15:35:05 +0200
Hi, I just repartitioned my SCSI disks and got 2GB free. I installed RH 9 with Gnome. It took only about 1.6GB :) So: With RedHat 2.4.20-8 kernel it is much better. But it still has some freezes. Loa
/archives/xfs/2003-05/msg00163.html (10,255 bytes)

14. Re: Strange system behaviour when copying disks (score: 1)
Author: xxxx>
Date: Thu, 15 May 2003 22:25:00 -0800
what happens if you use bs=4096 to dd ? doing a strace of cat shows it appears to do read/writes in 4096 byte blocks perhaps this is making a difference. -- Ethan Benson http://www.alaska.net/~erbens
/archives/xfs/2003-05/msg00167.html (10,594 bytes)

15. Re: Strange system behaviour when copying disks (score: 1)
Author: xxxx>
Date: 16 May 2003 10:29:43 +0200
I have tried 512,1024,2048,4096,8192,16384. It works smoothly with all above values. The only difference was with 512: the speed was cut about half. dd if=/dev/zero of=/dev/hda1 bs=1 count=100000000
/archives/xfs/2003-05/msg00168.html (9,611 bytes)

16. Re: Strange system behaviour when copying disks (score: 1)
Author: xxxxx>
Date: Fri, 16 May 2003 00:51:12 -0800
no not really, all bash is doing is setting stdout to the file you specify for the redirect before it execs cat. looking at strace tests i don't really see any real difference between what dd is doin
/archives/xfs/2003-05/msg00169.html (10,878 bytes)

17. Strange system behaviour when copying disks (score: 1)
Author: xxxxxx>
Date: 14 May 2003 14:53:29 +0200
I have linux 2.4.20 + XFS from CVS 09-Jan-2003. System is based on RedHat 8.0. Motherboard ASUS A7V266A (via KT266A chipset) 512MB RAM 2 IBM SCSI disks connected to Adaptec 2940U2W CD-RW, DVD-RAM co
/archives/xfs/2003-05/msg00446.html (8,607 bytes)

18. Re: Strange system behaviour when copying disks (score: 1)
Author: xxxxxxx>
Date: Wed, 14 May 2003 08:21:04 -0700
Olaf, Do you have dma enabled on your IDE disks? I can't think of any reason off the top of my head why a cat from hda -> hdc should be affected by XFS, as you aren't using the filesystem for that -
/archives/xfs/2003-05/msg00450.html (10,188 bytes)

19. Re: Strange system behaviour when copying disks (score: 1)
Author: xxxxxxx>
Date: Wed, 14 May 2003 11:31:07 -0400 (EDT)
I recommend backing up before using hdparm. I've actually had hard locks from playing with dma this way. Filesystem corruptions are not unknown when changing settings with hdparm. This is largely due
/archives/xfs/2003-05/msg00451.html (9,590 bytes)

20. Re: Strange system behaviour when copying disks (score: 1)
Author: xxxxxxx>
Date: 14 May 2003 17:50:48 +0200
Yes, I know. I just don't know if XFS code changes some buffering etc. Maybe with vanilla kernel it would be the same. I just have no easy way to test it. Make sure dma is enabled on hda and hdc and
/archives/xfs/2003-05/msg00452.html (9,557 bytes)


This search system is powered by Namazu