Page 192 of 203 FirstFirst ... 92142182190191192193194202 ... LastLast
Results 1,911 to 1,920 of 2026

Thread: HOWTO: NTFS with read/write support using ntfs-3g (easy method)

  1. #1911
    Join Date
    May 2006
    Beans
    81
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: HOWTO: NTFS with read/write support using ntfs-3g (easy method)

    I'm interested to know how to get the latest version (1.913) on Feisty or even Gutsy? The repositories are only for Dapper and Edgy?

  2. #1912
    Join Date
    Sep 2007
    Location
    Nashville, TN
    Beans
    190
    Distro
    Ubuntu Mate Development Release

    Re: HOWTO: NTFS with read/write support using ntfs-3g (easy method)

    This is so frustrating!
    When I tried this:
    Code:
     /dev/sda1 /media/SimpleDrive ntfs-3g defaults,force 0 0
    I got the following
    Code:
    hui@hui-laptop:~$ sudo mount /media/SimpleDrive
    WARNING: Dirty volume mount was forced by the 'force' mount option.
    fusermount: failed to access mountpoint /media/SimpleDrive: No such file or directory
    FUSE mount point creation failed
    Unmounting /dev/sda1 (SimpleDrive)
    When I tried the following:
    Code:
    /dev/sda1 /media/SimpleDrive ntfs-3g defaults,locale=zh_CN.UTF-8 0 0
    I got this:
    Code:
    hui@hui-laptop:~$ sudo mount /media/SimpleDrive
    Volume is scheduled for check. Please boot into Windows TWICE, or
    use the 'force' mount option. For example type on the command line:
    
        mount -t ntfs-3g /dev/sda1 /media/SimpleDrive -o force
    
    Or add the option to the relevant row in the /etc/fstab file:
    
        /dev/sda1 /media/SimpleDrive ntfs-3g defaults,force 0 0
    I am circling forever!!!
    Last edited by zhanglini; September 25th, 2007 at 03:37 AM. Reason: add something

  3. #1913
    Join Date
    Jun 2006
    Location
    Gwangju, Korea
    Beans
    3,479

    Re: HOWTO: NTFS with read/write support using ntfs-3g (easy method)

    Quote Originally Posted by zhanglini View Post
    This is so frustrating!
    When I tried this:
    Code:
     /dev/sda1 /media/SimpleDrive ntfs-3g defaults,force 0 0
    I got the following
    Code:
    hui@hui-laptop:~$ sudo mount /media/SimpleDrive
    WARNING: Dirty volume mount was forced by the 'force' mount option.
    fusermount: failed to access mountpoint /media/SimpleDrive: No such file or directory
    FUSE mount point creation failed
    Unmounting /dev/sda1 (SimpleDrive)
    The mountpoint must exist and be an empty directory.
    Code:
    sudo mkdir /media/SimpleDrive
    You should read How to fstab for details.
    When I tried the following:
    Code:
    /dev/sda1 /media/SimpleDrive ntfs-3g defaults,locale=zh_CN.UTF-8 0 0
    I got this:
    Code:
    hui@hui-laptop:~$ sudo mount /media/SimpleDrive
    Volume is scheduled for check. Please boot into Windows TWICE, or
    use the 'force' mount option. For example type on the command line:
    
        mount -t ntfs-3g /dev/sda1 /media/SimpleDrive -o force
    
    Or add the option to the relevant row in the /etc/fstab file:
    
        /dev/sda1 /media/SimpleDrive ntfs-3g defaults,force 0 0
    You need to do as the message says and boot into Windows twice to cause Windows to repair the partition. Only use force as a last resort.

  4. #1914
    Join Date
    Sep 2007
    Location
    Nashville, TN
    Beans
    190
    Distro
    Ubuntu Mate Development Release

    Re: HOWTO: NTFS with read/write support using ntfs-3g (easy method)

    It finally worked! Thank you for all the patience, MSSERVE!
    It seems that I need to educate myself on Linux stuff.
    Have a great day!

  5. #1915
    Join Date
    Jun 2006
    Location
    Gwangju, Korea
    Beans
    3,479

    Re: HOWTO: NTFS with read/write support using ntfs-3g (easy method)

    Glad you got it working.

  6. #1916
    Join Date
    May 2006
    Location
    Portugal
    Beans
    189
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: HOWTO: NTFS with read/write support using ntfs-3g (easy method)

    Quote Originally Posted by Fr@nKy View Post
    I'm interested to know how to get the latest version (1.913) on Feisty or even Gutsy? The repositories are only for Dapper and Edgy?
    From givré's initial post:
    "Feisty users don't have to deal with additionnal repository, all is already in ubuntu repo."
    I'd assume it's in Gutsy too...
    Not sure if that'll be the very latest version though but it most likely won't be earlier than the one in Dapper's and Edgy's repos you refer to, I'd presume...

    Hope that helped.
    jdackle ~ Linux Counter user # 274021 ~ Ubuntu Counter User # 17154

  7. #1917
    Join Date
    Sep 2007
    Beans
    4

    Re: HOWTO: NTFS with read/write support using ntfs-3g (easy method)

    I probably did something dumb, but my ubuntu Feisy terminal tells me that it can't not find the package for ntfs-3g or ntfs-config. Do I need to compile from source?

    Thanks

  8. #1918
    Join Date
    Sep 2007
    Beans
    36

    Re: HOWTO: NTFS with read/write support using ntfs-3g (easy method)

    can i rename my device (the ntfs one)?
    because i puted a fool name...

  9. #1919
    Join Date
    Sep 2007
    Location
    Warsaw, Poland
    Beans
    629
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: HOWTO: NTFS with read/write support using ntfs-3g (easy method)

    I have a question, if I install ntfs-3g, will I be able to delete NTFS files? To my understanding Gnome does not support NTFS files, so the deleted files just end up being in a hidden folder. Can you make that hidden folder visible and can you delete files from that folder?

  10. #1920
    Join Date
    Sep 2007
    Location
    /home/mom/basement
    Beans
    545
    Distro
    Kubuntu 7.10 Gutsy Gibbon

    Re: HOWTO: NTFS with read/write support using ntfs-3g (easy method)

    Quote Originally Posted by polygonal View Post
    I probably did something dumb, but my ubuntu Feisy terminal tells me that it can't not find the package for ntfs-3g or ntfs-config. Do I need to compile from source?

    Thanks
    I found them in the Synaptic Package Manager

Page 192 of 203 FirstFirst ... 92142182190191192193194202 ... LastLast

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
  •