* Peculiar problem mounting a harddrive
@ 2005-06-21 12:40 Mukund JB.
2005-06-21 12:39 ` J.
2005-06-21 19:39 ` qwms-avib
0 siblings, 2 replies; 5+ messages in thread
From: Mukund JB. @ 2005-06-21 12:40 UTC (permalink / raw)
To: linux-newbie
Dear all,
I have a peculiar problem mounting a hard drive on the mount point
"/mnt/LinuxH1".
I have edited the /etc/fstab at as follows:-
Dev/hdb1 /home/LinuxH1 auto defaults 0 0
But, I am able to mount the device with the mount command as follows
mount /dev/hdb1 /home/LinuxH1
Can someone suggest me what cont be the problem? Why am I not able to
mount the device at mount time using the fstab entry?
Regards,
Mukund Jampala
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Peculiar problem mounting a harddrive
2005-06-21 12:40 Peculiar problem mounting a harddrive Mukund JB.
@ 2005-06-21 12:39 ` J.
2005-06-21 19:39 ` qwms-avib
1 sibling, 0 replies; 5+ messages in thread
From: J. @ 2005-06-21 12:39 UTC (permalink / raw)
To: linux-newbie
On Tue, 21 Jun 2005, Mukund JB. wrote:
> Dear all,
>
> I have a peculiar problem mounting a hard drive on the mount point
> "/mnt/LinuxH1".
>
> I have edited the /etc/fstab at as follows:-
>
> Dev/hdb1 /home/LinuxH1 auto defaults 0 0
You made some typo's... `Dev/hdb1' should be: `/dev/hdb1' . Just like you
are listing below in your message. That's why prob. the below works and
the previous not.
> But, I am able to mount the device with the mount command as follows
>
> mount /dev/hdb1 /home/LinuxH1
>
> Can someone suggest me what cont be the problem? Why am I not able to
> mount the device at mount time using the fstab entry?
>
> Regards,
> Mukund Jampala
If that didn't solve it, put some error messages that occur in your next
message.
Cheers..
J.
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Peculiar problem mounting a harddrive
2005-06-21 12:40 Peculiar problem mounting a harddrive Mukund JB.
2005-06-21 12:39 ` J.
@ 2005-06-21 19:39 ` qwms-avib
2005-06-22 6:19 ` Ulrich Fürst
1 sibling, 1 reply; 5+ messages in thread
From: qwms-avib @ 2005-06-21 19:39 UTC (permalink / raw)
To: qck0-92lj; +Cc: Linux-Newbie
Mukund JB. wrote:
>
> I have edited the /etc/fstab at as follows:-
>
> Dev/hdb1 /home/LinuxH1 auto defaults 0 0
>
> But, I am able to mount the device with the mount command as follows
>
> mount /dev/hdb1 /home/LinuxH1
>
> Can someone suggest me what cont be the problem?
Make sure you have /dev/hdb1 *not* Dev/hdb1
Remove auto.
Cheers,
Steven
____________________________
http://www.basiclinux.com.ru
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: Peculiar problem mounting a harddrive
@ 2005-06-22 12:50 Mukund JB.
0 siblings, 0 replies; 5+ messages in thread
From: Mukund JB. @ 2005-06-22 12:50 UTC (permalink / raw)
To: linux-newbie
Dear J,
Sorry, for the trouble, I am doing the that silly mistake.
Thanks for that.
Regards,
Mukund jmapala
>-----Original Message-----
>From: linux-newbie-owner@vger.kernel.org [mailto:linux-newbie-
>owner@vger.kernel.org] On Behalf Of J.
>Sent: Tuesday, June 21, 2005 6:09 PM
>To: linux-newbie@vger.kernel.org
>Subject: Re: Peculiar problem mounting a harddrive
>
>On Tue, 21 Jun 2005, Mukund JB. wrote:
>
>> Dear all,
>>
>> I have a peculiar problem mounting a hard drive on the mount point
>> "/mnt/LinuxH1".
>>
>> I have edited the /etc/fstab at as follows:-
>>
>> Dev/hdb1 /home/LinuxH1 auto defaults 0 0
>
>You made some typo's... `Dev/hdb1' should be: `/dev/hdb1' . Just like
you
>are listing below in your message. That's why prob. the below works and
>the previous not.
>
>> But, I am able to mount the device with the mount command as follows
>>
>> mount /dev/hdb1 /home/LinuxH1
>>
>> Can someone suggest me what cont be the problem? Why am I not able to
>> mount the device at mount time using the fstab entry?
>>
>> Regards,
>> Mukund Jampala
>
>If that didn't solve it, put some error messages that occur in your
next
>message.
>
>Cheers..
>
>J.
>
>-
>To unsubscribe from this list: send the line "unsubscribe linux-newbie"
in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at http://www.linux-learn.org/faqs
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-06-22 12:50 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-21 12:40 Peculiar problem mounting a harddrive Mukund JB.
2005-06-21 12:39 ` J.
2005-06-21 19:39 ` qwms-avib
2005-06-22 6:19 ` Ulrich Fürst
-- strict thread matches above, loose matches on Subject: below --
2005-06-22 12:50 Mukund JB.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox