ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Костарев Алексей" <kaf@nevod.ru>
To: ALT Linux Community general discussions <community@lists.altlinux.org>
Subject: Re: [Comm] Перенос системы с винта на винт другого размера
Date: Mon, 02 Mar 2009 17:46:40 +0500
Message-ID: <49ABD530.1090103@nevod.ru> (raw)
In-Reply-To: <49ABD27E.3060606@gmail.com>

Motsyo Gennadi aka Drool пишет:
>     Приветсвую!
>
>     Есть необходимость перенести систему на другой винт, немного 
> меньшего размера. Объема достаточно, но я не знаю как потом оно все 
> подниматес.
>     Кто что посоветует? В данный момент у меня имеется лицензионный 
> Acronis TrueImage Server, поделал с его помощью образы разделов. Если 
> кто пробовал - поделитесь опытом, как потом себя будет чувствовать 
> система, если разделы будут не совсем первоначального размера?
Проще это сделать в Linux, создав раздел и перенеся туда все файлы
То бишь
Создание разделов
# fdisk /dev/sd...
Создание ФС:
# mke2fs -j /dev/sd...
монтирование
# mount /dev/sd... /mnt
и копирование
В прежние времена я это делал через find, cpio
# cd /
# find . -depth -xdev | cpio -plmvd /mnt
Может сейчас подойдет и cp -R или rsync

Затем оставляете новый и диск и восстанавливаете загрузочную запись
В школьном Мастере при загрузке в Спасательный режим есть даже программа 
восстановления lilo
# fixmbr

Правда все это я  делал года 3-4 назад - может за это время появились 
ньюансы

> _______________________________________________
> community mailing list
> community@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/community


-- 
С Уважением
Директор ООО НЕВОД
Костарев А.Ф.




  parent reply	other threads:[~2009-03-02 12:46 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-02 12:35 Motsyo Gennadi aka Drool
2009-03-02 12:38 ` Artem Zolochevskiy
2009-03-02 12:59   ` Motsyo Gennadi aka Drool
2009-03-02 13:29     ` Eugene Prokopiev
2009-03-02 13:36       ` Костарев Алексей
2009-03-02 14:56       ` Motsyo Gennadi aka Drool
2009-03-02 15:46         ` Dmitriy Kruglikov
2009-03-03  5:20         ` Костарев Алексей
2009-03-02 12:46 ` Костарев Алексей [this message]
2009-03-02 15:51 ` Dmitriy Kruglikov
2009-03-03  2:18 ` Gennadii Redko
2009-03-03  7:57   ` Алексей Шенцев
2009-03-03 13:50   ` Motsyo Gennadi aka Drool

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49ABD530.1090103@nevod.ru \
    --to=kaf@nevod.ru \
    --cc=community@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git