Displaying 8 results from an estimated 8 matches for "megadev0".
2006 Mar 01
1
New 'amr' driver and linux MegaMGR
Hi,
according to http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/amr/amr.c?only_with_tag=RELENG_6
it seems MegaMGR for linux now can work. Any experience?
--
Cris, member of G.U.F.I
Italian FreeBSD User Group
http://www.gufi.org/
2011 Nov 03
1
CentOS-5.7 + megaraid + SELinux : update problem
Hello,
After updating to CentOS-5.7, I have a (small) problem :
The context of /dev/megadev0 is now defined
(in /etc/selinux/targeted/contexts/files/file_contexts) as
system_u:object_r:removable_device_t:s0.
This cause smartmontools to fail :
avc: denied { read write } for pid=2847 comm="smartd"
name="megadev0" dev=tmpfs ino=8284
scontext=system_u:system_r:fsd...
2014 Jan 31
1
libguestfs-test-tool hangs on Btrfs
...-x 3 root root 160 Jan 30 07:53 input
crw-r--r-- 1 root root 1, 11 Jan 30 07:53 kmsg
crw------- 1 root root 10, 237 Jan 30 07:53 loop-control
drwxr-xr-x 2 root root 60 Jan 30 07:52 mapper
crw------- 1 root root 10, 227 Jan 30 07:53 mcelog
crw------- 1 root root 10, 59 Jan 30 07:53 megadev0
crw------- 1 root root 1, 1 Jan 30 07:53 mem
drwxr-xr-x 2 root root 60 Jan 30 07:53 net
crw------- 1 root root 10, 61 Jan 30 07:53 network_latency
crw------- 1 root root 10, 60 Jan 30 07:53 network_throughput
crw-rw-rw- 1 root root 1, 3 Jan 30 07:53 null
crw------- 1 root root...
2014 Dec 11
1
Inspect_os() error
...1 0 0 7, 4 Dec 11 21:57 loop4
brw------- 1 0 0 7, 5 Dec 11 21:57 loop5
brw------- 1 0 0 7, 6 Dec 11 21:57 loop6
brw------- 1 0 0 7, 7 Dec 11 21:57 loop7
drwxr-xr-x 2 0 0 60 Dec 11 21:57 mapper
crw------- 1 0 0 10, 227 Dec 11 21:57 mcelog
crw------- 1 0 0 10, 57 Dec 11 21:57 megadev0
crw-r----- 1 0 0 1, 1 Dec 11 21:57 mem
drwxr-xr-x 2 0 0 60 Dec 11 21:57 net
crw------- 1 0 0 10, 59 Dec 11 21:57 network_latency
crw------- 1 0 0 10, 58 Dec 11 21:57 network_throughput
crw-rw-rw- 1 0 0 1, 3 Dec 11 21:57 null
crw-r----- 1 0 0 1, 4 Dec 11 21:57 port
crw------- 1...
2016 Feb 27
2
"guestmount --rw" fails but "guestmount --ro" succeeds on Ubuntu 14.04
...------- 1 0 0 7, 4 Feb 27 02:31 loop4
brw------- 1 0 0 7, 5 Feb 27 02:31 loop5
brw------- 1 0 0 7, 6 Feb 27 02:31 loop6
brw------- 1 0 0 7, 7 Feb 27 02:31 loop7
drwxr-xr-x 2 0 0 60 Feb 27 02:31 mapper
crw------- 1 0 0 10, 227 Feb 27 02:31 mcelog
crw------- 1 0 0 10, 57 Feb 27 02:31 megadev0
crw------- 1 0 0 1, 1 Feb 27 02:31 mem
drwxr-xr-x 2 0 0 60 Feb 27 02:31 net
crw------- 1 0 0 10, 59 Feb 27 02:31 network_latency
crw------- 1 0 0 10, 58 Feb 27 02:31 network_throughput
crw-rw-rw- 1 0 0 1, 3 Feb 27 02:31 null
crw------- 1 0 0 1, 4 Feb 27 02:31 port
crw------- 1 0 0 1...
2015 May 28
3
Re: Concurrent scanning of same disk
...10, 229 May 28 06:36 fuse
drwxr-xr-x 3 0 0 160 May 28 06:36 input
crw-r--r-- 1 0 0 1, 11 May 28 06:36 kmsg
crw------- 1 0 0 10, 237 May 28 06:36 loop-control
drwxr-xr-x 2 0 0 60 May 28 06:36 mapper
crw------- 1 0 0 10, 227 May 28 06:36 mcelog
crw------- 1 0 0 10, 58 May 28 06:36 megadev0
crw------- 1 0 0 1, 1 May 28 06:36 mem
drwxr-xr-x 2 0 0 60 May 28 06:36 net
crw------- 1 0 0 10, 61 May 28 06:36 network_latency
crw------- 1 0 0 10, 60 May 28 06:36 network_throughput
crw-rw-rw- 1 0 0 1, 3 May 28 06:36 null
crw------- 1 0 0 1, 4 May 28 06:36 port
crw------- 1...
2015 May 27
3
Concurrent scanning of same disk
Greetings,
I am suffering of several weird errors which show randomly and make me
suspect some concurrency issue.
Libguestfs version is 1.28.1, linux kernel 3.16, libvirt 1.2.9 and qemu 2.1.
What I'm trying to do is comparing the disk state at two different point of
a guest execution.
Disk snapshots are taken through libvirt in different moments (I am aware
of caching issue), from such
2014 Sep 26
9
[PATCH v4 0/7] virt-resize: add support for resizing logical partitions
Hi Rich,
This is v3 series to add support for resizing MBR logical partitions.
changes to v3:
1. merge patch 1 and patch 3 in v3
2. let mbr_part_type return 'primary' for GPT partitions
3. add test for resizing logical partitions
4. fix extending the extended partition (yet). see patch 7.
changes to v2:
1. remove p_part_num
2. remove filter_parts
3. name the function