Displaying 18 results from an estimated 18 matches similar to: "Recover from an fsck failure"
2020 May 29
2
Recover from an fsck failure
On Thu, May 28, 2020 19:38, Robert Nichols wrote:
> What output do you get from:
>
>      file -s /dev/mapper/vg_voinet01-lv_log
>      lsblk -f /dev/mapper/vg_voinet01-lv_log
>
file -s /dev/mapper/vg_voinet01-lv_log
/dev/mapper/vg_voinet01-lv_log: symbolic link TO '../DM-5'
dm-f
lsblk -f /dev/mapper/vg_voinet01-lv_log
NAME                      FSTYPE LABEL UUID
2020 May 29
0
Recover from an fsck failure
Hi
> On Thu, May 28, 2020 19:38, Robert Nichols wrote:
>
>> What output do you get from:
>>
>>      file -s /dev/mapper/vg_voinet01-lv_log
>>      lsblk -f /dev/mapper/vg_voinet01-lv_log
>>
>
> file -s /dev/mapper/vg_voinet01-lv_log
> /dev/mapper/vg_voinet01-lv_log: symbolic link TO '../DM-5'
> dm-f
>
> lsblk -f
2011 Aug 15
2
lvm and kvm
I am performing some configuration testing on a kvm host.  When
installing a guest operating system is it advisable to place each
instance in a separate lv or better to accept the default and store
them on the root file system?
Respecting lvm, does one configure lvs in a virtual server to take
space from the main vg or does one allocate lv space from inside
that allocated to the virtual instance?
2011 Aug 29
2
Question re: CentOS-6.0, KVM, and /dev/sr0
I am experimenting with KVM and I wish to create a virtual machine
image in a logical volume.  I can create the new lv without problem
but when I go to format its file system then I get these warnings:
Warning: WARNING: the kernel failed to re-read the partition table
on /dev/sda (Device or resource busy).  As a result, it may not
reflect all of your changes until after reboot.
Warning: Unable to
2015 Mar 17
0
KVM kernel panic when additional virtio disks added
CentOS-6.6
virt-manager 0.9.0
I have cloned a template server with a 32GB virtio HDD already defined
and am attempting to add additional virtio disks.  The basic cloned
system boots without error.
If I create a virtio disk with 32000/32000 megabytes I can add it and
the system reboots; providing that I do not first create a partition:
fdisk -l /dev/vg_vhost03/lv_vm_inet11.harte-lyne.ca_03
2016 Jan 27
0
CD-Mount on CentOS-6.7
When I load a blank cd into the optical drive on my CentOS-6.7
workstation I am not getting any window or visible mount action on my
Gnome desktop.  Formerly, when I mounted a writeable media in this
drive on this host I would see a nautilus style file browser window
open with inducements to add files.
When I visit /mnt I see nothing:
ll /mnt
  total 0
