Can I Resize A Partition With dd?
From: Hank Kingwood (hank_at_bogusaddress.xyz)
Date: 08/24/03
- Next message: Dave Brown: "kernel processes"
- Previous message: David Efflandt: "Re: Internet Access When Traveling"
- Next in thread: David: "Re: Can I Resize A Partition With dd?"
- Reply: David: "Re: Can I Resize A Partition With dd?"
- Reply: John-Paul Stewart: "Re: Can I Resize A Partition With dd?"
- Reply: Grant Edwards: "Re: Can I Resize A Partition With dd?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 24 Aug 2003 18:36:40 GMT
I modified my /dev/hda3 partition to occupy more physical space with
fdisk and dd by doing this:
dd if=/dev/hda3 of=<NFS_path>/hda3.img bs=4096
fdisk /dev/hda
I resized /dev/hda3 to be bigger
mkfs.ext3 /dev/hda3
dd if=<NFS_path>/hda3.img of=/dev/hda3 bs=4096
Everything on the system appears to work. My questions is:
Q1: Would there be any problem with the file system?
Suggestions? Comments?
Thanks,
Jack
- Next message: Dave Brown: "kernel processes"
- Previous message: David Efflandt: "Re: Internet Access When Traveling"
- Next in thread: David: "Re: Can I Resize A Partition With dd?"
- Reply: David: "Re: Can I Resize A Partition With dd?"
- Reply: John-Paul Stewart: "Re: Can I Resize A Partition With dd?"
- Reply: Grant Edwards: "Re: Can I Resize A Partition With dd?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|