Page 76 of 203 FirstFirst ... 2666747576777886126176 ... LastLast
Results 751 to 760 of 2026

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

  1. #751
    Join Date
    Apr 2006
    Beans
    49

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

    no its an external USB drive - my internal drives are working fine.

  2. #752
    Join Date
    Apr 2006
    Beans
    49

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

    and this is what I get when trying to use nautilus tools......


    bryan4134@Dell-8300-Ubuntu:~$ sudo apt-get install ntfs-3g-nautilus-tools
    Reading package lists... Done
    Building dependency tree... Done
    ntfs-3g-nautilus-tools is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    1 not fully installed or removed.
    Need to get 0B of archives.
    After unpacking 0B of additional disk space will be used.
    Setting up ntfs-3g-nautilus-tools (0.10-1) ...
    mkdir: cannot create directory `/home/samba/.gnome2/nautilus-scripts/': No such file or directory
    dpkg: error processing ntfs-3g-nautilus-tools (--configure):
    subprocess post-installation script returned error exit status 1
    Errors were encountered while processing:
    ntfs-3g-nautilus-tools
    E: Sub-process /usr/bin/dpkg returned an error code (1)

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

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

    ntfs-3g-nautilus-tools is no more officially support by myself,
    you should use the new pmount hal from the main-all channel of my repo.
    What is your /etc/apt/sources.list ?
    You should have something like that :
    If you use dapper :
    deb http://flomertens.keo.in/ubuntu dapper main main-all
    If you use edgy :
    deb http://flomertens.keo.in/ubuntu edgy main-all
    Last edited by givré; October 14th, 2006 at 12:39 PM.
    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. #754
    Join Date
    Jul 2005
    Beans
    204

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

    Hi, I have a custom compiled kernel 2.6.18-ck1 in AMD64 Ubuntu Dapper, and I am having some problems compiling the fuse module...

    I stops compiling giving up this error:

    Code:
      CC [M]  /usr/src/modules/fuse/kernel/file.o
    /usr/src/modules/fuse/kernel/file.c: Na função ‘fuse_direct_write’:
    /usr/src/modules/fuse/kernel/file.c:608: error: ‘struct inode’ has no member named ‘i_sem’
    /usr/src/modules/fuse/kernel/file.c:610: error: ‘struct inode’ has no member named ‘i_sem’
    /usr/src/modules/fuse/kernel/file.c: No nivel superior:
    /usr/src/modules/fuse/kernel/file.c:662: warning: initialization from incompatible pointer type
    /usr/src/modules/fuse/kernel/file.c:675: warning: initialization from incompatible pointer type
    make[5]: ** [/usr/src/modules/fuse/kernel/file.o] Erro 1
    make[4]: ** [_module_/usr/src/modules/fuse/kernel] Erro 2
    make[4]: Saindo do diretório `/usr/src/kernel-headers-2.6.18-ck1'
    make[3]: ** [all-spec] Erro 2
    make[3]: Saindo do diretório `/usr/src/modules/fuse/kernel'
    make[2]: ** [binary-modules] Erro 2
    make[2]: Saindo do diretório `/usr/src/modules/fuse'
    make[1]: ** [kdist_build] Erro 2
    make[1]: Saindo do diretório `/usr/src/modules/fuse'
    Module /usr/src/modules/fuse failed.
    Hit return to Continue?
    What should I do? In the 2.6.17 kernel that I too compiled myself, there was no problems...

  5. #755
    Join Date
    Mar 2006
    Beans
    37

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

    Quote Originally Posted by givré View Post
    3zero2, follow the error message, and that should work.

    you were right. i found a windows machine, ran chkdsk, safely removed my hdd and now its working fine.

    seems that 'safely remove device' does something in fact and is not a gimmick after all.

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

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

    Quote Originally Posted by 3zero2 View Post
    y
    seems that 'safely remove device' does something in fact and is not a gimmick after all.
    It's even an *important* things to do
    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. #757
    Join Date
    Apr 2006
    Beans
    49

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

    hi..

    firstly, I have now got it to mount (with write enabled) using Nautilus (Ihad to create the missing directory manually)....

    seconcly my sources looks like this...
    #Givre's repository (ntfs-3g & fuse 2.5.3)
    deb http://ntfs-3g.sitesweetsite.info/ubuntu/ dapper main
    deb-src http://ntfs-3g.sitesweetsite.info/ubuntu/ dapper main

    so.. should I change both lines to main-all?

    wll that then automatically mount my usb drive or do I still need to issue a specific command (apologies, I am a Linux newbie)

    thanks, Bryan

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

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

    ok, so now it's hope to you :
    - you can do it the old way, and use the nautilus script.
    - you can do it the new way, with the packages that are in main-all, so your external drive will be mount automatically with write access.

    I'll recomand you the second option, since i don't maintain anymore the nautilus script (but it works), but do what you prefer.
    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. #759
    Join Date
    Apr 2006
    Beans
    1,252

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

    Quote Originally Posted by rogeriovinhal View Post
    Hi, I have a custom compiled kernel 2.6.18-ck1 in AMD64 Ubuntu Dapper, and I am having some problems compiling the fuse module...

    I stops compiling giving up this error:

    What should I do? In the 2.6.17 kernel that I too compiled myself, there was no problems...
    Hum, i'm not a specialist in kernel compilation, but normaly, the fuse module is default for all kernel > 2.6.15. Try first to see if you have it :
    Code:
    modinfo fuse
    WARNING : Post with explicit contents
    Join to "STOP monolithic all-in-one unmanageable application"
    The wiki is your friend https://help.ubuntu.com/community/

  10. #760
    Join Date
    Jul 2005
    Beans
    204

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

    Do I need to include it in the kernel? Isn't it enough just to compile the module?

    Searching the kernel xconfig, I found this module:

    Code:
    Filesystem in Userspace support (FUSE_FS)
    
    With FUSE it is possible to implement a fully functional filesystem
    in a userspace program.
    
    There's also companion library: libfuse. This library along with
    utilities is available from the FUSE homepage:
    <http://fuse.sourceforge.net/>
    
    See <file:Documentation/filesystems/fuse.txt> for more information.
    See <file:Documentation/Changes> for needed library/utility version.
    
    If you want to develop a userspace FS, or if you want to use
    a filesystem based on FUSE, answer Y or M.
    It is by default unchecked. Would it make any difference to check it?
    I don't remember checking it on the 2.6.17 config, and it works there.

Page 76 of 203 FirstFirst ... 2666747576777886126176 ... 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
  •