ist es möglich eine komplette Partition möglichst ohne größere Umstände (Neuinstallation und so Späße) auf eine neue Festplatte zu spielen und von dieser dann zu booten und wenn ja wie? Ich habe 2 Festplatten, hda und hdb eingebaut.
Mount sieht bei mir so aus:
Code: Alles auswählen
mount | grep hda
/dev/hda2 on / type ext3 (rw,errors=remount-ro)
/dev/hda1 on /mnt/hda1 type vfat (rw,noexec,nosuid,nodev,umask=0000)
mount | grep hdb
/dev/hdb2 on /home type ext3 (rw)
/dev/hdb3 on /srv type ext3 (rw)
/dev/hdb1 on /mnt/hdb1 type vfat (rw,gid=1000,uid=1000,umask=002)
Ich bin dankbar für jeden Hinweis.
MfG, empty