Page 82 of 203 FirstFirst ... 3272808182838492132182 ... LastLast
Results 811 to 820 of 2026

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

  1. #811
    Join Date
    Apr 2006
    Beans
    1,252

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

    CoolkcaH, compile them, or upgrade to edgy
    WARNING : Post with explicit contents
    Join to "STOP monolithic all-in-one unmanageable application"
    The wiki is your friend https://help.ubuntu.com/community/

  2. #812
    Join Date
    Sep 2005
    Location
    Australia
    Beans
    44
    Distro
    Ubuntu 8.04 Hardy Heron

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

    error: 302 Found

    After following instructions for the Dapper install and doing apt-get update I get this happening:
    Failed to fetch http://givre.cabspace.com/ubuntu/dis...86/Packages.gz 302 Found

    this is using the apt sources:

    deb http://givre.cabspace.com/ubuntu/ dapper main main-all
    deb http://ntfs-3g.sitesweetsite.info/ubuntu/ dapper main main-all
    deb http://flomertens.keo.in/ubuntu/ dapper main main-all


    I think 302 is a redirect, so what setting is needed for apt-get update to work properly?

  3. #813
    Join Date
    Oct 2005
    Location
    Southeast Asia
    Beans
    Hidden!
    Distro
    Ubuntu 7.04 Feisty Fawn

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

    the three repos contain the same packages. You don't need to use all three in your source list.

    i use:
    Code:
    deb http://flomertens.keo.in/ubuntu/ dapper main main-all

  4. #814
    Join Date
    Jan 2005
    Location
    Brookline, MA
    Beans
    1,059
    Distro
    Ubuntu 10.10 Maverick Meerkat

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

    Quote Originally Posted by givré View Post
    It is up to date and it works.
    1. dapper or edgy
    2. What repo did you add to your sources.list
    2. external or internal device
    3. If internal, what is your /etc/fstab
    givre-

    First, thanks for doing and supporting this.

    1. Dapper 6.06.1
    2. All three repos.
    3. External

    I get this error:

    Could not mount device.
    The reported error was:
    mount: according to mtab, /dev/sde1 is already mounted on /media/usbdisk
    mount failed
    It's not readable, however. It shows up as a blank volume (and there are something like 70gb of files on it.).

    EDIT:

    Rebooted, et voila, full read and write.

    You sir, ROCK!
    Last edited by justin whitaker; October 21st, 2006 at 06:03 PM.

  5. #815
    Join Date
    Oct 2006
    Location
    Halmstad
    Beans
    18

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

    You say that we should compile it if we are on AMD64, but how do we do that?...

    PS: And, im using the latest Edgy RC1. But NTFS-3G still wont mount my NTFS eternal usb HDD with write support.

  6. #816
    Join Date
    Apr 2006
    Beans
    1,252

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

    Instructions to build pmount (for removable device only) for Amd 64 in edgy :

    1. First you need to add a repo to your /etc/apt/sources.list to get the source package.
    Code:
    deb-src http://flomertens.keo.in/ubuntu/ edgy main-all
    2. Create a directory where we will build the packages (you may delete it at the end of the process) :
    Code:
    mkdir build
    cd build
    3. Get the needed package :
    Code:
    sudo apt-get update
    sudo apt-get install build-essential automake fakeroot debhelper autotools-dev cdbs libsysfs-dev libhal-dev  libhal-storage-dev  intltool
    4. Get the source, build & install it :
    Code:
    fakeroot apt-get source -b pmount
    sudo dpkg -i *pmount*.deb
    And that's all.

    Tell me to know how it worked.
    Last edited by givré; December 7th, 2006 at 12:12 AM.
    WARNING : Post with explicit contents
    Join to "STOP monolithic all-in-one unmanageable application"
    The wiki is your friend https://help.ubuntu.com/community/

  7. #817
    Join Date
    Oct 2006
    Beans
    1

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

    I'm sorry if this error has already been covered in this 80+ page thread... but I couldn't seem to find much information on it. So I thought it might be helpful for someone having the same problem as I had with ntfs-3g.

    I followed the install guide as described in this thread. However, I kept getting this error in the Konsole: "Volume is scheduled for check. Please boot into Windows TWICE, or use the 'force' mount option." I first tried to force mount (-o force) and that seemed to work for the time being. But when I rebooted my box everything was unmounted again!

    So I found some small blurbs on a forum saying you should just reboot into windows and try again. Well when I booted into Windows it wanted to to a disk check. I let it run its course and after the check was done it rebooted the box on it's own. Again I booted back into Windows from GRUB. Once I got to the Windows desktop I restarted.

    Finally, I booted back into Kubuntu and everything was mounted perfectly. I had full READ/WRITE access to the ntfs partition. Apparently, that's what "boot into Windows TWICE" means.

    Not sure what difference this may make, but I tested this under Kubuntu Edgy RC1. Good luck and I hope I've helped someone.

    Thanks,

    Brydenn

  8. #818
    Join Date
    Apr 2006
    Beans
    1,252

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

    Quote Originally Posted by Brydenn33 View Post
    Apparently, that's what "boot into Windows TWICE" means.
    Right. Its important to reboot on windows after a check at boot time.
    WARNING : Post with explicit contents
    Join to "STOP monolithic all-in-one unmanageable application"
    The wiki is your friend https://help.ubuntu.com/community/

  9. #819
    Join Date
    Aug 2005
    Location
    Mid-Michigan
    Beans
    22
    Distro
    Ubuntu 7.04 Feisty Fawn

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

    I don't know if this has been reported yet, but pmount is crashing the lateset Edgy version of HAL for me

    ***EDIT***

    Givre, you have proven to be the man once again...

    Problem was found to be dbus not running on startup. All is well.
    Last edited by T-One; October 24th, 2006 at 11:10 PM.

  10. #820
    Join Date
    Apr 2006
    Beans
    1,252

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

    How is it crashing ?
    I have no problems here.
    WARNING : Post with explicit contents
    Join to "STOP monolithic all-in-one unmanageable application"
    The wiki is your friend https://help.ubuntu.com/community/

Page 82 of 203 FirstFirst ... 3272808182838492132182 ... 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
  •