View Single Post
Old 11th August 2009
gosha gosha is offline
Spam Deminer
 
Join Date: Jun 2008
Location: China
Posts: 256
Default

I used dump and restore, using "restore -rf"
I did not compress the dumps, because they're not so big.
/tmp ended up being only rx for group and others.
Everything else seems to be fine

Added:
Now I have another little problem.
Disklabel does not see my ext3 partition (I formatted it using gparted), it is seen fine by Vista though.
And for some reason it suddenly does not see the third Lenovo partition:
Code:
$ fdisk sd0
Disk: sd0	geometry: 32301/240/63 [488397168 Sectors]
Offset: 0	Signature: 0xAA55
            Starting         Ending         LBA Info:
 #: id      C   H   S -      C   H   S [       start:        size ]
-------------------------------------------------------------------------------
*0: 07      0  32  33 -    203  74  26 [        2048:     3072000 ] HPFS/QNX/AUX
 1: 07    203  74  27 -   7137 239  63 [     3074048:   104852512 ] HPFS/QNX/AUX
 2: 0F   7138   1  63 -  30945 239  63 [   107926685:   359976835 ] Extended LBA
 3: 07  30946 178  19 -  32301  57  41 [   467914752:    20480000 ] HPFS/QNX/AUX
Offset: 107926685	Signature: 0xAA55
            Starting         Ending         LBA Info:
 #: id      C   H   S -      C   H   S [       start:        size ]
-------------------------------------------------------------------------------
 0: A6   7138  15  48 -  14073  22   6 [   107927552:   104857600 ] OpenBSD     
 1: 0F  14073  22   7 -  16153 176  32 [   212785152:    31459328 ] Extended LBA
 2: 00      0   0   0 -      0   0   0 [           0:           0 ] unused      
 3: 00      0   0   0 -      0   0   0 [           0:           0 ] unused      
Offset: 212785152	Signature: 0xAA55
            Starting         Ending         LBA Info:
 #: id      C   H   S -      C   H   S [       start:        size ]
-------------------------------------------------------------------------------
 0: 06  14073  54  39 -  16153 176  32 [   212787200:    31457280 ] DOS > 32MB  
 1: 0F  16153 176  33 -  16431  65  17 [   244244480:     4196352 ] Extended LBA
 2: 00      0   0   0 -      0   0   0 [           0:           0 ] unused      
 3: 00      0   0   0 -      0   0   0 [           0:           0 ] unused      
Offset: 244244480	Signature: 0xAA55
            Starting         Ending         LBA Info:
 #: id      C   H   S -      C   H   S [       start:        size ]
-------------------------------------------------------------------------------
 0: 06  16153 209   2 -  16431  65  17 [   244246528:     4194304 ] DOS > 32MB  
 1: 0F  16431  65  18 -  30945 223  15 [   248440832:   219461632 ] Extended LBA
 2: 00      0   0   0 -      0   0   0 [           0:           0 ] unused      
 3: 00      0   0   0 -      0   0   0 [           0:           0 ] unused      
Offset: 248440832	Signature: 0xAA55
            Starting         Ending         LBA Info:
 #: id      C   H   S -      C   H   S [       start:        size ]
-------------------------------------------------------------------------------
 0: 83  16431  97  50 -  30945 223  15 [   248442880:   219459584 ] Linux files*
 1: 00      0   0   0 -      0   0   0 [           0:           0 ] unused      
 2: 00      0   0   0 -      0   0   0 [           0:           0 ] unused      
 3: 00      0   0   0 -      0   0   0 [           0:           0 ] unused
Code:
$ disklabel sd0
# Extended partition 2: type 0F start 107926685 size 359976835
# Inside MBR partition 0: type A6 start 867 size 104857600
# /dev/rsd0c:
type: SCSI
disk: SCSI disk
label: ST9250827AS     
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 240
sectors/cylinder: 15120
cylinders: 32301
total sectors: 488397168
rpm: 3600
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0		# microseconds
track-to-track seek: 0	# microseconds
drivedata: 0 

16 partitions:
#                size           offset  fstype [fsize bsize  cpg]
  a:           210688        107927552  4.2BSD   2048 16384    1 
  b:          8391600        108138240    swap                   
  c:        488397168                0  unused                   
  d:          4203360        116529840  4.2BSD   2048 16384    1 
  e:          6305040        120733200  4.2BSD   2048 16384    1 
  f:         10493280        127038240  4.2BSD   2048 16384    1 
  g:         20986560        137531520  4.2BSD   2048 16384    1 
  h:         54267072        158518080  4.2BSD   2048 16384    1 
  i:          3072000             2048    NTFS                   
  j:        104852512          3074048    NTFS

Last edited by gosha; 11th August 2009 at 02:56 PM.
Reply With Quote