search for: paritions

Displaying 20 results from an estimated 165 matches for "paritions".

Did you mean: partitions
2002 Mar 13
2
Need util to resize parition (Off Topic)
Hi all, Sorry to post OT but I'm a bit stuck and I thought someone may know the answer. Originally I installed Red Hat 5.2 with 2 paritions, boot and root. I upgraded to Red Hat 6 (kept the original filesystem) without a problem some time ago, but now I want to upgrade to 7.2. When trying to install the upgrade it tells me that the boot parition isnt big enough (by about 90k!) so I thought "Easy I'll use partition magic for DO...
2003 Mar 12
1
help!: can't resize partition ("rather strange layout")
...- if not, I'd appreciate being pointed to a more appropriate forum. My problem is that when trying to resize, copy or move my ext3 partition in parted, I get the following error: No Implementaion: this ext2 filesystem has a rather strange layout! Parted can't resize this (yet). Listing my paritions in parted properly shows it as ext3, so I'm not sure whether there is any significance to the error referring to it as ext2. My situation is fairly complex, and I'm not sure which parts of it may be relevant to the problem, so I'm just going to give a complete case history, please bear...
2017 Feb 15
2
Kickstart - part ignore onpart ??
Hello Guys, after hours of uncessfull create example before i forward special parition tests. part ignoe --onpart But Installation hang out for parition the harddisk. jump to another console partitions are ok ? Which line/lines is/are missing? Andy #version=DEVEL # System authorization information auth --enableshadow --passalgo=sha512 # Use CDROM installation media cdrom # Use graphical
2006 Jun 06
1
paritioning post installation centos4.3
Hello, I have installed centos using automatic partition. I would like to partition my hard disk to /, /var/, /usr, /home separately. Is it possible now to partition post installation. I also need to have FAT32 partition to share files from between ntfs and linux. Thank you, centoser. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 May 04
1
ext3 writeback mode for root parition
I'm trying to enable writeback mode for the root partition. However, adding the normal option "rootflags=data=writeback" to my grub.conf kernel line doesn't result in writeback mode (according to `dmesg`). Does anyone know of a way to enable this? -Doug -- Douglas E. Warner <dwarner at ctinetworks.com> Network Engineer CTI Networks, Inc.
2005 Apr 11
3
Manual Paritioning with fdisk
How can I use fdisk to partition when installing CentOS4 instead of using 'auto' or disk-druid I want to make RAID 'fd' type partitions for hda and hdc I tried every ctrl-alt Fx and can't get to a shell TIA Gerald
2001 Nov 15
3
partition magic
Does anyone know if i can resize an ext3 partition with parition magic ? Although ext3 is backwards compatible with ext2, that doesn't mean it is able to work in partition magic ? right ? need to resize my harddrive without installing over. too much to setup from start. i rather buy the software to repartition than to reinstall.
2016 Feb 05
3
[PATCH] inspect: get windows drive letters for GPT disks.
This patch updates the guestfs_inspect_get_drive_mappings API call to also return drive letters for GPT paritions. Previously this worked only for MBR partitions. This is achieved by matching the GPT partition GUID with the info stored in the blob from HKLM\SYSTEM\MountedDevices\DosDevices keys. For GPT partions this blob contains a "DMIO:ID:" prefix followed by a 16 byte binary GUID. --- src/inspec...
2015 Apr 29
4
CentOS Images on AWS with partitions on /dev/xvda1 are awkwared to resize
I'm staring at the free CentOS images on AWS, and seeing that whoever set those up elected to use a partition for /dev/xvda1 rather than taking advantage of Amazon's tendency to use "/dev/xvda", "/dev/xvdb", etc. for each disk and use those directly as a file system. The result is that if you elect to allocate a larger base disk image, for example allocating 50 Gig to
2008 Jun 20
3
Syslinux boot from a partition on sub stick with GPT label
...ce tried with that all I got was a boot error. Having tried extlinux on that one I persisted thinking that might have been the source of the problem. So I duplicated the contents of the fourth partition, installing syslinux as with that one. Boot error, again and again. The fact that the first four paritions work as expected sounds suspiciously related to a situation involving the use of a dos label to me. Could anyone explain to me where the problem lies: with syslinux and gpt, with grub2 and gpt or somewhere else? Thanks in advance and forgive me should I have wandered off-topic. Fulvio Scapin
2010 Aug 29
5
lvm i/o
hello, is there any way can monitor every lvm parition i/o so we can know which domU hit the hard disk i/o . thanks _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2006 Feb 07
2
render collection undefined local variable
Why am I getting undefined local variable ''contact'' in my partial. This is code I used to render the partial, works in lots of other places <%= render (:partial => ''list'', :collection => @contacts) %> in my parital I have <%= contact.first_name %> if I write this way it works fine <% for contact in @contacts %> <%= render (:partial
2006 Jan 03
1
How to upgrade hard drive in a single drive (with LVM2) computer
...e-user mode): 1) Create the appropriate partitions on the new drive 2) Created an EXT3 partition and copies over /boot, ran GRUB to make it bootable. 3) did the mkswap on the second partition. 4) did a pvcreate on the third partition on the new drive, then created th VG (vg1) and LV for the two paritions. 5) Mounted the new partitions under /mnt, then used tar to copy the files from the old to the new (excluding tmp mnt sys & proc) 6) Edited grub.conf (on the new drive) to point to VG1 instead of VG0 for sysroot. Edited /mnt/etc/fstab to point to the new locations (I changed the names of th...
2007 Apr 16
10
zfs send/receive question
Hello folks, I have a question and a small problem... I did try to replicate my zfs with all the snaps, so I did run few commands: time zfs send mypool/d at 2006_month_10 | zfs receive mypool2/d at 2006_month_10 real 6h35m12.34s user 0m0.00s sys 29m32.28s zfs send -i mypool/d at 2006_month_10 mypool/d at 2006_month_12 | zfs receive mypool/d at 2006_month_12 real 4h49m27.54s user
2017 Mar 02
2
[PATCH] parted: add more udev_settle calls.
add udev_settle calls to print_partition_table and sgdisk_info_extract_field because the inspect-os calls guestfs_part_get_parttype and guestfs_part_get_gpt_guid for all parition devices found and this causes intermittent with opening block devices that are certainly present yet RESOLVE_DEVICE macro would fail wiht ENOENT. --- daemon/parted.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff
2016 Feb 05
0
Re: [PATCH] inspect: get windows drive letters for GPT disks.
On Fri, Feb 05, 2016 at 12:15:32PM -0500, Dawid Zamirski wrote: > This patch updates the guestfs_inspect_get_drive_mappings API call to > also return drive letters for GPT paritions. Previously this worked > only for MBR partitions. This is achieved by matching the GPT partition > GUID with the info stored in the blob from > HKLM\SYSTEM\MountedDevices\DosDevices keys. For GPT partions this blob > contains a "DMIO:ID:" prefix followed by a 16 byte binary G...
2016 Feb 06
1
[PATCH v3] inspect: get windows drive letters for GPT disks.
This patch updates the guestfs_inspect_get_drive_mappings API call to also return drive letters for GPT paritions. Previously this worked only for MBR partitions. This is achieved by matching the GPT partition GUID with the info stored in the blob from HKLM\SYSTEM\MountedDevices\DosDevices keys. For GPT partions this blob contains a "DMIO:ID:" prefix followed by a 16 byte binary GUID. --- changes si...
2007 Jul 15
2
Centos on a Flash drive and Micro drive
...ries, so trash a real hard drive. I have a couple of IDE to Compact flash adapters that support 2 flash cards. So I was considering a 4Gb (or even 2Gb) cheap real fash card for the OS and a 4 or 8 Gb micro drive (I have a 4Gb sitting in a drawer gathering dust got to figure out how to fix its paritions that I messed up). So I was thinking to put the more static parts of the OS on the flash card and the not static parts on the micro drive. Obviously the Swap partition, /home, and /var/log go onto the micro drive. What else? /tmp? Are /dev and /proc real things on disk or only pointers to th...
2006 Jul 14
6
Using RoR to produce .xhtml files
How can I manipulate RoR to produce an .xhtml file from the view template(s)? I see how I can use layouts and paritals to efficiently produce the content and tags that I need, but how can I get the actual file that''s produced to be named with the .xhtml suffix, (rather than *.htm, as it currently is)? [Note: I never thought the suffix was all that important, but evidenly Mozilla
2012 Jun 26
2
Question about storage for virtualisation
...uot;main" setup of each vm is rather simple. The minimal OS, updates, my own httpd, my own php a couple of other packages. So restoring a VM from scratch can take less than an hour. So I was thinking of not taking snapshot of the whole VM and only sync the data partition. As for the guest paritions, I am accustomed of separating my servers disks with separate /, /usr, /var, /home and /data partitions. I can't recall today why I started doing this, 15 years ago, but I still like it that way and continue to do so. Do I still "need" to do this with VMs ? Thanks for the help !