| | 92 | |
| | 93 | == Trouble-Shooting partition issue == |
| | 94 | |
| | 95 | With new Linux distributions harddisk partition mount points are stored in /etc/fstab as by-id e.g: |
| | 96 | {{{ |
| | 97 | /dev/disk/by-id/scsi-SATA_SAMSUNG_HM120JIS09GJ30LB01772-part2 / ext3 acl,user_xattr 1 1 |
| | 98 | }}} |
| | 99 | |
| | 100 | When by-id is used mindi doesn't seem to see all partitions and is thus unable to resque the system afterwards. |
| | 101 | |
| | 102 | The solution is to change the by-id to static mounts, for SLES10 and SLES10 this is described in: |
| | 103 | |
| | 104 | http://www.novell.com/support/search.do?cmd=displayKC&docType=kc&externalId=3580082&sliceId=SAL_Public&dialogID=54562329&stateId=0%200%2054564189 |
| | 105 | |