- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: extend /usr filesystem
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-16-2005 07:08 AM
12-16-2005 07:08 AM
I need to extend the /usr filesystem:
- S.O:
Red Hat Enterprise Linux AS release 3 (Taroon Update 3)
- #df -k /usr
S.ficheros 1K-blocks Used Available Use% Montado en
/dev/sda6 3023760 2663736 206424 93% /usr
- # grep /usr /etc/fstab
LABEL=/usr /usr ext3 defaults 1 2
- fdisk /dev/sda
.
.Orden (m para obtener ayuda): p
Disco /dev/sda: 36.4 GB, 36420075520 bytes
255 cabezas, 63 sectores/pista, 4427 cilindros
Unidades = cilindros de 16065 * 512 = 8225280 bytes
Disposit. Inicio Principio Fin Bloques Id Sistema
/dev/sda1 1 4428 35566479+ ee EFI GPT
It is posible?
Thank in advance
Jorge Prado T.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2005 07:55 AM
12-16-2005 07:55 AM
SolutionFirst, you did not showed the real partition table, fdisk does not supports GPT partitions, use parted instead to display the partition table.
Second, to resize the /usr partition, as you don't use LVM, you must backup, destroy the partition, and re-create. That can be problem if:
- You don't have free space on your disk.
- You have more partitions after the /usr partition.
Saludos y que tengas buen dia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2005 07:58 AM
12-16-2005 07:58 AM
Re: extend /usr filesystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2005 08:58 AM
12-16-2005 08:58 AM
Re: extend /usr filesystem
Else, do a complete backup, remove the filesystem, recreate it with the new specs to include more room, restore the data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2005 09:31 AM
12-16-2005 09:31 AM
Re: extend /usr filesystem
Here is the steps:
unmount
e2fsadm
mount it.
Cheers,
Raj.