Page 54 of 203 FirstFirst ... 444525354555664104154 ... LastLast
Results 531 to 540 of 2026

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

  1. #531
    Join Date
    Apr 2006
    Beans
    21

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

    Quote Originally Posted by evri2 View Post
    Btw,İşlem desteklenemiyor means The Process is not supported.He is using Turkish i think.

    Selam birader.
    evet ben Türküm dostum a.s

    Quote Originally Posted by givré View Post
    Just do what he want : reboot on windows and unmount properly.
    i did this i also did chkdsk and scandisk in windows but nothing changed

  2. #532
    Join Date
    Nov 2005
    Beans
    2,322
    Distro
    Ubuntu Intrepid Ibex (testing)

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

    Quote Originally Posted by ashrack View Post
    did any of U notice slower read speeds with this driver?
    Here's my comparesment:
    ...
    Have tried to measure performance using bonnie++ ? (should produce more reliable results)
    Building on Ubuntu using [pbuilder]
    Other resources [Upgrading from CVS, Gaim2, Anjuta, Rhythmbox]

  3. #533
    Join Date
    Sep 2006
    Beans
    3

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

    Hi,

    first of all, thank you so much for providing the ntfs-39 package. It works very well for me.
    I have one problem though. I can't share my mounted ntfs drive with NFS.
    I can't change the owner of the mounted ntfs harddisk, but that seems to be a known issue.
    File permission and ownership handling isn't implemented yet.
    I have 2 folders I like to share with NFS so I can access it from my laptop, running ubuntu-dapper too.

    i can read and write to my maxtor harddisk, mounted as /maxtor on my desktop, mycomputer. no problems.
    but when I try to share my /maxtor folder with NFS, i see an error:
    Code:
    root@mycomputer:/# mount -t nfs 127.0.0.1:/maxtor /tst
    mount: 127.0.0.1:/maxtor failed, reason given by server: Permission denied
    this is when i try to mount the folder through NFS locally, but the same happens when I try to mount it from my laptop.
    I have no problems if I try to mount or access my other NFS share on my laptop.

    here's a bit of configuration etc:
    Code:
    root@mycomputer:/# apt-get install ntfs-3g
    Reading package lists... Done
    Building dependency tree... Done
    ntfs-3g is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    
    root@mycomputer:~$ showmount -e 127.0.0.1
    Export list for 127.0.0.1:
    /maxtor     	192.168.2.0/255.255.255.0
    /home/myself 	192.168.2.0/255.255.255.0
    
    # /etc/exports: the access control list for filesystems which may be exported
    #               to NFS clients.  See exports(5).
    /home/myself    192.168.2.0/255.255.255.0(rw,no_root_squash,async)
    /maxtor         192.168.2.0/255.255.255.0(insecure,rw,no_root_squash,async)
    
    # /etc/fstab: static file system information.
    #
    # <file system> <mount point>   <type>  	<options>       					<dump>  <pass>
    proc            /proc           proc    	defaults        					0       0
    /dev/hda1       /               ext3    	defaults,errors=remount-ro 			0       1
    /dev/hda5       none            swap    	sw              					0       0
    /dev/hdc        /media/cdrom0   udf,iso9660 user,noauto     					0       0
    /dev/hdb1       /maxtor         ntfs-3g 	silent,umask=0,locale=en_US.utf8 	0		0
    
    root@mycomputer:/# uname -a
    Linux mycomputer 2.6.15-26-386 #1 PREEMPT Thu Aug 3 02:52:00 UTC 2006 i686 GNU/Linux
    
    root@mycomputer:/# mount -t nfs 127.0.0.1:/maxtor /tst
    mount: 127.0.0.1:/maxtor failed, reason given by server: Permission denied
    /maxtor permissions:
    Code:
    8.0K drwxrwxrwx   1 root root 8.0K Aug 11 23:38 maxtor
    and the folders in /maxtor are all drwxrwxrwx as well.

    Is this a known issue, is there a workaround, or is it just me, making a mistake?
    If some-one can help me, that would be appreciated. If you need more information, just let me know as well.

    thanks a lot,
    q*_*p

  4. #534
    Join Date
    Jul 2006
    Location
    France
    Beans
    74
    Distro
    Ubuntu 8.04 Hardy Heron

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

    Hello all and Givré,
    I notice something with my external hardrive.
    I mount it with ntfs-3g with nautilus script, I can't create a folder in the root folder (in the windows open after mounting with ntfs-3g). I can't create anymore a file in this root folder.

    But if i go to any folder already existing, I can create inside it a file, or a directory...

    What's the problem and solution ?

    Thanks,
    Miles
    Nous avons trop tendance à devenir pareils aux pires de nos ennemis.
    Coda Bene Gesserit

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

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

    Quote Originally Posted by MilesTEG1 View Post
    Hello all and Givré,
    I notice something with my external hardrive.
    I mount it with ntfs-3g with nautilus script, I can't create a folder in the root folder (in the windows open after mounting with ntfs-3g). I can't create anymore a file in this root folder.

    But if i go to any folder already existing, I can create inside it a file, or a directory...

    What's the problem and solution ?

    Thanks,
    Miles
    Problem : nautilus don't see the change of permission in the root directory, which was set just before to read only.
    Solution : reload nautilus.
    Better solution : don't know. We should probably fill a bug against gnomevfs.

    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. #536
    Join Date
    Jul 2006
    Location
    France
    Beans
    74
    Distro
    Ubuntu 8.04 Hardy Heron

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

    Quote Originally Posted by givré View Post
    Problem : nautilus don't see the change of permission in the root directory, which was set just before to read only.
    Solution : reload nautilus.
    Better solution : don't know. We should probably fill a bug against gnomevfs.

    Ok, I close my session and reload it, and nautilus allow me to write in root directrorie of my external HD.

    For the better solution, i don't really understand this : "We should probably fill a bug against gnomevfs."
    Could you say it another way, or in french ?
    Nous avons trop tendance à devenir pareils aux pires de nos ennemis.
    Coda Bene Gesserit

  7. #537
    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)

    It could be just me, but either the hacks to pmount or HAL breaks KDE's ability to mount any removeable drives, NTFS or otherwise.

    I just downgraded HAL, pmount, and that problem went away, though I lost ntfs-3g capability in the process.

    Can anyone else confirm this, or recommend a workaround for KDE users?

  8. #538
    Join Date
    Nov 2005
    Location
    Durham, NC, USA
    Beans
    87

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

    Confirmed for ntfs. No workaround I've seen yet.

  9. #539
    Join Date
    Aug 2006
    Beans
    8

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

    Hey I'm having some trouble seeing filenames on my ntfs partition which are in Japanese. The files just don't show up. If I mount the drive with the standard ntfs read-only i can see the files. I tried changing the en_EN.utf8 in my fstab to ja_JP.utf8, but it's no different.
    Any help would be really appreciated.

  10. #540
    Join Date
    Aug 2006
    Location
    India
    Beans
    688
    Distro
    Ubuntu 10.04 Lucid Lynx

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

    I have 64 bit version of Ubuntu and I have compiled ntfs-3g and am using it for quite some time now. Till now, I haven't got any issues. I am using win xp 64 and am able read write the files created from LINUX.

    There is one problem though, I am not able to read and write on the usb drives. I am not able to download the nautilus scripts as it is for 32 bit only. Can any one please help me in this.

Page 54 of 203 FirstFirst ... 444525354555664104154 ... 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
  •