<---- template headericclude ----->
How can mount NTFS and read/write for all users?
FedoraForum.org - Fedora Support Forums and Community
Results 1 to 8 of 8
  1. #1
    smtahoun Guest

    Question How can mount NTFS and read/write for all users?

    hi
    I want to mount windowsxp partion NTFS in my linux to be apple to write and read for all linux user
    how can i do it in:
    /etc/fstad

    [root@samir /]# fdisk -l

    Disk /dev/hda: 81.9 GB, 81964302336 bytes
    255 heads, 63 sectors/track, 9964 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes

    Device Boot Start End Blocks Id System
    /dev/hda1 * 1 2667 21422646 7 HPFS/NTFS
    /dev/hda2 2668 9964 58613152+ f W95 Ext'd (LBA)
    /dev/hda5 2668 8521 47022223+ 7 HPFS/NTFS
    /dev/hda6 8522 9964 11590866 7 HPFS/NTFS

    Disk /dev/hdc: 41.1 GB, 41110142976 bytes
    255 heads, 63 sectors/track, 4998 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes

    Device Boot Start End Blocks Id System
    /dev/hdc1 * 1 13 104391 83 Linux
    /dev/hdc2 14 4998 40042012+ 8e Linux LVM


    the /dev/hda5 the NTFS

    thanks

  2. #2
    Join Date
    Feb 2005
    Location
    Scotland
    Posts
    445
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I had a similar task with a FAT partition today. Check out http://forums.fedoraforum.org/forum/...ad.php?t=60430

    BTW I think itnstead of stating the filesystem type you can simply state auto for the fstab entry

  3. #3
    smtahoun Guest
    i think in NTFS there is more :
    i tryed :
    dev/hda5 /mnt/DiskD auto defaults,gid=500,users,rw,umask=000 0 0

    but also i cant write there???
    and BTW im also do mount -a after change /etc/sftab

  4. #4
    Join Date
    Feb 2005
    Location
    Scotland
    Posts
    445
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry you are right. I believe that write support is not directly supported. I /believe/ you have to re-compile your kernel with the option tunred on. A search should reveal the answer.

  5. #5
    kg4cbk Guest
    Unless there has been improvements in NTFS support under linux you are taking your chances writing to an NTFS file system using linux.

    Is this a dual boot system? If not and the NTFS file system is on another system then you want to look at samba to share that file system across the network.

    If you really do want to read and write a windows file system then you should look at using a FAT32 file system for that.

  6. #6
    Join Date
    Feb 2005
    Location
    Scotland
    Posts
    445
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yeah I am dual booting FC4 and XP and using a shared FAT partition. Both OSs have read/write access to it and it works nicely.

  7. #7
    smtahoun Guest
    ok fat is nice and smothly work with bot OS
    but my problem is that i need to with in hda5 case its my storge partetion ????
    i tought that in linux there will be no problem ?
    i saw in fdisk there is many type of NTFS can linux do..!!!
    i need to solution....

    but the sillllliiii solution i found:

    .2 Can the Driver write to an NTFS volume, too?

    Not really, but if you only need to copy files from Linux to Windows on a dual-boot machine, see "How to write to NTFS" below for a possible way to work around the lack of write support. For write support in Linux, read on.
    ...http://linux-ntfs.sourceforge.net/info/ntfs.html#3.2
    so i have to use windows driver.....I AM TRYING TO GETOF FROM WINDOWSSSS

  8. #8
    kg4cbk Guest
    Much of your last message was not clear.

    There are ways to build a kernel that will allow you to write to an NTFS file system. Please read all the notes on doing that. It is not recommended and could cause problems with the NTFS file system.

    If you want to setup a file system that can be used in both windows and linux modes it is recommended that that file system type be FAT32. There is good support for that in linux.

    Building a kernel to allow NTFS write support is not a trivial task and probably going to be very frustrating to someone that is new to linux.

    If you go that route please make sure you have backups of all data on the NTFS file system. You may wipe that file system unintentionally.

Similar Threads

  1. NTFS, Mount, Read and Write
    By At0mAng in forum Using Fedora
    Replies: 6
    Last Post: 29th March 2007, 08:38 PM
  2. Ntfs mount/write & read support
    By micheel in forum Using Fedora
    Replies: 1
    Last Post: 25th August 2006, 11:26 PM
  3. Read / Write access on NTFS using Linux-NTFS
    By andrewski in forum Using Fedora
    Replies: 14
    Last Post: 27th March 2006, 03:22 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
[[template footer(Guest)]]