Displaying 3 results from an estimated 3 matches for "da1a".
Did you mean:
da1
2013 Nov 19
2
[PATCH] Add filesystem UUID to SYSAPPEND for FAT
Filesystem UUID shows the partition we boot kernel from.
The kernel parameter has format like FSUUID=DA1A-0B2E.
The SYSAPPEND bit is 0x40000. Now the FAT only supports FSUUID.
The patch is based on 67aaaeeb228.
Signed-off-by: Serj Kalichev <serj.kalichev at gmail.com>
---
com32/include/syslinux/sysappend.h | 1 +
core/fs/btrfs/btrfs.c | 3 ++-
core/fs/ext2/ext2.c |...
2013 Nov 20
0
[PATCH] Add filesystem UUID to SYSAPPEND for FAT
On 11/19/2013 04:30 AM, Serj Kalichev wrote:
> Filesystem UUID shows the partition we boot kernel from.
> The kernel parameter has format like FSUUID=DA1A-0B2E.
> The SYSAPPEND bit is 0x40000. Now the FAT only supports FSUUID.
> The patch is based on 67aaaeeb228.
>
> Signed-off-by: Serj Kalichev <serj.kalichev at gmail.com>
Nice. It would be good to get a patch for ext2 for this as well (the
UUID of an ext2/3/4 filesystem is stor...
2003 Dec 18
0
Partial deadlock in 4.9p1
...is often waiting in vrlock, once I stop doing disk I/O, the
dirtybuf count will go to zero and bufdaemon will go to psleep
instead. No messages were reported on either the console or via
syslog.
Vinum details are:
aalp03# vinum list
12 drives:
D disk00 State: up Device /dev/da1a Avail: 3/4094 MB (0%)
D disk01 State: up Device /dev/da2a Avail: 3/4094 MB (0%)
D disk02 State: up Device /dev/da3a Avail: 3/4094 MB (0%)
D disk03 State: up Device /dev/da4a Avail: 3/4094 MB (0%)
D disk04...