From: Rob C. <ce...@Ru...> - 2000-02-08 21:03:18
|
Dumps from dumpe2fs, the file systems are the same type and block size, groupings are a bit different. See information below. I created a directory with a file in it... x86: [root@njlug /root]# ls -l sparc total 4 -rw-r--r-- 1 root root 3782 Feb 8 15:38 rpm.list sparc: [root@bismark /root]# ls -l sparc total 4 -rw-r--r-- 1 root root 3782 Feb 8 14:46 rpm.list Right from the get-go the simple command dump 0S sparc on both systems produce differnet results: x86: [root@njlug /root]# dump 0S sparc 49152 sparc: [root@bismark /root]# dump 0S sparc 70656 I'll put the two tapedumps on the website with the sparc RPMs. tapefile.sparc [dump 0f tapefile.sparc sparc] tapefile.x86 [dump 0f tapefile.x86 sparc] [Do you have the Commercial version of secureshell installed 2.0.13? If so, I can give you access to a 'SparcLinux' box...just send me a public key and we can go from there. http://www.rge.com/pub/security/ssh/ssh-2.0.13.tar.gz ] NOTES: x86: Filesystem volume name: <none> Last mounted on: <not available> Filesystem UUID: 0a009856-4b1e-11d3-9035-0080c85aff68 Filesystem magic number: 0xEF53 Filesystem revision #: 0 (original) Filesystem features: (none) Filesystem state: not clean Errors behavior: Continue Filesystem OS type: Linux Inode count: 64512 Block count: 258016 Reserved block count: 12900 Free blocks: 89275 Free inodes: 43410 First block: 1 Block size: 1024 Fragment size: 1024 Blocks per group: 8192 Fragments per group: 8192 Inodes per group: 2016 Inode blocks per group: 252 Last mount time: Mon Feb 7 13:59:58 2000 Last write time: Tue Feb 8 15:41:19 2000 Mount count: 17 Maximum mount count: 20 Last checked: Wed Oct 13 05:55:38 1999 Check interval: 15552000 (6 months) Next check after: Mon Apr 10 05:55:38 2000 Reserved blocks uid: 0 (user root) Reserved blocks gid: 0 (group root) sparc: Filesystem volume name: <none> Last mounted on: <not available> Filesystem UUID: 2f24d4a0-da2d-11d3-8a8e-08002004d239 Filesystem magic number: 0xEF53 Filesystem revision #: 1 (dynamic) Filesystem features: filetype sparse_super Filesystem state: not clean Errors behavior: Continue Filesystem OS type: Linux Inode count: 117856 Block count: 471200 Reserved block count: 23560 Free blocks: 86564 Free inodes: 85360 First block: 1 Block size: 1024 Fragment size: 1024 Blocks per group: 8192 Fragments per group: 8192 Inodes per group: 2032 Inode blocks per group: 254 Last mount time: Mon Feb 7 13:30:04 2000 Last write time: Tue Feb 8 16:39:10 2000 Mount count: 3 Maximum mount count: 20 Last checked: Thu Feb 3 06:29:32 2000 Check interval: 15552000 (6 months) Next check after: Tue Aug 1 07:29:32 2000 Reserved blocks uid: 0 (user root) Reserved blocks gid: 0 (group root) First inode: 11 Inode size: 128 x86: [root@njlug /root]# dump 0f tapefile.x86 sparc DUMP: Date of this level 0 dump: Tue Feb 8 15:53:06 2000 DUMP: Date of last level 0 dump: the epoch DUMP: Dumping /dev/hda1 (/) to tapefile.x86 DUMP: Label: none DUMP: mapping (Pass I) [regular files] DUMP: mapping (Pass II) [directories] DUMP: estimated 49 tape blocks on 0.00 tape(s). DUMP: Volume 1 started at: Tue Feb 8 15:53:06 2000 DUMP: dumping (Pass III) [directories] DUMP: dumping (Pass IV) [regular files] DUMP: DUMP: 40 tape blocks on 1 volumes(s) DUMP: finished in less than a second DUMP: Volume 1 completed at: Tue Feb 8 15:53:06 2000 DUMP: DUMP: Date of this level 0 dump: Tue Feb 8 15:53:06 2000 DUMP: DUMP: Date this dump completed: Tue Feb 8 15:53:06 2000 DUMP: DUMP: Average transfer rate: 0 KB/s DUMP: Closing tapefile.x86 DUMP: DUMP IS DONE sparc: [root@bismark /root]# dump 0f tapefile.sparc sparc DUMP: Date of this level 0 dump: Tue Feb 8 16:52:55 2000 DUMP: Date of last level 0 dump: the epoch DUMP: Dumping /dev/sda1 (/) to tapefile.sparc DUMP: Label: none DUMP: mapping (Pass I) [regular files] DUMP: mapping (Pass II) [directories] DUMP: estimated 70 tape blocks on 0.00 tape(s). DUMP: Volume 1 started at: Tue Feb 8 16:52:55 2000 DUMP: dumping (Pass III) [directories] DUMP: dumping (Pass IV) [regular files] DUMP: DUMP: 54 tape blocks on 1 volumes(s) DUMP: finished in less than a second DUMP: Volume 1 completed at: Tue Feb 8 16:52:56 2000 DUMP: Volume 1 took 0:00:01 DUMP: Volume 1 transfer rate: 54 KB/s DUMP: DUMP: Date of this level 0 dump: Tue Feb 8 16:52:55 2000 DUMP: DUMP: Date this dump completed: Tue Feb 8 16:52:56 2000 DUMP: DUMP: Average transfer rate: 54 KB/s DUMP: Closing tapefile.sparc DUMP: DUMP IS DONE |