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.
mount -t ntfs /dev/hda1 /media/windows
... but this will only work if you have the ntfs kernel driver installed. This is seldom installed by default these days as there is a userspace tool that does this instead:
ntfs-3g /dev/hda1 /media/windows
Note - /dev/hda1 should be the device corresponding to the partition that contains the ntfs file system. Find out which one it is with fdisk -l ... /media/windows must exist, create it with mkdir /media/windows
i am using red hat enterprise workstation and it is not showing my network card with the commad ifconfig.
it is disable.
when i am using if up command it is showing problem.
what can i do.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.