- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: About mount the volumn
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
05-24-2004 06:03 PM
05-24-2004 06:03 PM
I have newly install a RH linux, there are below path is mounted ,
#df
/dev/sda7 2163504 551376 1607308 18% /
/dev/sda5 1135660 44112 948940 5% /usr
/dev/sda8 11072456 3690348 6870440 31% /var
/dev/sda6 11072456 204316 9456472 3% /tmp
I have create a new path at the root /db , and mount to the root as a static path , I tried mount it to /dev/sda1 ( mount /dev/sda1 /db ) , but I found that there are some files in these device path , and can't be display when type the command â dfâ , could suggest how can I mount it
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 06:09 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 06:28 PM
05-24-2004 06:28 PM
Re: About mount the volumn
the below is the output of "/sbin/sfdisk -l /dev/sda" , if I want to add a path /db , what can I do ? thx
/dev/sda1 0+ 4 5- 40131 de IBM
/dev/sda2 5 331 327 3015214+ 83 Linux
/dev/sda3 * 332 356 25 420412+ 83 Linux
/dev/sda4 357 6636 6280 10233373+ 83 Linux
/dev/sda5 357+ 1630 1274- 10233373+ 83 Linux
/dev/sda6 1631+ 2904 1274- 10233373+ 83 Linux
/dev/sda7 2905+ 3165 261- 53412 83 Linux
/dev/sda8 3166+ 3296 131- 1052226 83 Linux
/dev/sda9 3297+ 3550 254- 2040223+ 82 Linux swap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 06:29 PM
05-24-2004 06:29 PM
Re: About mount the volumn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 06:33 PM
05-24-2004 06:33 PM
Re: About mount the volumn
/dev/sda1: x86 boot sector
thx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 06:38 PM
05-24-2004 06:38 PM
Re: About mount the volumn
I don't know if it will work, but try this:
mount -tmsdos /dev/sda1 /db
Do you actually know what's on this partition, or are you just mounting it to find out?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 06:57 PM
05-24-2004 06:57 PM
Re: About mount the volumn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 07:07 PM
05-24-2004 07:07 PM
Re: About mount the volumn
When you boot up, you're probably being prompted about it. If you get rid of it, it will no longer work.
That being said, sure! You can toast it, do what you want with it! Make a new filesystem over the top of it (reccomended, as against using the filesystem that's on there), and treat it like any other partition (with an entry in '/etc/fstab' etc.).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 07:22 PM
05-24-2004 07:22 PM
Re: About mount the volumn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 07:37 PM
05-24-2004 07:37 PM
Re: About mount the volumn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 07:52 PM
05-24-2004 07:52 PM
Re: About mount the volumn
the /dev/sda2 is reserved for other path , what I want now is to increase the space size for the existing path , could suggest what can I do ? thx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 08:09 PM
05-24-2004 08:09 PM
Re: About mount the volumn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 08:34 PM
05-24-2004 08:34 PM
Re: About mount the volumn
However, all is not lost, you could start using LVM! Create a volume group containing /dev/sda1, add another spare partition to the same volume group and then create a logical volume/file system that spans the two partitions. Fior information on LVM look here
http://tldp.org/HOWTO/LVM-HOWTO/
With regard to your other problem, you probably can't unmount /usr because you have stuff using it already. You are best off going to single user mode in order to achieve this.