- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- What are filesystems can be unmounted in single ue...
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
Discussions
Discussions
Discussions
Forums
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
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
тАО04-22-2010 07:06 AM
тАО04-22-2010 07:06 AM
Can I umount following filesystems in single user mode?
/var , /tmp , /appl, /opt, /usr
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2010 07:44 AM
тАО04-22-2010 07:44 AM
SolutionIn single user mode no file systems are mounted. This may vary from distribution to distribution.
You can do a mount -a to mount all file systems. This will not mount NFS file systems.
Single user mode does not have networking enabled, but unlike HP-UX you can start networking as well.
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
тАО04-22-2010 12:58 PM
тАО04-22-2010 12:58 PM
Re: What are filesystems can be unmounted in single uesr mode in linux
> mounted. [...]
"/"?
You can "umount" any file system which is not
being used. The details may depend on how
you get to single-user mode. If you boot
into single-user mode, then few, if any,
non-"/" file systems should be mounted. If
you drop down into single-user mode from some
higher run level, then there may be some
processes running which use files on other
file systems.
> [...]in linux
Not a very detailed description of the OS
involved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2010 01:57 PM
тАО04-22-2010 01:57 PM
Re: What are filesystems can be unmounted in single uesr mode in linux
but note that in linux when you directly boot to single user mode the filesystems are mounted as readonly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-27-2010 09:59 PM
тАО04-27-2010 09:59 PM
Re: What are filesystems can be unmounted in single uesr mode in linux
In Linux any file system which is not
being used can be "umount" in single user mode. It depend on how you get to single-user mode.
Rgds-Kranti