Date: Mon, 12 Nov 2001 22:21:34 -0800 (PST) From: Alexey Koptsevich <kopts@astro.washington.edu> To: <mobile@freebsd.org> Subject: swapping partitions Message-ID: <Pine.LNX.4.33.0111122214000.18292-100000@geographos.astro.washington.edu>
next in thread | raw e-mail | index | archive | help
Hello, Now I have /dev/ad0s1 DOS partition and /dev/ad0s2 -- partition intended for suspend-to-disk. Since s2d does not work in this configuration I would like to try to move s2d partition first. Can I do it in the following way: dd if=/dev/ad0s1 of=/tmp/somefile swap two first partitions in sense of size dd if=/tmp/somefile of=/dev/ad0s2 Will it work afterwards, or I have to make any additional changes? Thanks, Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.33.0111122214000.18292-100000>