Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
| 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
03-28-2004, 06:30 AM
|
#1
|
|
LQ Newbie
Registered: Mar 2004
Location: IITKanpur,India
Posts: 24
Rep:
|
How to mount windows drives (NTFS formatted) to linux?
hi,
i have recently installed Mandrake 10.0 alongwith Windows XP. I want to use the windows drives to access my mp3's etc. on linux. My drives are formatted in NTFS.So I am finding difficulty to do so. I want to mount all the partitions( not only C: ).
|
|
|
|
03-28-2004, 07:15 AM
|
#2
|
|
Senior Member
Registered: Aug 2003
Location: Birkenhead/Britain
Distribution: Linux From Scratch
Posts: 2,073
Rep:
|
Linux doesn't see them as C or D, to linux they would be hda or hdb and the different partitions on the disks are numbered. Windows is on the first partition of my only hard disk so it is hda1 and this line in /etc/fstab mounts it in /mnt/windows
/dev/hda1 /mnt/windows ntfs ,ro,umask=0 0 0
|
|
|
|
03-28-2004, 07:23 AM
|
#3
|
|
LQ Newbie
Registered: Mar 2004
Location: IITKanpur,India
Posts: 24
Original Poster
Rep:
|
its giving the following error:
bash: /dev/hda1: Permission denied
|
|
|
|
03-28-2004, 08:09 AM
|
#4
|
|
Senior Member
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185
Rep:
|
are you sure your windows partition is /dev/hda1 or did you just type
that because that is what was mentioned in the above post !?
whats the output of :
fdisk -l
if that above statement is true ?!
|
|
|
|
03-28-2004, 08:22 AM
|
#5
|
|
Member
Registered: Feb 2004
Distribution: Debian
Posts: 108
Rep:
|
you have to create individual directorys in Linux for each partition type to mount to.
example, mnt/windows/cdrive
mnt/windows/ddrive
mnt/windows/edrive
creating as many individual mount points for as many partitions that you need to mount.
you also need to have kernel support for ntfs, i think the package is ntfs i686 or something like that. As Andrew stated, you must also allow for the proper syntax if the file system types are different, eg; for win 95 or win 98, you would set "fat 16" or "fat32", instead of "ntfs" respectively.
once you can mount each partition into it's respective mount point, then you can set the init to auto mount them at boot.
|
|
|
|
03-28-2004, 11:23 AM
|
#6
|
|
Member
Registered: Sep 2003
Location: Nova Scotia
Distribution: Mandrake
Posts: 122
Rep:
|
paste the contents of your /etc/fstab.conf please
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 11:53 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|