Linux - Newbie This 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.
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. |
|
 |
09-15-2003, 03:09 PM
|
#1
|
|
Member
Registered: Mar 2003
Posts: 33
Rep:
|
mounting ntfs partition !
hi
I recently upgraded win 98(FAT32) to win XP (NTFS partition).
I am unable to mount windows from linux.
Is there any other solution to mount ntfs partition. I have lots of files on linux that are to be transferred to windows. I thought of downloading something now in windows and then retrieve it in linux..... but i think thats not possible.
Please helpppppppppp !!!
Shaahul
|
|
|
|
09-15-2003, 03:14 PM
|
#2
|
|
Member
Registered: Aug 2003
Location: Portugal
Distribution: Gentoo
Posts: 78
Rep:
|
you can read ntfs partitions but you cannot write on them
|
|
|
|
09-15-2003, 03:18 PM
|
#3
|
|
Member
Registered: Mar 2003
Posts: 33
Original Poster
Rep:
|
thanks for the reply
But how do I read an ntfs partition from linux. I have red hat linux 7.2.
Could u also tell me if there is SOME way of transferring files from linux to win XP (ntfs), i have some important files on the linux partition to be moved to windows.
Helppppppppp
Shaahul
|
|
|
|
09-15-2003, 03:22 PM
|
#4
|
|
Senior Member
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104
Rep:
|
For Red Hat youll need the RPM from
http://linux-ntfs.sourceforge.net/info/redhat.html
Here's a typical fstab line to use - subdtitute in your partition and mount point.
/dev/hda1 /mnt/windows ntfs auto,ro,umask=0222 0 0
For the other way round check out
explore2fs
|
|
|
|
09-15-2003, 03:23 PM
|
#5
|
|
Member
Registered: Aug 2003
Location: UK
Distribution: Redhat 9 FC 3 SUSE 9.2 SUSE 9.3 Gentoo 2005.0 Debian Sid
Posts: 657
Rep:
|
shaahul
Might be worth a visit to here http://linux-ntfs.sourceforge.net/
Pete
|
|
|
|
09-15-2003, 03:38 PM
|
#6
|
|
Member
Registered: Mar 2003
Posts: 33
Original Poster
Rep:
|
hi
Is there a mount command to mount the ntfs partition on linux.
For eg. I was using mount /dev/hda1 dest_directory to mount win98(fat32). Is there a command similar to this to mount ntfs partition (ntfs) ??????????
Shaahul
|
|
|
|
09-15-2003, 03:51 PM
|
#7
|
|
Senior Member
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104
Rep:
|
Yes - for a temporary mount - (susbstitute in you partition and mount point)
mount –t ntfs –o ro /dev/hda1 /mnt/windows
|
|
|
|
09-15-2003, 03:57 PM
|
#8
|
|
Member
Registered: Mar 2003
Posts: 33
Original Poster
Rep:
|
thanks for the reply.
Why does the command have so many parts. Suppose i want to mount win 98 partition, i used to just give
mount /dev/hda1 dest_dir
But the command u have mentioned has so many parts.
It would be better if u could explain what each part stands for in
mount –t ntfs –o ro /dev/hda1 /mnt/windows
so that it would not only be useful to me, but also to any newbie who is looking for a similar thread.
Shaahul
|
|
|
|
09-15-2003, 04:06 PM
|
#9
|
|
Senior Member
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104
Rep:
|
You're simply issuing a command to mount a filesystem of type "NTFS" with options "read only" from the partition /dev/hda1 (for example) to the mount point /mnt/windows (for example)
|
|
|
|
09-15-2003, 04:10 PM
|
#10
|
|
Member
Registered: Aug 2003
Location: Portugal
Distribution: Gentoo
Posts: 78
Rep:
|
-t ntfs -> the type of the partition is ntfs
-o ro -> readonly (i don't think this is necessary)
the rest i think you know
|
|
|
|
09-16-2003, 02:22 AM
|
#11
|
|
Member
Registered: Mar 2003
Posts: 33
Original Poster
Rep:
|
hi
I read somewhere that reading or writing on to an NTFS partition could be disastrous !!!!
Is that true ???????
I just formatted my hard disk to NTFS and installed win XP. There is some important data on my linux partition which I want to transfer to win XP. Can I just mount the ntfs partition on Red hat linux 7.2 or do i need to install anything more (rpms) ???
Will there be any problems in reading or writing to ntfs from linux ???????
Shaahul
|
|
|
|
09-16-2003, 05:06 AM
|
#12
|
|
Senior Member
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104
Rep:
|
Quote:
|
I read somewhere that reading or writing on to an NTFS partition could be disastrous !!!!
|
At present neither of the 2 Linux NTFS drivers enables succesful write support - with the first one there is a real chance of corrupting your filesystem - the second improves a little but is extremely limited to the point of not being viable for day to day use - so in short, you still cant write to NTFS succesfully - you might want to consider a FAT32 partition to be used to share data betwween the OS's
As for reading NTFS, because of legal reasons Red Hat chose to leave out the NTFS drivers - so you'd typically get the RPM as I mentioned before.
|
|
|
|
| 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 02:49 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
|
|