> i have this PXE kernel and it does not update > my /proc/partitions file even after i make changes > using fdisk. > Is there a specific daemon or utility > that must be run to get the desired changed in the > proc filesystem There isn't any utility to do this. The disk driver has to add the partition information to a global list maintained by the kernel. This is done by calling add_gendisk(). It is possible that your disk driver is not doing this. Ravi. __________________________________________________ Do You Yahoo!? Check out Yahoo! Shopping and Yahoo! Auctions for all of your unique holiday gifts! Buy at http://shopping.yahoo.com or bid at http://auctions.yahoo.com -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ IRC Channel: irc.openprojects.net / #kernelnewbies Web Page: http://www.kernelnewbies.org/