- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: installation problem
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
06-01-2004 05:05 PM
06-01-2004 05:05 PM
installation problem
1. everytime the system reboot ,the console will go to the xwindows, how to disable it
2. I use the default partition , when run â dfâ only / , boot /dev/shm , as below , I have created the diectory at the root , like /home /usr /var /db , how to mount it so that this path also display when run â dfâ ?
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda5 14254454 3542514 10225412 12%
/dev/sda2 101107 9456 86430 10% /boot
none 1032556 0 1032556 0% /dev/shm
3.how to know and increase th
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2004 05:42 PM
06-01-2004 05:42 PM
Re: installation problem
The answer is edit the file /etc/inittab
locate the line
id:5:initdefault
and replace 5 with 3 so the line will look
id:3:initdefault
save your change and reboot.The X won't start.
What do you want to mount?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2004 05:50 PM
06-01-2004 05:50 PM
Re: installation problem
Check /etc/inittab for an 'initdefault' entry.
2.Check /etc/fstab for mounting filesystems.
You must have created other partitions (sda3? sda4?; swap partitions are not mounted). Your question contains strange characters....
3. Increase the filesystem size? That's almost impossible. If you have more unused diskspace, you may create a new partition, mount it, copy all files from old to new partition, remove old partition, unmount new partition, mount new partition on original mountpoint. If it's a new installation, start new installation.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2004 06:55 PM
06-01-2004 06:55 PM
Re: installation problem
You can increase filesystems. There are tools for several of the linux filesystems to do this. For example the reiser filesystem comes with "resize_reiserfs" for resizing and ext2 has "resize2fs". Have a look at this link.
http://www.tldp.org/HOWTO/Filesystems-HOWTO-6.html
However, the problem comes with what are you going to resize your filesystem across. If it already fills a partition, you could have a problem. The best solution to this problem is to use logical volume management which you can get here
http://www.sistina.com/products_lvm.htm
This allows you to stick partitions or whole disks together and make it look like one partition to your filesystem. With this system extending a filesystem is a breeze.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2004 10:41 PM
06-01-2004 10:41 PM
Re: installation problem
Please make the enty in /etc/inittab file
The default runlevel you have selected
while installing Linux is Graphic Mode
which is "5" change this rulevel to 3
which is start the O.S. with all the
service running except the X daemon will
not start.
Please mention clearly which filesystem
your want to mount and do you want
to mount then autmatically everytime
when the system is booted.
Thanks,
Amit