Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 10-03-2009, 05:23 PM   #1 (permalink)
Linux User
 
ghost at rest's Avatar
 
Join Date: Jan 2008
Location: Chandigarh, India
Posts: 145
Default 15+ Partitions are back again using kernel version 2.6.28.x


Those were days when Linux kernel supported 63 partitions in PATA disk but newer kernels put 15 partition limit in PATA disks too.

Latest kernel, 2.6.28.x supports 63 partitions in PATA as well as SATA disks now.

One of my old hard disk having 23+ partitions was lying around and I plugged it in to use it again today. Booted up PartedMagic LiveCD having kernel version 2.6.28.7 and to my surprise, it recognized all partitions. I plugged in same disk in Ubuntu box having kernel 2.6.27.x. It could not detect all partitions. I downloaded latest stable kernel 2.6.28.7, compiled it and all partitions are visible in Ubuntu now.

Created 54 partitions using fdisk successfully. I couldn't create 63 partitions because fdisk threw error and I didn't have much time to find out problem. I will try to create 63 partition very soon.

Just for testing, I have installed Ubuntu 9.04 Alpha 5 in 50th partition successfully. Ubuntu 9.04 has kernel 2.6.28.7 only.

We can create 63 partitions using kernel 2.6.28.x now. Good news !
ghost at rest is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 11-03-2009, 11:39 PM   #2 (permalink)
mekalodu
 
iinfi's Avatar
 
Join Date: Oct 2004
Location: Navi Mumbai
Posts: 1,518
Default Re: 15+ Partitions are back again using kernel version 2.6.28.x

thanks for the info mate.

i m jus curious to know. would we at any point need so many partitions?
do database servers or application servers installed on commercial establishments need so many partitions spread across disks to reduce I/Os on each disk n increase performance.
at the most 8-10 wud suffice i feel

correct me if i m wrong.
iinfi is offline  
Old 12-03-2009, 04:09 AM   #3 (permalink)
Wahahaha~!
 
Faun's Avatar
 
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
Default Re: 15+ Partitions are back again using kernel version 2.6.28.x

thanks for the info. I never exceeded 8 partitions
__________________
Blog | Flickr | Battlelog
Spoiler:
Asus Z68 V-Pro|i5 2500k|TRUE Black|Ripjaws X|U2311H|N560GTX|D7000|XONAR STX|RE272|RE0|CC51|XE200PRO Walnut| TD II V2| Ultraphile|N5800

Mono
Faun is offline  
Old 12-03-2009, 05:22 PM   #4 (permalink)
Human Spambot
 
Join Date: Jan 2007
Location: Lat 28.38°N , Longt 77.13°E
Posts: 2,431
Default Re: 15+ Partitions are back again using kernel version 2.6.28.x

Thanks for the information.
ThinkFree is offline  
Old 13-03-2009, 06:18 PM   #5 (permalink)
techspalace
 
talktorishav's Avatar
 
Join Date: Feb 2009
Location: /dev/null
Posts: 44
Default Re: 15+ Partitions are back again using kernel version 2.6.28.x

good information. Thanks
__________________
--
techspalace.blogspot.com - not only ubuntu blog
talktorishav is offline  
Old 13-03-2009, 07:09 PM   #6 (permalink)
Married!
 
Rahim's Avatar
 
Join Date: Apr 2007
Location: Calcutta
Posts: 1,524
Default Re: 15+ Partitions are back again using kernel version 2.6.28.x

I never knew the partition limitation as i already have 21 partitions in my 2 hard disks. Thanks anyway.
__________________
|| GNU/Linux User || PCLOS KDE 4.6 || 17" DELL Studio ||

topdocumentaryfilms.com
Rahim is offline  
Old 13-03-2009, 07:39 PM   #7 (permalink)
Linux User
 
ghost at rest's Avatar
 
Join Date: Jan 2008
Location: Chandigarh, India
Posts: 145
Default Re: 15+ Partitions are back again using kernel version 2.6.28.x

Quote:
Originally Posted by iinfi View Post
thanks for the info mate.

i m jus curious to know. would we at any point need so many partitions?
do database servers or application servers installed on commercial establishments need so many partitions spread across disks to reduce I/Os on each disk n increase performance.
at the most 8-10 wud suffice i feel

