- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Extending a filesystem on Linux
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 08:35 AM
12-18-2003 08:35 AM
I have installed Mandrake 9.2 and created several filesystems of 800MB each.
/usr quickly filled up eventhough I loaded a minimal system. I'm now trying to install Samba 3.0 and the "make" fails because the filesystem is full.
Is there any way in Linux to extend a filesystem (somewhat like extenfs)?
Any particular restrictions?
This is a trial run so I will eventualy reinstall.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 09:20 AM
12-18-2003 09:20 AM
SolutionYou can extend it with the system manager linuxconf GUI that comes with Mandrake.
If you have LVM installed you can use those commands as well, so long as you don't use mirroring.
I would recommend trying them all, with printed procedures and keep trying until you are good at it.
One of my Linux weaknesses is in this area. I got around it by overplanning my disk capacity so that I have not had to make a filesystem change in the two years I've been using Linux for webhosting.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 01:40 PM
12-18-2003 01:40 PM
Re: Extending a filesystem on Linux
It allows you to extend your partition over multiple drives.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 08:37 PM
12-18-2003 08:37 PM
Re: Extending a filesystem on Linux
You could build the software somewhere else though. I image ./configure --prefix=/a/bigchunk/of space works for samba though I haven't built that in years so I could be wrong.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 08:43 PM
12-22-2003 08:43 PM
Re: Extending a filesystem on Linux
when u install linux, did you chose the lvm to install? if yes, you can do an online increase on your logical volume. for filesystem, ext3 with journaling is able to do online extends. hope this help if you reinstall your system.