-
Hi
Is it possible to move task up and down in openproj?
Any comment is welcome.
2009-02-26 14:22:09 UTC in OpenProj - Project Management
-
Why blkid is not managed as an independant project
it is not tied to ext2 , it display informations about all types of partition formar.
2009-01-08 16:07:27 UTC in Ext2 Filesystems Utilities
-
Why blkid is not managed as an independant project
it is not tied to ext2 , it display informations about all types of partition formar.
2009-01-08 14:55:08 UTC in Ext2 Filesystems Utilities
-
ned to correct file lib/blkid/probe.c
line 684 : attr_len = blkid_le16(attr->len); ==>
attr_len = blkid_le32(attr->len);
because attr->len is declared as _u32 in probe.h
struct file_attribute {
__u32 type;
__u32 len;
__u8 non_resident;
__u8 name_len;
__u16 name_offset;
__u16 flags;
__u16 instance;
__u32 value_len;
__u16 value_offset;
}...
2009-01-08 14:52:46 UTC in Ext2 Filesystems Utilities
-
blkid does not display informations about HFSX partitions
I think it useful to support this type of partition since it is the standard on Macintosh
HFSX partitions are described on the document
http://developer.apple.com/technotes/tn/tn1150.html.
2008-08-19 18:10:26 UTC in Ext2 Filesystems Utilities