You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
-
1Hello! The question is about an issue on a server machine. It is quite unlikely that a server is a dual boot system because it is intended to be accessed remotely.Roman Riabenko– Roman Riabenko2020-11-21 07:47:53 +00:00Commented Nov 21, 2020 at 7:47
-
1Sorry didn't get your intended part, I faced this issue and this was my resolution. Why can't a system be dual boot? I have windows as well installed in my system. Giving a down vote even when this could be a solution is not correct.Pranjay Sagar– Pranjay Sagar2020-11-22 08:29:49 +00:00Commented Nov 22, 2020 at 8:29
-
Did you run into your issue on a server? A typical server runs continuously to provide services to clients. Dual booting it would serve no purpose because those services would not be provided when the system is booted into another OS. That would be an unusual setup, which is not part of the question. Your answer was probably downvoted to show that the proposed solution is not useful, so that others could look on solutions, which likely to help instead.Roman Riabenko– Roman Riabenko2020-11-22 08:52:39 +00:00Commented Nov 22, 2020 at 8:52
-
This solution was not based on the client or application server. I ran with this problem on my personal system, and I used this solution to resolve the issue. I posted this because the solution to this issue I was not able to find over net, and I somehow find the error which was coming while mounting the filesystems and then I understand the issue and resolved it. In the question above it was nowhere mention the question is specific to an application or client-server. And I believe I'm not the only person that is using dual boot in the system, and so to help them out I shared my solutionPranjay Sagar– Pranjay Sagar2020-11-23 00:22:07 +00:00Commented Nov 23, 2020 at 0:22
-
You can edit your question to improve it, so it is not necessary to provide explanations in comments. You could just wait till someone will find your solution and upvote it, but I am concerned that people looking for a solution to the question posted above will not find it relevant. For comparison, here is a similar answer, which was upvoted: unix.stackexchange.com/a/420268/423679Roman Riabenko– Roman Riabenko2020-11-23 07:45:24 +00:00Commented Nov 23, 2020 at 7:45
|
Show 2 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. shell-script), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you