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.
Run "mount" (with no options) to see which partitions are mounted. Run "fdisk -l" to see a list of partitions and their filesystem types (you'll probably need to run "sudo fdisk -l", actually). Use mount to mount the relevant partition (and see the man page for options you can use).
Please give us more info if you want a more detailed answer. What exactly is the problem you're having? Any error messages?
Oops forgot that. Thanx. Then again I wonder how does nautilus do the same thing? I had to create a directory in /mnt for this! What will happen the next time I log-on to the system?
Distribution: Ubuntu Lucid, Ubuntu Server 9.10/10.04, CentOS 5.5 Final
Posts: 4,331
Rep:
The directory that you created in /mnt will still be there. But it wont get mounted automatically. If you want /dev/sda1 to be mounted when you log in you will need to edit the /etc/fstab file.
Oops forgot that. Thanx. Then again I wonder how does nautilus do the same thing? I had to create a directory in /mnt for this! What will happen the next time I log-on to the system?
nautilus most probably would be mounting the drives onto /media/<some directory>. I guess nautilus is doing this using udev rules ? I'm not very sure, somebody else should be able to throw more light on it.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.