Quote:
mount -t XXX /dev/sda1 /mnt
So, what command should he use to force mount it!
|
Pro contributor
|
|
| 14Jan2010,09:18 | #1 |
|
Suppose Mr. Raju is trying to mount a hard drive partion in Fedora or Red Hat linux, by giving a simple command
Quote:
So, what command should he use to force mount it! |
|
Go4Expert Founder
|
![]() |
| 15Jan2010,15:17 | #2 |
|
Welcome to the forum
|
|
Pro contributor
|
|
| 15Jan2010,17:09 | #3 |
|
Pro contributor
|
![]() |
| 15Jan2010,17:13 | #4 |
|
Is this?
mount -t xxx /dev/sda1 /mnt -o force |
|
Pro contributor
|
|
| 15Jan2010,17:16 | #5 |
|
Pro contributor
|
![]() |
| 15Jan2010,17:57 | #6 |
|
Oh!! Ya, typo mistake !!
This should be fine now!! mount -t xxx /dev/sda1 /mnt/sda1 -o force |
|
Pro contributor
|
|
| 15Jan2010,18:25 | #7 |
|
Pro contributor
|
![]() |
| 15Jan2010,18:51 | #8 |
|
> sudo mount -t xxx /dev/sda1 /mnt/sda1 -o force
|
|
Pro contributor
|
![]() |
| 15Jan2010,19:02 | #9 |
|
> sudo mount -t xxx /dev/sda1 /mnt/windows -o force
|
|
Pro contributor
|
|
| 15Jan2010,19:09 | #10 |
|
Hey Mridula!
in place of guessing, focus on the command u r writing! Think, which portion is for mentioning the File System of the disk! Then make the necessary change and post! Now, your every command's syntax is correct! ![]() ![]()
|