search for: subpartit

Displaying 4 results from an estimated 4 matches for "subpartit".

Did you mean: subpart
2003 Sep 04
1
ext2fs BSD-slice subpartition?
Hi everyone, I extracted this from the grub sourcecode: /* possible values for the *BSD-style partition type */ . . . #define FS_EXT2FS 17 /* Linux Extended 2 file system */ It would actually meet my partitioning requirements to register a partition inside one of my slices as ext2 (I currently mask the partition type as ISO9660(!) and use a *patched* grub, so you see this situation
2014 Nov 27
0
[PATCH 0/1] inspect: Fix a bug in the *BSD root detection
...e you can change this in FreeBSD and NetBSD too. The other thing is that /dev/sda5 will not always be there. The problem is the weird way the kernel maps the disklabel partitions: https://github.com/torvalds/linux/blob/master/block/partitions/msdos.c#L303-L310 The kernel will not map a disklabel subpartition if it has the same boundaries with the parent (MBR) partition or if its boundaries exceed the disklabel. In the disklabel's partition table 'a' is always the root partition, 'b' is the swap, in OpenBSD and FreeBSD 'c' is the full hard disk. In NetBSD 'c' is t...
2014 Jan 10
3
Should I dump my Nvidia card from the less known brand "Gainward"?
Hi everyone. I'm a big Free Software enthusiast and, therefore, I would very much like to use the nouveau free driver, instead of the proprietary one. My problem is that, looking for the cheapest option available, when I needed to buy a new graphics card, 2 years ago, I decided for a model from a brand that I had never heard of - called "Gainward" - because I thought it had a
2013 Dec 12
10
[PATCH 0/4] Turn-key PV-GRUB2 installation
This patch set should make it easier to maintain PV-GRUB2 installations. The general idea is based on discussions I had with Xen developers (mainly Ian Jackson) at the Ubuntu Developer Summit in May 2011; though I never did manage to get the core port done and Vladimir beat me to that, I think the configuration approach we discussed there is still valid and useful. The idea here is that people