Re: migrating Debian GNU/Linux Etch to second SATA drive
Kevin Mark <kevin.mark@verizon.net> writes:
> On Thu, May 08, 2008 at 11:12:30PM +0200, Paul Csanyi wrote:
>> Hello!
>>
>> cd /
>> mount -t ext3 /dev/discs/disc1/part1 /mnt
>> # this is the / partition of the sdb
>> mount -t ext3 /dev/discs/disc1/part2 /mnt/usr
>> # this is the /usr partition of the sdb
>> mount -t proc proc /mnt/proc
>> mount -t sysfs sys /mnt/sys
>> mount -o bind /dev /mnt/dev
>> chroot /mnt /bin/bash
>>
>
>>
>> But, I can't to install grub to boot sdb root from the sda MBR.
>>
>> Any advices will be appreciated!
>>
>
> Is the partition mounted rw ?
Which partition?
nano /etc/mtab
...
/dev/sdb1 / ext3 rw,errors=remount-ro 0 0
Did you mean this abowe?
This is the:
/dev/discs/disc1/part1
mounted as /mnt
--
Regards, Paul Csanyi
http://www.freewebs.com/csanyi-pal/index.htm
Reply to: