how to mount a external hard drive in ext3 format?
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
So the external hard drive is already formatted as ext3?
I believe the command would be something like
mount -t ext3 /dev/sda1 /media/harddrive
That would be assuming, of course, that you'd already created a directory in media called "harddrive" and that the device was plugged in as "sda1" (it could be sda2 or sdb1 or sde1, etc.).
I have tried this but it didn't work there is a message says can't find ext3 filesystem on the device but I indeed formatted a ext3 filesystem on the hard drive.
Hi,
absolutely don't have any idea that why "fdisk -l" is not showing anything.
since you don't know the mounting procedure so i'm just forwarding a link for that..........its really a good one.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.