PDA

View Full Version : how do i view NTFS partion


Barry R Cisna
2003-10-25, 06:52 AM CDT
HI ALL,,

Obviously ,, I m a newbie (clueless) to Linux at this point!

What do i need to do ,,to view my (primary partition),/ dual boot,, NTFS
,, drive in the Red Hat File Browser..
I found where you "mount drives",,but my NTFS partition is not listed???
Thanks for any info,,,

BARRY

Bruce Wolk
2003-10-25, 01:46 PM CDT
Barry R Cisna wrote:
> HI ALL,,
>
> Obviously ,, I m a newbie (clueless) to Linux at this point!
>
> What do i need to do ,,to view my (primary partition),/ dual boot,, NTFS
> ,, drive in the Red Hat File Browser..
> I found where you "mount drives",,but my NTFS partition is not listed???
> Thanks for any info,,,
>
> BARRY
>
>

Everything you need is here:

http://linux-ntfs.sourceforge.net/info/redhat.html

Bruce Wolk
2003-10-25, 01:46 PM CDT
Barry R Cisna wrote:
> HI ALL,,
>
> Obviously ,, I m a newbie (clueless) to Linux at this point!
>
> What do i need to do ,,to view my (primary partition),/ dual boot,, NTFS
> ,, drive in the Red Hat File Browser..
> I found where you "mount drives",,but my NTFS partition is not listed???
> Thanks for any info,,,
>
> BARRY
>
>

Everything you need is here:

http://linux-ntfs.sourceforge.net/info/redhat.html

Keith Clark
2003-10-25, 02:24 PM CDT
On Sat, 25 Oct 2003 20:46:49 +0000, Bruce Wolk wrote:

> Barry R Cisna wrote:
>> HI ALL,,
>>
>> Obviously ,, I m a newbie (clueless) to Linux at this point!
>>
>> What do i need to do ,,to view my (primary partition),/ dual boot,, NTFS
>> ,, drive in the Red Hat File Browser..
>> I found where you "mount drives",,but my NTFS partition is not listed???
>> Thanks for any info,,,
>>
>> BARRY
>>
>>
>
> Everything you need is here:
>
> http://linux-ntfs.sourceforge.net/info/redhat.html


Also you can find useful info here (a list of dozen's of How-to guides for
Linux).

http://www.tldp.org/HOWTO/HOWTO-INDEX/howtos.html

Also, once you have the NTFS modules compiled and loaded, you need to add
a line to /etc/fstab to automatically mount the partition on every boot,
something like this :

/dev/sda1 /drive_c ntfs auto,ro,gid=500,uid=500,umask=0007 0 0


The link that Bruce gave is a good one, but it's very out-dated in regards
to NTFS. Current kernel modules work fine with NTFS. Do NOT try to use an
NTFS drive in RW mode. It's not safe and you can lose all data on the
drive. Stick to RO.

--Keith

Keith Clark
2003-10-25, 02:24 PM CDT
On Sat, 25 Oct 2003 20:46:49 +0000, Bruce Wolk wrote:

> Barry R Cisna wrote:
>> HI ALL,,
>>
>> Obviously ,, I m a newbie (clueless) to Linux at this point!
>>
>> What do i need to do ,,to view my (primary partition),/ dual boot,, NTFS
>> ,, drive in the Red Hat File Browser..
>> I found where you "mount drives",,but my NTFS partition is not listed???
>> Thanks for any info,,,
>>
>> BARRY
>>
>>
>
> Everything you need is here:
>
> http://linux-ntfs.sourceforge.net/info/redhat.html


Also you can find useful info here (a list of dozen's of How-to guides for
Linux).

http://www.tldp.org/HOWTO/HOWTO-INDEX/howtos.html

Also, once you have the NTFS modules compiled and loaded, you need to add
a line to /etc/fstab to automatically mount the partition on every boot,
something like this :

/dev/sda1 /drive_c ntfs auto,ro,gid=500,uid=500,umask=0007 0 0


The link that Bruce gave is a good one, but it's very out-dated in regards
to NTFS. Current kernel modules work fine with NTFS. Do NOT try to use an
NTFS drive in RW mode. It's not safe and you can lose all data on the
drive. Stick to RO.

--Keith

Keith Clark
2003-10-26, 12:12 PM CST
On Sat, 25 Oct 2003 21:24:50 +0000, Keith Clark wrote:

> On Sat, 25 Oct 2003 20:46:49 +0000, Bruce Wolk wrote:
>
>> Barry R Cisna wrote:
>>> HI ALL,,
>>>
>>> Obviously ,, I m a newbie (clueless) to Linux at this point!
>>>
>>> What do i need to do ,,to view my (primary partition),/ dual boot,, NTFS
>>> ,, drive in the Red Hat File Browser..
>>> I found where you "mount drives",,but my NTFS partition is not listed???
>>> Thanks for any info,,,
>>>
>>> BARRY
>>>
>>>
>>
>> Everything you need is here:
>>
>> http://linux-ntfs.sourceforge.net/info/redhat.html
>
>
> Also you can find useful info here (a list of dozen's of How-to guides for
> Linux).
>
> http://www.tldp.org/HOWTO/HOWTO-INDEX/howtos.html
>
> Also, once you have the NTFS modules compiled and loaded, you need to add
> a line to /etc/fstab to automatically mount the partition on every boot,
> something like this :
>
> /dev/sda1 /drive_c ntfs auto,ro,gid=500,uid=500,umask=0007 0 0
>
>
> The link that Bruce gave is a good one, but it's very out-dated in regards
> to NTFS. Current kernel modules work fine with NTFS. Do NOT try to use an
> NTFS drive in RW mode. It's not safe and you can lose all data on the
> drive. Stick to RO.
>
> --Keith


Ummm---On re-reading this, I see I made a really bad typo. I said "NTFS"
when I should have said "SMP" as in "NTFS works fine with SMP kernels".

Sorry 'bout that...

Keith Clark
2003-10-26, 12:12 PM CST
On Sat, 25 Oct 2003 21:24:50 +0000, Keith Clark wrote:

> On Sat, 25 Oct 2003 20:46:49 +0000, Bruce Wolk wrote:
>
>> Barry R Cisna wrote:
>>> HI ALL,,
>>>
>>> Obviously ,, I m a newbie (clueless) to Linux at this point!
>>>
>>> What do i need to do ,,to view my (primary partition),/ dual boot,, NTFS
>>> ,, drive in the Red Hat File Browser..
>>> I found where you "mount drives",,but my NTFS partition is not listed???
>>> Thanks for any info,,,
>>>
>>> BARRY
>>>
>>>
>>
>> Everything you need is here:
>>
>> http://linux-ntfs.sourceforge.net/info/redhat.html
>
>
> Also you can find useful info here (a list of dozen's of How-to guides for
> Linux).
>
> http://www.tldp.org/HOWTO/HOWTO-INDEX/howtos.html
>
> Also, once you have the NTFS modules compiled and loaded, you need to add
> a line to /etc/fstab to automatically mount the partition on every boot,
> something like this :
>
> /dev/sda1 /drive_c ntfs auto,ro,gid=500,uid=500,umask=0007 0 0
>
>
> The link that Bruce gave is a good one, but it's very out-dated in regards
> to NTFS. Current kernel modules work fine with NTFS. Do NOT try to use an
> NTFS drive in RW mode. It's not safe and you can lose all data on the
> drive. Stick to RO.
>
> --Keith


Ummm---On re-reading this, I see I made a really bad typo. I said "NTFS"
when I should have said "SMP" as in "NTFS works fine with SMP kernels".

Sorry 'bout that...