correct me if i m wrong.
Disk Management depends on organization's requirements and Administrator's working style only. We have around 10 servers running Debian/CentOS and each server handles around 500-700 users. Most of servers have 12 partitions and a few servers have 30+ partitions ( running old kernels and we are planning to upgrade those to 2.6.28.x ).

We have implemented quota for each user. Increased number of partitions help us to manage users and regular back ups easily. Like I said earlier, how you manage partitions depends on you only.

Last edited by ghost at rest; 13-03-2009 at 07:43 PM. Reason: quick reply not working.
ghost at rest is offline  
Old 13-03-2009, 07:44 PM   #8 (permalink)
Human Spambot
 
Cool G5's Avatar
 
Join Date: Aug 2006
Location: Aamchi Mumbai !!!
Posts: 4,228
Default Re: 15+ Partitions are back again using kernel version 2.6.28.x

Never knew there was any such limitation.
Thanks for the info, dude
__________________
ShutterTux - Photography, Linux & Life! : http://shuttertux.wordpress.com
Cool G5 is offline  
Old 14-03-2009, 10:45 AM   #9 (permalink)
Right Off the Assembly Line
 
Join Date: Mar 2009
Posts: 2
Default Re: 15+ Partitions are back again using kernel version 2.6.28.x

Quote:
Originally Posted by ghost at rest View Post
Those were days when Linux kernel supported 63 partitions in PATA disk but newer kernels put 15 partition limit in PATA disks too.

Latest kernel, 2.6.28.x supports 63 partitions in PATA as well as SATA disks now.

One of my old hard disk having 23+ partitions was lying around and I plugged it in to use it again today. Booted up PartedMagic LiveCD having kernel version 2.6.28.7 and to my surprise, it recognized all partitions. I plugged in same disk in Ubuntu box having kernel 2.6.27.x. It could not detect all partitions. I downloaded latest stable kernel 2.6.28.7, compiled it and all partitions are visible in Ubuntu now.

Created 54 partitions using fdisk successfully. I couldn't create 63 partitions because fdisk threw error and I didn't have much time to find out problem. I will try to create 63 partition very soon.

Just for testing, I have installed Ubuntu 9.04 Alpha 5 in 50th partition successfully. Ubuntu 9.04 has kernel 2.6.28.7 only.

We can create 63 partitions using kernel 2.6.28.x now. Good news !
You have copied post of Linuxforum's super moderator, devils casper. Word by word copy ! huh... ( http://www.linuxforums.org/forum/cof...-2-6-28-x.html )

Where are internet ethics?
Rebecca Joiesh is offline  
Old 14-03-2009, 11:09 AM   #10 (permalink)
Wahahaha~!
 
Faun's Avatar
 
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
Default Re: 15+ Partitions are back again using kernel version 2.6.28.x

^^lol...I think he is the same guy
__________________
Blog | Flickr | Battlelog
Spoiler:
Asus Z68 V-Pro|i5 2500k|TRUE Black|Ripjaws X|U2311H|N560GTX|D7000|XONAR STX|RE272|RE0|CC51|XE200PRO Walnut| TD II V2| Ultraphile|N5800

Mono
Faun is offline  
Old 14-03-2009, 01:36 PM   #11 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
Default Re: 15+ Partitions are back again using kernel version 2.6.28.x

^^heh... yeah the same guy

Anyway, this limitation still amuses me. Is there any other way of putting constrains on the size of a user's home folder ?
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
MetalheadGautham is offline  
Old 14-03-2009, 02:27 PM   #12 (permalink)
Banned to Spam
 
Krazy Bluez's Avatar
 
Join Date: May 2008
Location: Look below...not under pants dumbo...use a GPS
Posts: 548
Default Re: 15+ Partitions are back again using kernel version 2.6.28.x

I am noob in partitioning, what drive letter do they get after 26th drive ? "AA" ???
__________________
My DeviantART page now exists !!!
Krazy-Bluez.deviantart.com

Twitter: http://twitter.com/KrazyBluez
Krazy Bluez is offline  
Old 14-03-2009, 03:25 PM   #13 (permalink)
Sami Hyypiä, LFC legend
 
