Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Writing to NTFS - using Fedora core 1

  1. #1
    Junior Member
    Join Date
    Feb 2004
    Posts
    72

    Writing to NTFS - using Fedora core 1

    I am trying to access my files, which are located on an NTFS partition.

    I have managed to find an RPM which allows me to read . But i am unable to WRITE to the drive.

    Is there any way of doing this without recompiling the kernel.

    Any help appreciated.

    G/\

  2. #2

    Re:Writing to NTFS - using Fedora core 1

    You can, but it's dangerous, NTFS is very not linux compatible.
    You shouldn't do it, unless you're rescuing files or something.

  3. #3
    Junior Member
    Join Date
    Feb 2004
    Posts
    72

    Re:Writing to NTFS - using Fedora core 1

    Yes, it is in order to rescue some files. I orgiginbally moved them over to my EXT2 partition, in order to reinstall windows without loosing my files.

    I have now reinstralled windows and want to put them back to my NTFS partition.

    If it is too dangerous then i will think of something else.

  4. #4
    Junior Member
    Join Date
    Feb 2004
    Posts
    72

    Re:Writing to NTFS - using Fedora core 1

    Ok i have just thaught of something.

    I have a mass USB storage device which is 6GB. This is enough space.

  5. #5
    Junior Member
    Join Date
    Feb 2004
    Posts
    72

    Re:Writing to NTFS - using Fedora core 1

    How do i get Fedora to recognize the USB HDD.

    DO i simply have to mount it using /etc/fstab

    What will its /dev/(USB DEVICE) name be

    ANy help is appreciated

    Thanx

  6. #6

    Re:Writing to NTFS - using Fedora core 1

    [quote author=G/\weph link=board=25;threadid=9788;start=0#msg88968 date=1095628785]
    How do i get Fedora to recognize the USB HDD.

    DO i simply have to mount it using /etc/fstab

    What will its /dev/(USB DEVICE) name be

    ANy help is appreciated

    Thanx
    [/quote]
    USB drive under linux

    Safe R/W access to NTFS under linux

  7. #7
    Moderator
    Kind Mastermind
    stryder144's Avatar
    Join Date
    Aug 2001
    Location
    Somewhere Over the Rainbow
    Posts
    2,923

    Re:Writing to NTFS - using Fedora core 1

    If it's possible, you could partition the Windows drive into an NTFS partition and a small FAT32 partition. This would allow you to read/write to the FAT disk from both Windows and Linux. I know it isn't a very elegant way of doing things, but it could be of use (that's how I do it, btw).

    Cheers

  8. #8

    Re:Writing to NTFS - using Fedora core 1

    You might want to give Explore2fs a shot http://uranus.it.swin.edu.au/~jn/linux/explore2fs.htm

    You can access your ext2 from windows and copy the files over that way instead of trying to use the experimental NTFS write support in Linux.

  9. #9

    Re:Writing to NTFS - using Fedora core 1

    a usb device under linux is considered a scsi device, so,

    mkdir /mnt/usb
    mount /dev/sd0 /mnt/usb
    ls /mnt/usb

    hope this is useful

    [quote author=G/\weph link=board=25;threadid=9788;start=0#msg88968 date=1095628785]
    How do i get Fedora to recognize the USB HDD.

    DO i simply have to mount it using /etc/fstab

    What will its /dev/(USB DEVICE) name be

    ANy help is appreciated

    Thanx
    [/quote]

  10. #10

    Re:Writing to NTFS - using Fedora core 1

    for me, a USB mass storage device is
    /dev/sda1

Similar Threads

  1. CD/DVD writing software for Fedora core 5 32 bit
    By tech291083 in forum Redhat / Fedora
    Replies: 3
    Last Post: 05-02-2007, 12:24 AM
  2. Fedora Core 5 Preview
    By Lovechild in forum Redhat / Fedora
    Replies: 8
    Last Post: 03-20-2006, 03:33 AM
  3. Fedora Core 5 Test 3 released
    By Lovechild in forum Redhat / Fedora
    Replies: 8
    Last Post: 03-09-2006, 04:07 AM
  4. NTFS on Fedora Core 3
    By BadDudes in forum Linux - General Topics
    Replies: 5
    Last Post: 06-19-2005, 11:52 PM
  5. Upgrading to Fedora Core 3 - simple question
    By DamselNDistress in forum Linux - General Topics
    Replies: 12
    Last Post: 03-04-2005, 03:20 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •