Displaying 20 results from an estimated 90 matches similar to: "ext3 and df don't agree ?"
2004 Jun 23
2
Which disk is it?
Which disk is it?
/dev/sda6 or /dev/sdb8 or /dev/sdc6?
>From my log:
Jun 10 21:25:39 postamt1 kernel: attempt to access beyond end of device
Jun 10 21:25:39 postamt1 kernel: 08:06: rw=0, want=1680353324, limit=59954548
Jun 10 21:25:39 postamt1 kernel: EXT3-fs error (device sd(8,6)): ext3_readdir: directory #3473659 contains a hole at offset 1852399616
$ mount
/dev/sdb6 on / type auto (rw)
2014 Apr 07
3
Software RAID10 - which two disks can fail?
Hi All.
I have a server which uses RAID10 made of 4 partitions for / and boots from
it. It looks like so:
mdadm -D /dev/md1
/dev/md1:
Version : 00.90
Creation Time : Mon Apr 27 09:25:05 2009
Raid Level : raid10
Array Size : 973827968 (928.71 GiB 997.20 GB)
Used Dev Size : 486913984 (464.36 GiB 498.60 GB)
Raid Devices : 4
Total Devices : 4
Preferred Minor : 1
2006 Jan 19
1
Error when loading some modules
Hello,
I can''t load the network in unprivileged domain with xen-unstable
(Changset 8612). Xen boots fine and domain0 is OK. When I start a new
domain I have the following report when booting:
----------------B<-----------------------------
* Not running depmod because /lib/modules/2.6.12.6-xenU/ is not writeable.
Loading modules...
All modules loaded.
FATAL: Could not load
2008 Mar 15
1
btrfs-0.13 breaks boot on reiserfs-3.6
Hi,
I recompiled my kernel today, and when the btrfs-0.13 option is
enabled (CONFIG_BTR_FS=y) I cannot boot on my reiserfs-3.6 partition
any more. The kernel says that is cannot mount /dev/sdc6. I can boot
the kernel when I recompile it with the same options and
CONFIG_BTR_FS=n, and with the same boot options as well. Everything is
amd64 on my system (kernel + programs).
Here is a screenshot of
2016 Dec 29
3
isohybrid boot from logical partition
Hi,
Duncan Elliot wrote:
> As far as I can see, this essentially trims off the first 3 bytes of the
> custom isohybrid MBR image before applying it to the ISO.
You probably mean this line:
memcpy(mbr, &isohdpfx[hd0 + 3 * partok], MBRSIZE);
The indize do not apply to bytes but to byte arrays of size MBRSIZE.
extern unsigned char isohdpfx[][MBRSIZE];
(hd0 + 3 * partok)
2008 Aug 29
4
Best method for booting logical partions via syslinux...
Hi.
Which is the preferable method for booting multiple logical partions via syslinux ?
1. Create seperate logical (fat 32) partitons for 'each' Live CD,
extracted and prepared identically via syslinux/syslinux.cfg (sdc5,
sdc6,sdc7 etc.)
2. Use Grub2 to attempt to boot seperate logical partitions with the same extracted Live CD plan as above.
3. Use the chain.c32 module that
2006 Aug 18
4
Database Triggers?
Hi,
I''m new to RoR and exploring its use with an existing application. One
thing I can''t seem to find much detail on is using database triggers.
All RoR examples and tutorials I''ve seen are very basic saving data back
to a single table. My use case includes a somewhat denormalized DB that
uses triggers to store data in multiple tables on occassion. I
currently
2007 May 25
6
IBM Article: DB2 on Rails
I often forward IBM DeveloperWorks articles about RoR to this list.
This is a new well-written ''Intermediate'' article using DB2 with Rails:
http://www.ibm.com/developerworks/db2/library/techarticle/dm-0705chun/
Hope this helps.
Cheers
Mohit.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
2012 Apr 09
9
[PATCH] Btrfs: use i_version instead of our own sequence
We''ve been keeping around the inode sequence number in hopes that somebody
would use it, but nobody uses it and people actually use i_version which
serves the same purpose, so use i_version where we used the incore inode''s
sequence number and that way the sequence is updated properly across the
board, and not just in file write. Thanks,
Signed-off-by: Josef Bacik
2017 Oct 03
0
multipath
I have inherited a system set up with multipath, which is not something I
have seen before so I could use some advice
The system is a Dell R420 with 2 LSI SAS2008 HBAs, 4 internal disks, and a
MD3200 storage array attached via SAS cables. Oh and CentOS 6
lsblk shows the following:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sdd 8:48 0 931.5G 0 disk
??sdd1
2008 Apr 03
1
Problem with UUID generated in partial not being unique
Folks,
I''m using the "uuidtools" package to generate (hopefully) unique values for
IDs within a partial (for products being added to an order form, where
nothing is saved to the DB until the end).
Unfortunately when I add a new product line (using RJS page.insert.html
rendering a partial) the new lines added all have the same UUID.
Here''s the code from the (top of
2016 Dec 29
0
isohybrid boot from logical partition
Thanks for the clarification Thomas.
Thomas Schmitt wrote:
> (Did you already tell which partitions exist and in which one do you want
> to put your ISO ?)
I've tried a number of different structures, but the results are
consistent (boots fine from primary partitions, not from logical
partitions).
For example for a disk partitioned like below:
Disk /dev/sdc: 3.8 GiB, 4007657472
2002 Dec 05
1
ext3 Problem in 2.4.20-ac1?
Since I ain't got a better place to report this, I do it here:
Kernel 2.4.20-ac1
# uptime
16:31:00 up 2 days, 22:10, 7 users, load average: 1.89, 2.20, 2.99
This is our main mailbox server. We're running ext3:
# cat /proc/mounts
rootfs / rootfs rw 0 0
/dev/root / ext3 rw 0 0
/proc /proc proc rw 0 0
/dev/sdb5 /boot ext3 rw 0 0
/dev/sda6 /home ext3 rw,noatime,nosuid 0 0
/dev/sdb8 /tmp
2003 Jan 14
2
2.4.21-pre3 - problems with ext3
Hello
Since 2.4.20, we have problems with ext3. Machine is 2xPentium III (1GHz),
2GB RAM, 1GB swap. RH 8.0 (glibc-2.3.1-21), gcc (GCC) 3.2 20020903
We have a lot of users:
oceanic:~# wc -l /etc/passwd
6694 /etc/passwd
connected via SAMBA (2.2.7) from 200-300 Windows-XX workstations
Partition with ext3 looks like this:
oceanic:~# mount |grep ext3
/dev/sdb5 on /home1 type ext3
2007 Mar 02
1
APC/MGE and NUT support
Hi,
Perhaps as you know it Schneider Electric acquired APC, which involves
the combination of APC and MGE. http://www.apc-mge.com
MGE is an important contributor for NUT with for example Arnaud Quette,
it's does not that the MGE strategy for the free software is stopped by
Schneider Electric or APC.
It is the good moment to make pressure on Schneider Electric, MGE and
APC to support the
2007 Mar 19
1
VB database app
Hi, newbie wine user here with a little vb app issue. After installing
an app along with associated OCXs and DLLs, I get the following error
when the app is run:
Error: (frmMain. ... ) ActiveX component can't create object.
Anyone direct me where to go from here? I'm trying my hand at my own
distro packed with a number of Windows apps tailored for specific use
(i.e. no apps of this kind
2006 Nov 14
0
Re: Supermicro X7DAE and AHCI
> BOOTING AND ACCESSING 6 SATA DRIVES USING AHCI
>
> I have installed b48 running 64 bit succesfully on
> this machine using dual core Intel Woodcrest
> processors. The hardware supports up to 6 SATA II
> drives. I have installed 6 Western Digital Raptor
> drives. Using Parallell ATA mode I can only see 4
> drives. Using ZFS the sustained throughput is a
> disapointing
2018 Jun 27
2
Login to AD Member Fail
On 27.06.2018 14:12, Rowland Penny via samba wrote:
> Can I also point that if you can only connect by IP, then you probably
> have a DNS issue.
>
> Rowland
>
I dont think so.
root at kes-srv-007:/var/log/samba# getent hosts kes-srv-007.kes
192.168.30.19 kes-srv-007.kes
root at kes-srv-007:/var/log/samba# smbclient -U 'KES\user'
\\\\kes-srv-007.kes\\websrv
Enter
2018 Sep 14
3
NUMA issues on virtualized hosts
Hello,
I have cluster with AMD EPYC 7351 cpu. Two CPUs per node. I have performance
8-NUMA configuration:
This is from hypervizor:
[root@hde10 ~]# lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 64
On-line CPU(s) list: 0-63
Thread(s) per core: 2
Core(s) per socket: 16
Socket(s): 2
NUMA
2018 Sep 14
1
Re: NUMA issues on virtualized hosts
Hello again,
when the iozone writes slow. This is how slabtop looks like:
62476752 62476728 0% 0.10K 1601968 39 6407872K buffer_head
1000678 999168 0% 0.56K 142954 7 571816K radix_tree_node
132184 125911 0% 0.03K 1066 124 4264K kmalloc-32
118496 118224 0% 0.12K 3703 32 14812K kmalloc-node
73206 56467 0% 0.19K 3486 21