Displaying 20 results from an estimated 120 matches for "sda7".
Did you mean:
sda
2006 Apr 02
2
raid setup
...stered as nr 3
md: Autodetecting RAID arrays.
md: autorun ...
md: considering sdb7 ...
md: adding sdb7 ...
md: sdb6 has different UUID to sdb7
md: sdb5 has different UUID to sdb7
md: sdb3 has different UUID to sdb7
md: sdb2 has different UUID to sdb7
md: sdb1 has different UUID to sdb7
md: adding sda7 ...
md: sda6 has different UUID to sdb7
md: sda5 has different UUID to sdb7
md: sda3 has different UUID to sdb7
md: sda2 has different UUID to sdb7
md: sda1 has different UUID to sdb7
md: created md5
md: bind<sda7>
md: bind<sdb7>
md: running: <sdb7><sda7>
raid1: raid set md5...
2008 Sep 29
2
scp partition "not a regular file"
Hi list,
should it be possible to scp a partition with this command:
scp /dev/sda7 backupserver:/backup/sda7.img
I always get "not a regular file" - which is a clear and understandable
error, but my googling tells me that some people are doing this - and it
seems to work - at least at their systems.
I know that I can avoid this by simply doing
dd if=/dev/sda7 | ssh b...
2007 Nov 22
3
HDD usage oddity
Hi,
2 of my Centos4 servers are showing weird behavior.
[root at server1 ~]# du -sh /var/
1.8G /var/
[root at server1 ~]# df -h /var
Filesystem Size Used Avail Use% Mounted on
/dev/sda7 4.3G 3.9G 181M 96% /var
[root at server2 var]# df -h /var
Filesystem Size Used Avail Use% Mounted on
/dev/sda7 2.9G 2.7G 0 100% /var
[root at server2 var]# du -sh /var/
1.6G /var/
du seems to be reporting the right size
Anyone seeing this?
2011 Jan 28
3
Transitioning from multi-boot to Xen
...888 7 HPFS/NTFS
| /dev/sda3 35854 38914 24576344 7 HPFS/NTFS
| /dev/sda4 21713 28522 54686721 5 Extended
| /dev/sda5 21713 24145 19530752 83 Linux
| /dev/sda6 24145 26090 15624192 82 Linux swap
| /dev/sda7 26090 28522 19529728 83 Linux
I did a minimal ‘server type’ install of debian squeeze in /dev/sda7 and
downloaded the Xen kernel and other packages per the debian wiki.
Now, I am a confused as to what to do next.
The laptop currently boots off of the default grub2 bootloa...
2011 Oct 09
1
Btrfs High IO-Wait
...sda 0.00 0.00 0.00 10.00 0.00 128.00
25.60 0.03 3.40 0.00 3.40 3.40 3.40
sdb 0.00 27.80 0.00 48.20 0.00 318.40
13.21 0.43 8.84 0.00 8.84 1.99 9.60
iodump shows similar results, where sdb is the data disk, sda7 the
journal and sda5 the root.
btrfs
root@s-brick-003:~# echo 1 > /proc/sys/vm/block_dump
root@s-brick-003:~# while true; do sleep 1; dmesg -c; done | perl
/usr/local/bin/iodump
^C# Caught SIGINT.
TASK PID TOTAL READ WRITE DIRTY
DEVICES
btrfs-submit-0...
2007 Jun 29
0
centos drbd - mounts/ replication
...comes
into view for the uninitiated <so don't follow it for production just
yet, it's under construction for eventual use by the Wiki if we can
answer some questions>:
Install Centos 5
during install make a filesystem called /drbd-netblock and give it 1GB and it shows up as /dev/sda7
yum install drbd kmod-drbd
edit /etc/grub.conf to allow boot of the drbd kernel 2.6.18-8.1.6.el5 #1 SMP
reboot, the proper kernel should now be up.
modprobe drbd
umount /drbd-netblock filesystem so drbd can use it:
umount /drbd-netblock
edit /etc/drbd.conf /dev/sda7 is a 1GB filesystem I ma...
2016 Jul 28
0
installing centos 7 32 bit i386 to laptop
...be adding repo as suggested by Johnny Hughes.
ooopppsss...
not there yet.
if life did not have problems, would it be any fun?
and then there are computers...
with default install, aka, command line...
tried it, not what is desired.
rebooted, selected 'CentOS release 6.8 (final) (on /dev/sda7)', and
got what i desired even less. :=\
error: invalid file name 'CentOS^(2.6.32-642.3.1.el6.i686)'
error: you need to load the kernel first.
select: 'Advanced options for CentOS release 6.8 (Final) (on /dev/sda7)',
selections are;
5 (on /dev/sda7)
5 (on /dev/sda7)...
2023 Feb 13
2
linux-6.2-rc4+ hangs on poweroff/reboot: Bisected
...sks/threads via sqsrq keys to see if
> >> any is in a weird state preventing the machine from shutting down.
> >
> > Many thx for looking into it!
>
> Yes, thanks Karol.
>
> Attached is the output from dmesg when this block of code:
>
> /bin/mount /dev/sda7 /mnt/sda7
> /bin/mountpoint /proc || /bin/mount /proc
> /bin/dmesg -w > /mnt/sda7/sysrq.dmesg.log &
> /bin/echo t > /proc/sysrq-trigger
> /bin/sleep 1
> /bin/sync
> /bin/sleep 1
> kill $(pidof dmesg)
>...
2006 Jun 12
1
Exporting LVM device to domU
...ok:
##BEGINNING##
kernel = "/boot/vmlinuz-2.6.16-xen3_86.1_rhel4.1"
ramdisk = "/boot/initrd-2.6.16-xen3_86.1_rhel4.1.img"
builder='linux'
memory = 1024
name = "myvm"
vcpus = 8
vif = [ 'mac=00:16:3E:6C:54:FE, bridge=xenbr0' ]
disk = [ 'phy:vg02/lvol0,sda7,w' ]
disk = [ 'phy:sda6,sda6,w' ]
dhcp="dhcp"
hostname= "myvm"
root = "/dev/sda6 rw"
extra = "4"
##END##
However, when I change the order of the two "disk" statements ([
'phy:sda6,sda6,w' ] first and [ 'phy:vg02/lvol0,sda7,r...
2004 Apr 29
0
Ext3 problems (aborting journal).
On Apr 29, 2004 14:15 +0200, David Mart?nez Moreno wrote:
> Hello all. I'm writing to all the people in charge of ext3 fs
>
> Apr 29 12:21:21 arsinoe kernel: EXT3-fs error (device sda7): ext3_free_blocks: Freeing blocks not in datazone - block = 1071716394, count = 1
You need to run "e2fsck -f /dev/sda7" on the unmounted filesystem. There
is some sort of corruption there.
> Apr 23 20:35:41 arsinoe kernel: EXT3-fs error (device sda7): ext3_free_blocks: Freeing bloc...
2008 Feb 12
4
Reg Disk space in guest domain with fedora img
...is Configuration file is Automatically Generated on Tue Feb 12 19:33:17
IST 2008
kernel = "/boot/vmlinuz-2.6.16.33-xen"
memory = 256
extra = "fastboot"
ramdisk = "/boot/initrd-2.6.16.33-xen.img"
disk = [''phy:vg/fedora,sda6,w'',''phy:vg/compswap,sda7,w'',
''phy:vg/modules,sda5,r'']
name = "fedora.compnode.grid"
root = "/dev/sda6 ro"
vif=[''bridge=xenbr0'']
The logical volumes look like
[root@g40 ~]# lvs
LV VG Attr LSize Origin Snap% Move Copy%
compswap vg -wi-ao...
2023 Feb 20
1
linux-6.2-rc4+ hangs on poweroff/reboot: Bisected
...;>>> Yes, thanks Karol.
> >>>>>>>>>>
> >>>>>>>>>> Attached is the output from dmesg when this block of code:
> >>>>>>>>>>
> >>>>>>>>>> /bin/mount /dev/sda7 /mnt/sda7
> >>>>>>>>>> /bin/mountpoint /proc || /bin/mount /proc
> >>>>>>>>>> /bin/dmesg -w > /mnt/sda7/sysrq.dmesg.log &
> >>>>>>>>>> /bin/echo t > /proc/sysrq-trigg...
2007 Apr 02
3
Re: Using diskOnKey as additional disk - is it possible with default configuration?
...ed to see
> > /dev/sda6).
> > (Of course that the /dev/xvda for guest10File exists)
> >
> > When I try to do the following:
> >
> > disk = [
> > ''tap:aio:/var/lib/xen/images/guest10/guest10File,xvda,w''
> > ,''phy:/dev/sda7,sda6,w'' ]
> >
> > where /dev/sda7 is an unmounted partition in dom0, than after
> > starting domU I am **able** to see with
> >
> > "fdisk -l " the /dev/sda6 device.
> >
> > Is it something to do with that it can''t add additional...
2023 Mar 10
1
linux-6.2-rc4+ hangs on poweroff/reboot: Bisected
...t;>>>>>>>>>>
> >>>>>>>>>>>>> Attached is the output from dmesg when this block of code:
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> /bin/mount /dev/sda7 /mnt/sda7
> >>>>>>>>>>>>> /bin/mountpoint /proc || /bin/mount /proc
> >>>>>>>>>>>>> /bin/dmesg -w > /mnt/sda7/sysrq.dmesg.log &
> >>>>>>>>>>>>>...
2023 Feb 18
2
linux-6.2-rc4+ hangs on poweroff/reboot: Bisected
...gt;>> Many thx for looking into it!
> >>>>>
> >>>>> Yes, thanks Karol.
> >>>>>
> >>>>> Attached is the output from dmesg when this block of code:
> >>>>>
> >>>>> /bin/mount /dev/sda7 /mnt/sda7
> >>>>> /bin/mountpoint /proc || /bin/mount /proc
> >>>>> /bin/dmesg -w > /mnt/sda7/sysrq.dmesg.log &
> >>>>> /bin/echo t > /proc/sysrq-trigger
> >>>>> /bin/sleep 1
> >&...
2016 May 04
5
Copying CentOS to new drive
...recently asked about copying a running system to a new drive.
As a postscript, I'm wondering if it would have been preferable
to run the machine under a Live OS, and simply copy the root partition
to the new drive?
Eg while running under the LiveOS,
# mkdir /mnt/old /mnt/new
# mount /dev/sda7 /mnt/old
# mount /dev/sdb6 /mnt/new
# cp -avx /mnt/old /mnt/new
or
# rsync -ax --progress /mnt/old /mnt/new
--
Timothy Murphy
gayleard /at/ eircom.net
School of Mathematics, Trinity College, Dublin
2014 Jan 30
0
Using XEN 4.1 to run Windows 7 DOMU on SERVER1, replicated the HVM to SERVER2 using DRBD. Win7 DOMU doesn't boot in SERVER2 after replication
...net {
allow-two-primaries;
cram-hmac-alg sha1;
shared-secret "kalki";
}
on server1 {
device /dev/drbd0;
disk /dev/sda4;
address 192.168.0.92:7788;
meta-disk /dev/sda7[0];
}
on server2 {
device /dev/drbd0;
disk /dev/sda7;
address 192.168.0.93:7788;
meta-disk /dev/sda8[0];
}
}
Win7.cgf file :
import os, re
arch = os.uname()[4]
if re.search('64', arch):
arch_libdi...
2001 Dec 19
3
ext3 inode error 28
hello:
I have been reviewin my message slog and have found the following
message:
Dec 19 06:27:28 server02 kernel: EXT3-fs error (device sd(8,7)) in
ext3_new_inode: error 28
What is error 28 and should I be worried about it?
Ray Turcotte
2009 Jun 17
7
Can''t get guest domain network working!
...st domain
************The content of XmGuest.conf*********
kernel = "/boot/vmlinuz-2.6.18.8-xen-U"
memory = 256
name = "ExampleDomain03"
vif = [ ''mac=00:16:3e:31:48:5f'', ''bridge=eth1'' ] ###The bridge is given
name eth1
disk = [ ''phy:sda7,sda7,w'' ]
dhcp="off"
ip=''XXX.XXX.10.134''
netmask="255.255.255.0"
gateway="XXX.XXX.10.99" #The gateway is the same as the one used by dom0
network.
hostname="helloworld"
root = "/dev/sda7 ro"
extra = "4"
extra =...
2023 Feb 20
2
linux-6.2-rc4+ hangs on poweroff/reboot: Bisected
...gt;>
> >>>>>>>> Yes, thanks Karol.
> >>>>>>>>
> >>>>>>>> Attached is the output from dmesg when this block of code:
> >>>>>>>>
> >>>>>>>> /bin/mount /dev/sda7 /mnt/sda7
> >>>>>>>> /bin/mountpoint /proc || /bin/mount /proc
> >>>>>>>> /bin/dmesg -w > /mnt/sda7/sysrq.dmesg.log &
> >>>>>>>> /bin/echo t > /proc/sysrq-trigger
> >>>>...