My fstab does not seem to have much to say
2013 Apr 07
4
floppy drives
Yes, really. I've got hundreds of the damn things here at home, and I 
want to go through them and get rid of them all.
But... to do that I want to read them. I have both a 5.25" and a 3.5" 
drive, both are plugged in, but in the BIOS, all I see is the 3.5". 
Fine, I figure I'll take care of those.
Nope. I see /dev/fd0 once I've booted up, but neither konqueror nor 
2016 Jul 26
2
Does e2fsck.conf contain "broken_system_clock = 1" per default on CentOS7?
On Tue, 26 Jul 2016 16:21:00 +0100 (BST)
John Hodrien <J.H.Hodrien at leeds.ac.uk> wrote:
> On Tue, 26 Jul 2016, Gabriele Pohl wrote:
> 
> > on all of my CentOS7 VMs on different hypervisors
> > the config file e2fsck.conf contains the line
> >
> > broken_system_clock = 1
> >
> > Do you see similiar /default/ settings on
> > your machines? Is
2016 Jul 31
1
Does e2fsck.conf contain "broken_system_clock = 1" per default on CentOS7?
On Wed, 27 Jul 2016 09:46:02 +0100 (BST)
John Hodrien <J.H.Hodrien at leeds.ac.uk> wrote:
> On Tue, 26 Jul 2016, Gabriele Pohl wrote:
> > I now changed the value to 0 and rebooted.
> >
> > After that fsck based on Interval setting were done.
> >
> > Unfortunately that is not true for the root partition.
> > For that I had to use maxCount settings to
2016 May 06
4
resize lvm
I have a laptop that I put centos 7 on and I started out with a 30gig partition.? I resized the other part of the disk to allow more space for centos.? I then created an unformated partition in the available space,? ran
pvcreate /dev/sda4
vgextend lvname /dev/sda4
lvextend -L 184.46G /dev/lvname/root
but when I run:
sudo resize2fs /dev/lvname/root
I get:
resize2fs: Bad magic
2017 Nov 29
1
Linux Client problem with dhcp and the Samba 4 domain
Yes, I set up a Samba4 AD with bind9 and isc-dhcp-server for dynamic DNS-updates and works well. 
The problem is with the Linux Client and the domain when the IP addrees change (Linux Clients are in the domain). Is possible that the Client are registers with one IP address in the domain and when the IP address change beginning the problem.
Siovel.
----- Original Message -----
From:
2010 Jan 04
0
ext3 resize failed, data loss
I used parted to resize (shrink) an ext3 filesystem and associated
partition, and it buggered my system. The operation completed
apparently successfully, reporting no errors, but after reboot, the fs
wouldn't mount, being marked as having errors, and and e2fsck said
"The filesystem size (according to the superblock) is xxx blocks
The physical size of the device is xxx blocks Either the
2016 May 06
3
resize lvm
On May 06, 2016, at 12:29 PM, John R Pierce <pierce at hogranch.com> wrote:
On 5/6/2016 11:19 AM, Wes James wrote:
sudo resize2fs /dev/lvname/root
I get:
resize2fs: Bad magic number in super-block while trying to open
/dev/lvname/root
Couldn't find valid filesystem superblock.
what file system type is this /dev/lvname/root ?
I tried to find the type from blkid /dev/sda4
2016 May 06
0
resize lvm
On Fri, May 06, 2016 at 06:19:35PM +0000, Wes James wrote:
> I have a laptop that I put centos 7 on and I started out with a 30gig partition.? I resized the other part of the disk to allow more space for centos.? I then created an unformated partition in the available space,? ran
> 
> 
> pvcreate /dev/sda4
> 
> 
> 
> vgextend lvname /dev/sda4
> 
> 
> 
> lvextend
2016 May 06
2
resize lvm
>
> From: Scott Robbins <scottro11 at gmail.com>
> Date: May 06, 2016 12:32:55 PM
> To: CentOS mailing list <centos at centos.org>
> Subject: Re: [CentOS] resize lvm
>
> On Fri, May 06, 2016 at 06:19:35PM +0000, Wes James wrote:
>
> I have a laptop that I put centos 7 on and I started out with a 30gig
partition.  I resized the other part of the disk to allow
2016 Jul 27
0
Does e2fsck.conf contain "broken_system_clock = 1" per default on CentOS7?
On Tue, 26 Jul 2016, Gabriele Pohl wrote:
> thanks for the hint :)
>
> I now changed the value to 0 and rebooted.
>
> After that fsck based on Interval setting were done.
>
> Unfortunately that is not true for the root partition.
> For that I had to use maxCount settings to trigger fsck.
>
> fyi and cheers,
I believe e2fsk happens both pre root mount, and post. 
2006 Mar 09
6
[Prototype] Ajax.Request include form fields?
Hi,
Is it possible to submit my form (or part of my form) with an ajax
request?  I had been using dojo to do this, but having just read up on
the prototype library, I think I''d rather use prototype.  The one
thing I don''t see (maybe I''m just missing it) is the ability to submit
my form (actually just parse through an element and include all inputs
as request parameters)
2006 May 26
25
migration to rails
Hi, I''m a PHP developer and I''m think about migration to rails...
my big problem is about printing web Reports, well I could not found a 
good thing to help me with this...
Does Ror or some other ruby project have some thing to help about 
make/print database reports?
tks