search for: gnuparted

Displaying 5 results from an estimated 5 matches for "gnuparted".

2005 Jun 01
1
Re: ocfs2 and configfs.ko..fixed...but gnuparted has issues....fixed gnuparted...but mount -t ocfs2 fails...
...l Message ----- From: "Mandar P Vengurlekar" <mandar.p.vengurlekar@gmail.com> To: "Bert Barbe" <bert.barbe@oracle.com>; <ocfs2-announce@oss.oracle.com> Sent: Wednesday, June 01, 2005 7:39 PM Subject: Re: [Ocfs2-announce] Re: ocfs2 and configfs.ko..fixed...but gnuparted has issues....fixed gnuparted...but mount -t ocfs2 fails... > Thank you for the response Bert. > I had created the partitions using fdisk and it had only errored saying > the device is in use. Partition table will be synced at next reboot. > I rebooted and fdisk -l showed me the part...
2005 Jun 01
1
Re: ocfs2 and configfs.ko..fixed...but gnuparted has issues....fixed gnuparted...but mount -t ocfs2 fails...
...l Message ----- From: "Mandar P Vengurlekar" <mandar.p.vengurlekar@gmail.com> To: "Bert Barbe" <bert.barbe@oracle.com>; <ocfs2-announce@oss.oracle.com> Sent: Wednesday, June 01, 2005 7:39 PM Subject: Re: [Ocfs2-announce] Re: ocfs2 and configfs.ko..fixed...but gnuparted has issues....fixed gnuparted...but mount -t ocfs2 fails... > Thank you for the response Bert. > I had created the partitions using fdisk and it had only errored saying > the device is in use. Partition table will be synced at next reboot. > I rebooted and fdisk -l showed me the part...
2005 Jun 01
1
Re: ocfs2 and configfs.ko..fixed...but gnuparted has issues....
I was able to get the source code for ocfs2 and compile it. This worked and created the necessary .ko files Now I have to figure out why gnu parted 1.6.15 has bugs. when I try a partprobe on a partitioned firewire maxtor drive mount -t ocfs2 /dev/sdb1 /u01/oradata/orcl It says no such device.... Any ideas anyone?... Regards, Mandar Vengurlekar ----- Original Message ----- From: Mandar P
2004 Mar 15
1
Megre ext3/ext2 partitions?
Hi! Is it possible to merge two ext3/ext2 partitions into ONE ext3/ext2 partition? -- Ralf Hildebrandt (Im Auftrag des Referat V a) Ralf.Hildebrandt at charite.de Charite - Universit?tsmedizin Berlin Tel. +49 (0)30-450 570-155 Gemeinsame Einrichtung von FU- und HU-Berlin Fax. +49 (0)30-450 570-916 IT-Zentrum Standort Campus Mitte AIM. ralfpostfix
2011 Apr 28
10
Expanding a virtual block device
Hi list. I''m running Xen 4.0.1 on Debian. I''m trying to live resize a block device : - I have a arbitrary block device in my dom0 (/dev/mapper/vm-vol42). - I start a PV domain with that device as a disk (disk = [''phy:/dev/mapper/vm-vol42,xvda,w'']). - I resize vm-vol42 in the dom0 (adding size only) - the dom0 sees the device''s new size. -