Re: 'Operation not permitted' on firewire/NTFS external HD

From: Paul Howarth (paul_at_city-fan.org)
Date: 08/31/04

  • Next message: Paul Howarth: "RE: Rpmbuild question"
    To: fedora-list@redhat.com
    Date: Tue, 31 Aug 2004 08:17:41 +0100
    
    

    On Tue, 2004-08-31 at 06:19, CB wrote:
    > I have an external firewire drive with an NTFS partition mounted thus:
    >
    > /dev/sda1 on /mnt/ext1 type ntfs (rw)
    >
    > When I try and create/delete any files or directories under /mnt/ext1, I
    > get 'Operation not permitted' (all files & dirs currently there were
    > placed under windows xp). I can do these operations fine on a vfat
    > partition on the same drive.
    >
    > Any ideas?

    http://linux-ntfs.sourceforge.net/info/ntfs.html#3.2

    3.2 Can the Driver write to an NTFS volume, too?

    Not really, but if you only need to copy files from Linux to Windows on
    a dual-boot machine, see "How to write to NTFS" below for a possible way
    to work around the lack of write support. For write support in Linux,
    read on.

    There are two drivers, currently. The original driver, in 2.4 has some
    write code in it, but it is extremely dangerous to use it. The
    possibility of destroying your filesystem is very high.

    The new driver, introduced in 2.5.11, has some write code, but it's very
    limited. The driver can overwrite existing files, but it cannot change
    the length, add new or delete existing files.

    Adding write support will take a long time. NTFS is built like a
    database. Any changes you make, necessitate making changes in many
    places, for consistancy. Make a mistake and the filesystem will be
    damaged, make too many mistakes and the filesystem will be destroyed.

    Paul.

    -- 
    Paul Howarth <paul@city-fan.org>
    -- 
    fedora-list mailing list
    fedora-list@redhat.com
    To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
    

  • Next message: Paul Howarth: "RE: Rpmbuild question"

    Relevant Pages

    • Re: Windows and Maildir
      ... Windows NT with NTFS has both file streams and extended ... > NT whose performance with large directories is better than that of FAT. ... And there won't be much of a difference between FAT and NTFS. ... because the problem is in the filesystem format and not in the ...
      (microsoft.public.win32.programmer.kernel)
    • Re: Cross Platform Directory Access
      ... >>to those partitions ... Prior to Windows NT, DOS and Windows used variants of the FAT ... From Windows NT onwards MS introduced the NTFS ... filesystem which supports better security and numerous other desirable ...
      (comp.unix.admin)
    • Re: [opensuse] Corrupted harddisk, recovery??
      ... I didn't think win98 supported NTFS ... Technology File System) drives present on your system become fully accessible as native Windows 98 volumes. ... When something occurs at the filesystem level, ...
      (SuSE)
    • Re: [SLE] NTFS R.W from Linux
      ... On Tuesday 02 December 2003 09:41, Art Fore wrote: ... > Here is a link for an NTF driver using the windows ntfs.sys file to read ... Project implements the first full read/write free access to NTFS disk drives. ... Microsoft Windows ntfs.sys driver. ...
      (SuSE)
    • Re: tar whole windows partition
      ... > like NTFS. ... > particularly if you intend to write to an NTFS filesystem. ... The driver in 2.4 is unsafe for both read and write and write support ... partimage implemented its own NTFS driver. ...
      (comp.os.linux.misc)