Please help new hard drive install
Rashkae
ubuntu at tigershaunt.com
Thu Dec 18 15:05:40 UTC 2008
Rashkae wrote:
> Knapp wrote:
>>> blkid command will display the UUID of all your partitions.
>>>
>> Am I using blkid wrong?
>>
>
> Looks like you copied partitions, with either dd or partimage, or some
> such raw copying tool, and as a result have duplicate UUID.
>
> This is not good.
>
> First, make sure you have a live CD you can boot and edit system files
> from. The Ubuntu Desktop cd should do the trick. You shouldn't need
> this, but it might be necessary to fix any mistakes from hereon.
>
> sudo tune2fs -U random
> /dev/disk/by-id/scsi-1ATA_SAMSUNG_HD753LJ_S13UJ1BQ808791-part6
>
> sudo tune2fs -U random
> /dev/disk/by-id/scsi-1ATA_SAMSUNG_HD753LJ_S13UJ1BQ808791-part6
>
Oh, and while we're on the subject of dumb copying, that second tune2fs
command should be:
sudo tune2fs -U random
/dev/disk/by-id/scsi-1ATA_SAMSUNG_HD753LJ_S13UJ1BQ808791-part7
More information about the ubuntu-users
mailing list