Page 65 of 203 FirstFirst ... 1555636465666775115165 ... LastLast
Results 641 to 650 of 2026

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

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

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

    Quote Originally Posted by Cariboo1938 View Post
    Hi givré,
    I made a terrible mistake. First I did what you recommended (comment debconf-updatepo in debian/rules) and then I thought I have to delete the directory 'fuse-2.5.3' to started all over again. This is what happened:
    I'm sorry, I feel really stupid and bad...how can I fix this?
    Try to update your package list :
    Code:
    sudo apt-get update
    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. #642
    Join Date
    Aug 2006
    Location
    London
    Beans
    11
    Distro
    Ubuntu 6.06

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

    Greate stuff, worked perfektly here on my Ubuntu Dapper/Win XP installation.
    Just 2 points:

    My file with the list of locales is not /var/lib/locales/supported.d/local, but /var/lib/locales/supported.d/en And remember that British local is en_GB.utf8

    Secondly, I have installed my Thunderbird email to share profile on my XP C driver. I know it says beta on the top, but still. Looks good so far... Is this a very risky strategy?

    (Not that the loss of XP is any big disaster in itself. At least as long as I remember to backup my email files from time to time...)

  3. #643
    Join Date
    Apr 2006
    Beans
    1,252

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

    Quote Originally Posted by mons View Post
    Greate stuff, worked perfektly here on my Ubuntu Dapper/Win XP installation.
    Just 2 points:

    My file with the list of locales is not /var/lib/locales/supported.d/local, but /var/lib/locales/supported.d/en And remember that British local is en_GB.utf8
    You are not totally right (we don't use all english), but you're also not totally wrong (local don't show you all the possible local you can use). So i think the best is simply to look at 'locale -a' so everybody will be happy. I'll change that. Thanks
    Quote Originally Posted by mons View Post
    Secondly, I have installed my Thunderbird email to share profile on my XP C driver. I know it says beta on the top, but still. Looks good so far... Is this a very risky strategy?

    (Not that the loss of XP is any big disaster in itself. At least as long as I remember to backup my email files from time to time...)
    I think that we reach a point where i can say 'this is enough safe'. If you see the latest posts, people complain more about my stupidity (building problem ) than about ntfs-3g in iteself.
    So it's not not really a risky strategy. Just remember to make some backup sometimes, we never know .
    WARNING : Post with explicit contents
    Join to "STOP monolithic all-in-one unmanageable application"
    The wiki is your friend https://help.ubuntu.com/community/

  4. #644
    Join Date
    May 2006
    Location
    Kelowna, BC
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

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

    Quote Originally Posted by givré View Post
    Try to update your package list :
    Code:
    sudo apt-get update
    Thank you very much...
    update package list >ok
    download sources fuse-2.5.3-1 >ok
    After
    Code:
    dpkg-buildpackage -rfakeroot
    in "cd fuse-2.5.3" followed a long list of informations..ending with the following lines
    dh_compress -Xfusexmp.c
    dh_fixperms
    dh_installdebconf
    dh_makeshlibs
    dh_installdeb
    dh_shlibdeps
    dh_gencontrol
    dh_md5sums
    dh_builddeb
    dpkg-deb: building package `fuse-source' in `../fuse-source_2.5.3-1_all.deb'.
    make[1]: Leaving directory `/home/owner/fuse-2.5.3'
    dpkg-genchanges
    dpkg-genchanges: including full source code in upload
    dpkg-buildpackage: full upload (original source is included)
    owner@Owner-Desktop:~/fuse-2.5.3$
    Code:
    After dpkg-buildpackage -rfakeroot
    in "ntfs-3g-20070920-BETA", followed a long list of informations..ending with the following lines
    dpkg-deb: building package `ntfs-3g' in `../ntfs-3g_20070920-BETA-1_amd64.deb'.
    dh_shlibdeps -plibntfs-3g
    dh_gencontrol -plibntfs-3g
    dh_md5sums -plibntfs-3g
    dh_builddeb -plibntfs-3g
    dpkg-deb: building package `libntfs-3g' in `../libntfs-3g_20070920-BETA-1_amd64.deb'.
    dpkg-genchanges
    dpkg-genchanges: including full source code in upload
    dpkg-buildpackage: full upload (original source is included)
    owner@Owner-Desktop:~/ntfs-3g-20070920-BETA$
    After
    Code:
    sudo dpkg-i ntfs-3g
    I got
    owner@Owner-Desktop:~/ntfs-3g-20070920-BETA$ cd ../
    owner@Owner-Desktop:~$ sudo dpkg-i ntfs-3g
    sudo: dpkg-i: command not found
    I changed that to
    Code:
    sudo dpkg -i ntfs-3g
    and got this
    owner@Owner-Desktop:~$ sudo dpkg -i ntfs-3g
    dpkg: error processing ntfs-3g (--install):
    cannot access archive: No such file or directory
    Errors were encountered while processing:
    ntfs-3g
    owner@Owner-Desktop:~$
    I changed the Command to
    Code:
    sudo dpkg -i ntfs-3g_20070920-BETA-1_amd64.deb
    and got these messages
    owner@Owner-Desktop:~$ sudo dpkg -i ntfs-3g_20070920-BETA-1_amd64.deb
    Selecting previously deselected package ntfs-3g.
    (Reading database ... 96328 files and directories currently installed.)
    Unpacking ntfs-3g (from ntfs-3g_20070920-BETA-1_amd64.deb) ...
    dpkg: dependency problems prevent configuration of ntfs-3g:
    ntfs-3g depends on libntfs-3g; however:
    Package libntfs-3g is not installed.

    dpkg: error processing ntfs-3g (--install):
    dependency problems - leaving unconfigured
    Errors were encountered while processing:
    ntfs-3g
    owner@Owner-Desktop:~$
    Here is the list of all directories and files generated
    owner@Owner-Desktop:~$ ls

    fuse-2.5.3
    fuse_2.5.3-1_amd64.changes
    ntfs-3g-20070920-BETA
    ntfs-3g_20070920-BETA-1_amd64.changes
    fuse_2.5.3-1.diff.gz
    ntfs-3g_20070920-BETA-1_amd64.deb
    fuse_2.5.3-1.dsc
    ntfs-3g_20070920-BETA-1.diff.gz
    fuse_2.5.3.orig.tar.gz
    ntfs-3g_20070920-BETA-1.dsc
    fuse-source_2.5.3-1_all.deb
    ntfs-3g_20070920-BETA.orig.tar.gz
    fuse-utils_2.5.3-1_amd64.deb
    libfuse2_2.5.3-1_amd64.deb
    libfuse-dev_2.5.3-1_amd64.deb
    libntfs-3g_20070920-BETA-1_amd64.deb
    libntfs-3g-dev_20070920-BETA-1_all.deb

    owner@Owner-Desktop:~$
    It looks like there is a dependency issue?
    Can I do "sudo apt-get update, sudo apt-get install libntfs-3g"??

  5. #645
    Join Date
    Apr 2006
    Beans
    1,252

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

    Quote Originally Posted by Cariboo1938 View Post
    Thank you very much...
    update package list >ok
    download sources fuse-2.5.3-1 >ok
    After
    Code:
    dpkg-buildpackage -rfakeroot
    in "cd fuse-2.5.3" followed a long list of informations..ending with the following lines
    Code:
    After dpkg-buildpackage -rfakeroot
    in "ntfs-3g-20070920-BETA", followed a long list of informations..ending with the following lines

    After
    Code:
    sudo dpkg-i ntfs-3g
    I got
    I changed that to
    Code:
    sudo dpkg -i ntfs-3g
    and got this

    I changed the Command to
    Code:
    sudo dpkg -i ntfs-3g_20070920-BETA-1_amd64.deb
    and got these messages
    Here is the list of all directories and files generated

    It looks like there is a dependency issue?
    Can I do "sudo apt-get update, sudo apt-get install libntfs-3g"??
    No i just forgot libntfs-3g :
    Code:
    sudo dpkg -i libntfs-3g_*.deb ntfs-3g*.deb
    WARNING : Post with explicit contents
    Join to "STOP monolithic all-in-one unmanageable application"
    The wiki is your friend https://help.ubuntu.com/community/

  6. #646
    Join Date
    May 2006
    Location
    Kelowna, BC
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

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

    Quote Originally Posted by givré View Post
    No i just forgot libntfs-3g :
    Code:
    sudo dpkg -i libntfs-3g_*.deb ntfs-3g*.deb
    Hello givré, and many thanks for the fast reply....
    I think we are getting closer...
    owner@Owner-Desktop:~$ sudo dpkg -i libntfs-3g_*.deb ntfs-3g*.deb
    Selecting previously deselected package libntfs-3g.
    (Reading database ... 96341 files and directories currently installed.)
    Unpacking libntfs-3g (from libntfs-3g_20070920-BETA-1_amd64.deb) ...
    Preparing to replace ntfs-3g 20070920-BETA-1 (using ntfs-3g_20070920-BETA-1_amd64.deb) ...
    Unpacking replacement ntfs-3g ...
    Setting up libntfs-3g (20070920-BETA-1) ...

    Setting up ntfs-3g (20070920-BETA-1) ...
    owner@Owner-Desktop:~$
    So, the next step would be "2. Configuration:" as you described it in your HOWTO ?
    and then follow the rest of the instructions in your HOWTO?


    (givré's HOWTO: NTFS Support)


    PS.: Please, can you check if the following is correct and complete
    Building amd64 kernel and install ntfs-3g for NTFS read/write:

    - get the needed package :
    Code:
    sudo apt-get install build-essential automake fakeroot debhelper autotools-dev cdbs pkg-config
    -get the sources :
    Code:
    sudo apt-get source fuse ntfs-3g
    - build & install fuse for amd64 :
    Code:
    cd fuse-2.5.3
    dpkg-buildpackage -rfakeroot
    cd ../
    sudo dpkg -i fuse-utils libfuse2 libfuse-dev
    - build & install ntfs-3g for amd64 :
    Code:
    cd ntfs-3g-20070920-BETA
    dpkg-buildpackage -rfakeroot
    cd ../
    sudo dpkg-i ntfs-3g
    - get dependencies
    Code:
    sudo dpkg -i libntfs-3g_*.deb ntfs-3g*.deb
    Maybe you will include this in your HOWTO?
    Last edited by Cariboo1938; September 27th, 2006 at 04:16 PM. Reason: More info

  7. #647
    Join Date
    Apr 2006
    Beans
    1,252

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

    Quote Originally Posted by Cariboo1938 View Post
    Hello givré, and many thanks for the fast reply....
    I think we are getting closer...

    So, the next step would be "2. Configuration:" as you described it in your HOWTO ?
    and then follow the rest of the instructions in your HOWTO?


    (givré's HOWTO: NTFS Support)
    right
    Quote Originally Posted by Cariboo1938 View Post
    PS.: Please, can you check if the following is correct and complete
    i already updated http://ubuntuforums.org/showthread.php?t=217009&page=64

    Quote Originally Posted by Cariboo1938 View Post
    Maybe you will include this in your HOWTO?
    Probably yeah. Will see how it works for you.
    WARNING : Post with explicit contents
    Join to "STOP monolithic all-in-one unmanageable application"
    The wiki is your friend https://help.ubuntu.com/community/

  8. #648
    Join Date
    Sep 2006
    Location
    U.S. citizen in Taiwan
    Beans
    114
    Distro
    Ubuntu

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



    installing ntfs-3g to enable my usb hard drive for writing is the easiest thing I've ever installed or added to my ubuntu.

    and the right-click --> mount ntfs-3g / unmount ntfs-3g script is just awesome.


    Thanks!!


  9. #649
    Join Date
    May 2006
    Location
    Kelowna, BC
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

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

    Quote Originally Posted by givré View Post
    right
    i already updated http://ubuntuforums.org/showthread.php?t=217009&page=64
    Probably yeah. Will see how it works for you.
    Thanks to your patience, I'm getting closer and closer....It seems there is only the hurdle of access rights left.
    Here is my /etc/fstab
    ##/etc/fstab: static file system information.
    ##<file system> <mount point> <type> <options> <dump> <pass>

    ##Linux 'Ubunu 6.06'
    proc /proc proc defaults 0 0
    /dev/sda2 / ext3 defaults,errors=remount-ro 0 1
    /dev/sda3 /Storage ext3 defaults 0 2
    /dev/sda1 /boot ext3 defaults 0 2
    /dev/sda5 /home ext3 defaults 0 2
    /dev/sda6 /usr ext3 defaults 0 2
    /dev/sda7 /var ext3 defaults 0 2
    /dev/sda8 none swap sw 0 0

    /dev/hda /media/cdrom1 iso9660,udf rw,users,noauto 0 0
    /dev/hdb /media/cdvdrw iso9660,udf rw,users,noauto 0 0

    ##Special "packet writing" devices
    /dev/pktcdvd/0 /mnt/cdwriter udf users,noauto,noatime,utf8 0 0
    /dev/pktcdvd/1 /mnt/cdvdwriter udf users,noauto,noatime,utf8 0 0

    ## Windows 'XP Home'
    #/dev/sdb1 /mnt/Windows HPFS/NTFS ro,defaults 0 1
    #/dev/sdb2 /mnt/User HPFS/NTFS rw,defaults,users,noauto, 0 2
    /dev/sdb2 /mnt/User ntfs-3g rw,defaults,locale=en_US.utf8 0 0
    Then came to #3 of the HOWTO
    3. Time to start :

    If you want to test it right now, just type
    sudo umount -a sudo mount -a
    Here I got these lines prompted:
    owner@Owner-Desktop:~$ sudo umount -a sudo mount -a
    umount: /var: device is busy
    umount: /usr: device is busy
    umount: /home: device is busy
    umount: /boot: device is busy
    umount: /dev: device is busy
    umount: /var/run: device is busy
    umount: /: device is busy
    owner@Owner-Desktop:~$
    The Computer - File Browser shows Icon for User (dev/sdb2)
    When I try to mount it I get the message:
    Unable to mount the selected volume.
    show more details:
    mount: only root can mount /dev/sdb2 on /mnt/user

    I changed the access rights for /dev/sdb2
    owner@Owner-Desktop:/dev$ sudo chmod 777 /dev/sdb2
    owner@Owner-Desktop:/dev$ sudo chown 777 /dev/sdb2
    owner@Owner-Desktop:/dev$ sudo chgrp 777 /dev/sdb2

    And still, I can't mount---see message above.

    What do I have to do next?

    PS.:
    /home/owner/Desktop/Computer.png is a screenshot but I was not able to insert it here!
    Can you show me how to insert a screenshot in here?
    Last edited by Cariboo1938; September 27th, 2006 at 07:51 PM. Reason: More info

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

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

    Quote Originally Posted by Cariboo1938 View Post
    If you want to test it right now, just type
    sudo umount -a sudo mount -a
    Wrong, it's two separate command, execute them like that :
    Code:
    sudo umount -a 
    sudo mount -a
    Quote Originally Posted by Cariboo1938 View Post
    I changed the access rights for /dev/sdb2
    owner@Owner-Desktop:/dev$ sudo chmod 777 /dev/sdb2
    owner@Owner-Desktop:/dev$ sudo chown 777 /dev/sdb2
    owner@Owner-Desktop:/dev$ sudo chgrp 777 /dev/sdb2
    No need to do that, it's could even be problematic. I suggest you to reboot (so you also don't anymore need to mount/umount)
    Quote Originally Posted by Cariboo1938 View Post
    Can you show me how to insert a screenshot in here?
    I'm sure you'll not need to do a screenshot
    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 65 of 203 FirstFirst ... 1555636465666775115165 ... 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
  •