![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FTP is corrupting binaries | krisl | UNIX for Dummies Questions & Answers | 5 | 08-14-2007 08:43 AM |
| /ext2 and /ext3 | vasikaran | UNIX for Dummies Questions & Answers | 2 | 12-15-2005 10:40 PM |
| ReiserFS vs ext3 vs anything else? | fishsponge | Filesystems, Disks and Memory | 6 | 09-30-2005 02:45 PM |
| ext3 filesystem | comadreja | Filesystems, Disks and Memory | 3 | 03-11-2002 06:47 PM |
| Anyone else see a performance hit from ext3 | 98_1LE | UNIX for Dummies Questions & Answers | 1 | 01-06-2002 03:35 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
how to Corrup ext3 paration
hi guys,
I am testing some embedded device.. In which there were a bug due to the corruption of the ext3 partition. ( if the partition was currapated all system was crashing ) Now developers are mounting that particular partition to check whether it is corrupted or not and taking other actions according to that... Now I need to reproduce the bug to confirm that it has been solved.... My problem is. is there any way we can corrupt the ext3 partition ?? Last edited by Gaurang033; 07-16-2008 at 02:48 AM. |
| Forum Sponsor | ||
|
|
|
|||
|
Quote:
And I don't know how to corrupt the ext3 partition.. any idea ?? |
|
|||
|
Quote:
First, skip some blocks of the disk and write some random data. dd if=/dev/urandom bs=1024 count=1 of=/dev/disk seek=10353 |
|||
| Google UNIX.COM |