All of lore.kernel.org
 help / color / mirror / Atom feed
* partitions
@ 2004-08-12 21:57 Paul Gimpelj
       [not found] ` <20040812221226.GA27392@boogeyman.armory.com>
  2004-08-14  8:29 ` partitions Urs Thuermann
  0 siblings, 2 replies; 24+ messages in thread
From: Paul Gimpelj @ 2004-08-12 21:57 UTC (permalink / raw)
  To: linux-smp

Is it possible to have more than 4 partitions on a 160gb ide drive?


thanks.



^ permalink raw reply	[flat|nested] 24+ messages in thread
* partitions
@ 2011-02-28  8:36 Vanalme Filip
  2011-02-28  8:47 ` partitions Baruch Siach
  2011-02-28  8:57 ` partitions Juergen Beisert
  0 siblings, 2 replies; 24+ messages in thread
From: Vanalme Filip @ 2011-02-28  8:36 UTC (permalink / raw)
  To: barebox@lists.infradead.org

I'm not that familiar with partitions in Barebox. On my i.MX27 board, I now have :

barebox:/ devinfo
devices:
|----imx_serial0
|----cs0
|----ramfs0
|----devfs0
|----mem0 (defaultenv)
|----mem1 (mem)
|----imx_spi1
|----mc137830 (pmic)
|----mem2 (ram0)
|----imx_nand0
|----nand0 (nand0, nand_oob0, self_raw, env_raw, nand0.barebox, nand0.bareboxenv, nand0.kernel, nand0.root)
|----fec_imx0
|----miidev0 (phy0)
|----eth0

drivers:
imx_serial
     ramfs
     devfs
   fec_imx
    miidev
  imx_nand
 cfi_flash
   imx_spi
     imxfb
   mc13783
       mem
barebox:/

and :

barebox:/ ls -l /dev
cr-------- 4294967295 zero
crw-------       6125 defaultenv
crw------- 4294967295 mem
crw-------        256 pmic
crw-------  134217728 ram0
crw-------  268435456 nand0
cr--------    8388608 nand_oob0
crw-------         32 phy0
crw-------     262144 self_raw
crw-------     262144 self0
crw-------     131072 env_raw
crw-------     131072 env0
crw-------     262144 nand0.barebox
crw-------     131072 nand0.bareboxenv
crw-------    2097152 nand0.kernel
crw-------  265945088 nand0.root
barebox:/

I think this looks OK.
However, I expected this to work (I took this from descriptions on the Internet...) :

barebox:/ erase /dev/nand0.kernel.bb
stat /dev/nand0.kernel.bb: No such file or directory
barebox:/

and

barebox:/ tftp zImage /dev/nand0.kernel.bb
open: Read-only file system
barebox:/


Is there any documentation that handles/describes this ? (e.g. what's the extension .bb ?)


Filip



_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 24+ messages in thread
* partitions
@ 2011-01-28 21:24 Roberto Spadim
       [not found] ` <AANLkTim_16xzRaQJLd1QGd5Dx2LScNX-VUjxrN5uXZng@mail.gmail.com>
  2011-01-29  3:40 ` partitions Phillip Susi
  0 siblings, 2 replies; 24+ messages in thread
From: Roberto Spadim @ 2011-01-28 21:24 UTC (permalink / raw)
  To: Linux-RAID

hi guys, could we implement raid partitions?
for example:
mdadm --create /dev/md0 --level=1 --devices /dev/sda /dev/sdb
fdisk /dev/md0
create pratition 1,2,3,4

mkfs.ext4 /dev/md0p1
mkfs.ext4 /dev/md0p2
mkfs.ext4 /dev/md0p3
mkfs.ext4 /dev/md0p4

?? any idea? could we implement it?
there´s a TODO list for linux software raid?

-- 
Roberto Spadim
Spadim Technology / SPAEmpresarial
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 24+ messages in thread
* partitions
@ 2002-07-24 16:11 David Chow
  2002-07-24 16:18 ` partitions Mr. James W. Laferriere
  2002-07-24 18:47 ` partitions Andries Brouwer
  0 siblings, 2 replies; 24+ messages in thread
From: David Chow @ 2002-07-24 16:11 UTC (permalink / raw)
  To: linux-fsdevel

Hi all,

Is there any global variables or list in the kernel space that I can 
find out which partitions are available in the system? Please give 
pointer of information.

regards,
David



^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2011-02-28 15:05 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-12 21:57 partitions Paul Gimpelj
     [not found] ` <20040812221226.GA27392@boogeyman.armory.com>
2004-08-12 23:00   ` partitions Paul Gimpelj
2004-08-13  8:00     ` partitions Dr. Keith G. Bowden
2004-08-14  8:29 ` partitions Urs Thuermann
  -- strict thread matches above, loose matches on Subject: below --
2011-02-28  8:36 partitions Vanalme Filip
2011-02-28  8:47 ` partitions Baruch Siach
2011-02-28  8:57   ` partitions Vanalme Filip
2011-02-28 15:05     ` partitions Vanalme Filip
2011-02-28  8:57 ` partitions Juergen Beisert
2011-01-28 21:24 partitions Roberto Spadim
     [not found] ` <AANLkTim_16xzRaQJLd1QGd5Dx2LScNX-VUjxrN5uXZng@mail.gmail.com>
2011-01-28 21:45   ` partitions Roberto Spadim
2011-01-28 22:39     ` partitions Doug Dumitru
2011-01-29  1:17       ` partitions Roberto Spadim
2011-01-29  1:22       ` partitions Hank Barta
2011-01-29  3:46         ` partitions Phillip Susi
2011-01-29  4:17           ` partitions Roberto Spadim
2011-01-29  3:40 ` partitions Phillip Susi
2002-07-24 16:11 partitions David Chow
2002-07-24 16:18 ` partitions Mr. James W. Laferriere
2002-07-24 16:32   ` partitions Randy.Dunlap
2002-07-24 18:47 ` partitions Andries Brouwer
2002-07-24 19:02   ` partitions Alexander Viro
2002-07-24 19:29     ` partitions Andries Brouwer
2002-07-25 12:09       ` partitions David Chow

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.