Liverpool_fan's Avatar
 
Join Date: Jun 2007
Location: Нью-Дели
Posts: 2,138
Default Re: 15+ Partitions are back again using kernel version 2.6.28.x

^ ^ ^
We don't use drive letters in Linux...
__________________
Experience true education in Computer Science - http://www.udacity.com | http://www.coursera.org

Spoiler:
Read before asking / messaging any moderator for any query: FAQ + answers for new members

Read all the sticky threads before asking any type of query. Most basic questions are answered in those.
Don't use forum for chatting. Visit http://webchat.freenode.net/?channels=krow, enter nick and connect.
Liverpool_fan is offline  
Old 14-03-2009, 03:50 PM   #14 (permalink)
Wahahaha~!
 
Faun's Avatar
 
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
Default Re: 15+ Partitions are back again using kernel version 2.6.28.x

lol @ the drive letter part
__________________
Blog | Flickr | Battlelog
Spoiler:
Asus Z68 V-Pro|i5 2500k|TRUE Black|Ripjaws X|U2311H|N560GTX|D7000|XONAR STX|RE272|RE0|CC51|XE200PRO Walnut| TD II V2| Ultraphile|N5800

Mono
Faun is offline  
Old 14-03-2009, 06:38 PM   #15 (permalink)
Linux User
 
ghost at rest's Avatar
 
Join Date: Jan 2008
Location: Chandigarh, India
Posts: 145
Default Re: 15+ Partitions are back again using kernel version 2.6.28.x

Quote:
Originally Posted by Rebecca Joeish
You have copied post of Linuxforum's super moderator, devils casper. Word by word copy ! huh... ( http://www.linuxforums.org/forum/cof...-2-6-28-x.html )

Where are internet ethics?
I am the same person and I think its not against Term & Conditions of both Forums to post same info. I am here to help and share info only.

Quote:
Originally Posted by MetalheadGautham
Anyway, this limitation still amuses me. Is there any other way of putting constrains on the size of a user's home folder ?
You can use quota to limit disk usage. Its easy to implement usage limit on particular user or whole group. quota is not pre-installed in most of distros but its available in default sources. Just check it in Package Manager of your distro.
You can use quotatool to implement quota.
ghost at rest is offline  
Old 15-03-2009, 02:22 AM   #16 (permalink)
mekalodu
 
iinfi's Avatar
 
Join Date: Oct 2004
Location: Navi Mumbai
Posts: 1,518
Default Re: 15+ Partitions are back again using kernel version 2.6.28.x

^^
so u mean on ur storage you have diff partitions for diff departments and diff chunks of users. wat storage do you use?
iinfi is offline  
Old 15-03-2009, 02:38 AM   #17 (permalink)
Banned to Spam
 
Krazy Bluez's Avatar
 
Join Date: May 2008
Location: Look below...not under pants dumbo...use a GPS
Posts: 548
Default Re: 15+ Partitions are back again using kernel version 2.6.28.x

Oh..recheck...I thought we were talking about Windows !!!
__________________
My DeviantART page now exists !!!
Krazy-Bluez.deviantart.com

Twitter: http://twitter.com/KrazyBluez
Krazy Bluez is offline  
Old 27-04-2009, 07:01 PM   #18 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
Default Re: 15+ Partitions are back again using kernel version 2.6.28.x

Quote:
Originally Posted by ghost at rest View Post
I am the same person and I think its not against Term & Conditions of both Forums to post same info. I am here to help and share info only.
Your user name there is better though

Quote:
You can use quota to limit disk usage. Its easy to implement usage limit on particular user or whole group. quota is not pre-installed in most of distros but its available in default sources. Just check it in Package Manager of your distro.
You can use quotatool to implement quota.
Quota ? Hmmm.. how does it work ? Any good tutorial links ? I think that kind of does fill the purpose rather well for me. Can I for example, create a group say named "students", add around 50 users to it, and restrict that particular group to use only 20GB of a 500GB partition ? In this case I have two types of situations possible: One where EACH student can only use upto 20GB, and another where the users collectively use only upto 20GB together. I want both cases to be doable.
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
MetalheadGautham is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Charan
- by Charan

Advertisement




All times are GMT +5.5. The time now is 04:32 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2