Re: Resizing NTFS partition to make room for FC10

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Tod Thomas wrote:
> dd if=/dev/zero of=/dev/hda

As noted, this is greatly excessive.  Do:

dd if=/dev/zero of=/dev/hda bs=512 count=1


> dd if=/dev/hdb1 of=/dev/hda1 bs=10000000 count=2000
>  - copies resized xp partition to new drive

That's a bs bs, if you follow me.  If you're going to use bs (byte-size)
and count, use a sane value of bs like the the logical block size.
Otherwise, just leave it out; there's no need.

> Reboot to new drive and all is well.

As noted, you'll need to fix the MBR of hda with fixmbr (or use GRUB).

> Defragging is factored in somewhere prior to this operation.

There is no need to defrag, since you've already done ntfsresize and are
simply going to do a bit-for-bit copy from hdb1 to hda1.  It might have
helped to do a defrag /before/ ntfsresize (since you were "squeezing"
the NTFS filesystem), but no point now.

> I think upon reboot this will trigger xp to perform a chkdisk.

Possibly, due to the earlier ntfsresize.

> Does this make sense?

Mostly.

Matt Flaschen

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux