Unix Technical Forum

NTSF in Fedora 5

This is a discussion on NTSF in Fedora 5 within the Linux Operating System forums, part of the Unix Operating Systems category; --> Hi people In Fedora 5 the NTFS file system is activated? If no, anybady can show me that I ...


Go Back   Unix Technical Forum > Unix Operating Systems > Linux Operating System

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-18-2008, 05:43 PM
Renato
 
Posts: n/a
Default NTSF in Fedora 5

Hi people

In Fedora 5 the NTFS file system is activated? If no, anybady can show
me that I access this partition, or which mount command or smb.

thanks

Diogo

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-18-2008, 05:43 PM
Nico Kadel-Garcia
 
Posts: n/a
Default Re: NTSF in Fedora 5


"Renato" <renato.diogo@gmail.com> wrote in message
news:1144844301.615771.115330@u72g2000cwu.googlegr oups.com...
> Hi people
>
> In Fedora 5 the NTFS file system is activated? If no, anybady can show
> me that I access this partition, or which mount command or smb.
>
> thanks


Take a look at the kernel config files, usually stashed in
/boot/config-[kernel-name], and look for the NTFS options. RedHat's been
very reluctant to enable NTFS-write, for good reasons, and even reluctant to
enable NTFS-read due to some old reported fragility.

You may need to build your own kernel, which is pretty easy to do and make
an RPM for a kernel with NTFS support.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-18-2008, 05:43 PM
Buck Rogers
 
Posts: n/a
Default Re: NTSF in Fedora 5

On 12 Apr 2006 05:18:21 -0700, "Renato" <renato.diogo@gmail.com>
wrote:

>Hi people
>
>In Fedora 5 the NTFS file system is activated? If no, anybady can show
>me that I access this partition, or which mount command or smb.
>
>thanks
>
>Diogo


Hello,

http://www.linux-ntfs.org will give you the rpm's you need. Then you
can mount the partition automatically through /etc/fstab

HTH

Buck
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-18-2008, 05:44 PM
Rick Moen
 
Posts: n/a
Default Re: NTSF in Fedora 5

Nico Kadel-Garcia <nkadel@comcast.net> wrote:

> Take a look at the kernel config files, usually stashed in
> /boot/config-[kernel-name], and look for the NTFS options. RedHat's been
> very reluctant to enable NTFS-write, for good reasons, and even reluctant to
> enable NTFS-read due to some old reported fragility.


I think it's much more likely to be wariness about possible patent
infringement. ttp://www.linux-ntfs.org/content/view/120/59/

And the current usability of NTFS-write in the ntfsprogs userspace
(FUSE-type, I think) toolset is reportedly awfully good:
http://wiki.linux-ntfs.org/doku.php?id=status Maybe your information is
outdated?

--
Cheers,
Rick Moen Habetis bona deum.
rick@linuxmafia.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-18-2008, 05:44 PM
Nico Kadel-Garcia
 
Posts: n/a
Default Re: NTSF in Fedora 5

Rick Moen wrote:
> Nico Kadel-Garcia <nkadel@comcast.net> wrote:
>
>> Take a look at the kernel config files, usually stashed in
>> /boot/config-[kernel-name], and look for the NTFS options. RedHat's
>> been very reluctant to enable NTFS-write, for good reasons, and even
>> reluctant to enable NTFS-read due to some old reported fragility.

>
> I think it's much more likely to be wariness about possible patent
> infringement. ttp://www.linux-ntfs.org/content/view/120/59/
>
> And the current usability of NTFS-write in the ntfsprogs userspace
> (FUSE-type, I think) toolset is reportedly awfully good:
> http://wiki.linux-ntfs.org/doku.php?id=status Maybe your information
> is outdated?


I don't think so: NTFS-write is perilous becaue the magic of Windows file
ownership is fairly "special", and vulnerable to change by Microsoft without
warning as has happened before.

The fragility of the read-only tools is old, and I for one would like to see
them included. But if a user does screw up their Windows box by using tools
that haven't been through completely thorough testing but were lying around
built-in by default, expect a lot of complaints and whining from the people
who lost data. The caution is understandable.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-18-2008, 05:44 PM
Michael Heiming
 
Posts: n/a
Default Re: NTSF in Fedora 5

In comp.os.linux.setup Renato <renato.diogo@gmail.com>:
> Hi people


> In Fedora 5 the NTFS file system is activated? If no, anybady can show
> me that I access this partition, or which mount command or smb.


Is this partition local or remote (smb)?

Why don't you look it up?

grep -i ntfs /boot/config-`uname -r`
# CONFIG_NTFS_FS is not set

yum install kmod-ntfs

Should get you the needed kernel modules. Check
http://www.linux-ntfs.org/ for additional tools you might want to
use. Be sure to update your system to the latest patches, using
yum, can save you lots of trouble.

Good luck

BTW
Please try below URL(s) before answering, most people aren't
using a browser here to read/write, this is usenet.

http://www.safalra.com/special/googlegroupsreply
http://cfaj.freeshell.org/google

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo zvpunry@urvzvat.qr | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 68: only available on a need to know basis
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-18-2008, 05:45 PM
Rick Moen
 
Posts: n/a
Default Re: NTSF in Fedora 5

Nico Kadel-Garcia <nkadel@comcast.net> wrote:

> I don't think so: NTFS-write is perilous becaue the magic of Windows file
> ownership is fairly "special", and vulnerable to change by Microsoft without
> warning as has happened before.


If memory serves, that was accompanied by a change in NTFS version,
which the badly written initial NTFS drivers for Linux didn't bother to
check.

> The caution is understandable.


To repeat, the caution (on RH's part) seems to primarily concern
possible patent infringement. Thus the point of my earlier post.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 01-18-2008, 05:45 PM
Renato
 
Posts: n/a
Default Re: NTSF in Fedora 5

I will go look this site (http://www.linux-ntfs.org/) and read more
about this in this site...

thank´s

If I will need, I will post again

[]s

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 12:57 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com