| anaconda  
 
  
 
 
 Group: Members
 Posts: 96
 Joined: Mar. 2006
 | 
|  | Posted: May 17 2006,12:17 |  |  the pup001-file doesn't have any effect.
 For DSL it is just an ordinary file, which name happens to be pup001...
 
 BUT you may have a problem with your partition table. Post your output to following:
 
 | Code Sample |  | sudo su sfdisk -l /dev/hda
 | 
 (it prints your partition table)
 
 If it looks similar to this (my USB drive that worked in windows and knoppix, but not in DSL), then that is the problem.. and it can be fixed.
 
 | Quote |  | root@box:/home/dsl# sfdisk -l /dev/sda 
 Disk /dev/sda: 1009 cylinders, 2 heads, 62 sectors/track
 Units = cylinders of 63488 bytes, blocks of 1024 bytes, counting from 0
 
 Device Boot Start     End   #cyls    #blocks   Id  System
 /dev/sda1   ? 15078801+ 16439200- 1360400-  84344761   69  Unknown
 start: (c,h,s) expected (1023,1,62) found (68,13,10)
 end: (c,h,s) expected (1023,1,62) found (288,115,43)
 /dev/sda2   ? 13721931+ 28801620- 15079690- 934940732+  73  Unknown
 start: (c,h,s) expected (1023,1,62) found (371,114,37)
 end: (c,h,s) expected (1023,1,62) found (366,32,33)
 | 
 
 If there is "expected", or "found" or "?" or "Unknown" like in above, then you have a bad partition table in your hd.
 
 --------------
 ___
 anaconda
 |