Questions tagged [ntfs]

NTFS is the primary file system of all modern versions of Windows.

NTFS is the primary file system of all modern versions of Windows and is largely backward-and-forward-compatible in all supported versions. It is a journaling file system which makes it robust in the face of system failure, and in Vista/Windows Server 2008 and later offers support for transactions. It supports transparent compression and encryption and full access-control-list-based security.

563 questions
0
votes
6 answers

Folder doesn't show up in explorer, cmd, and python even though I can access it, how can I fix this?

I am accessing another computer on the network using a mapped network drive. The path looks like \\192.168.0.100\d$ which is mapped to my computer's "m" drive. I can access, view, create, delete, move, etc folders on this drive. However, some…
Miebster
  • 109
  • 1
  • 1
  • 6
0
votes
1 answer

Interesting phenomenom with Windows Server 2008 R2 user access controls and NTFS ACLs

One to try, and I'd appreciate any thoughts on this. On a Windows Server 2008 R2 box (or presumably 2008 R1, Windows Vista or Windows 7): i) Logon as an administrator, and create a new NTFS volume ii) Blow away the standard MS ACLS on the root of…
Simon Catlin
  • 5,232
  • 3
  • 17
  • 20
0
votes
1 answer

Is it possible to disable write ahead logging in NTFS?

In my Azure roles I don't really care of what happens if the virtual machine crashes - I'll get a new one with completely reset and intact disks if that happens. So to me NTFS write-ahead logging that ensures that the filesystem remains intact is…
sharptooth
  • 2,739
  • 4
  • 32
  • 40
0
votes
1 answer

Having trouble with Samba and NTFS on a CentOS server

Hey guys- got a little samba server running for a small personal file share, and was having some trouble with a very specific scenario. So let's take it from the top: My samba server is a CentOS 5.3 box, and is running a large share for simply…
Casey K
  • 23
  • 4
0
votes
1 answer

How to grant file MOVE permission on NTFS?

I wonder what is needed in terms of the NTFS Security permission to grant user to do file READ+WRITE+MOVE from one directory to another but NO DELETE ? Any kind of help would be greatly appreciated. Thanks
Senior Systems Engineer
  • 1,275
  • 2
  • 33
  • 62
0
votes
1 answer

multipath storage changes not see between 2 servers with ntfs-3g

I have installed centos 6.2 as virtual host with KVM on servers. Each is connected via SCSI cabling to a HP-MSA500-G2. I've mounted the storage box via multipathd on box machines and both machines can see the data ( ntfs-3g ). But when I add a file…
0
votes
1 answer

Windows NTFS Permissions replacing child objects bulk

I have about 300 home user folders in a homes share. Each user has modify permissions to their own folder. They are connected to the folder via Active Directory with the \filerserver\homes$\%username% variable. Each user has modify permissions on…
Ryan Mortier
  • 498
  • 3
  • 8
  • 19
0
votes
1 answer

NTFS permissions for a user on another computer in case of a disk moving in a cluster?

Is there a way to set NTFS permissions for a user on another computer? I have two nodes in a failover cluster. Both have a specific user account ("charley") local to the node. Charley has files on a disk that is part of a cluster group and in the…
Andrew J. Brehm
  • 1,611
  • 7
  • 37
  • 57
0
votes
1 answer

NTFS error 55 after rebooting a Windows 2008 Web Server

This one really drives me around since a year or so: Having a public Windows 2008 Web Server (behind a firewall) that runs perfectly smooth, I have lots of troubles when rebooting this server (e.g. after a Windows Update). Nearly every time when I…
Uwe Keim
  • 2,420
  • 5
  • 30
  • 47
0
votes
2 answers

How can I add permissions for the IUSR_Machine account to a remote file share?

I have a web application which I need to grant permissions to a file share that's hosted on another machine in my DMZ. Users are accessing the application anonymously using the IUSR_Machine account which appears to be the standard configuration. The…
BenAlabaster
  • 269
  • 3
  • 11
0
votes
1 answer

Linux - Test the write speed of an NTFS HDD USB drive

I have a Debian box with an USB HDD drive formated in NTFS connected to it. I would like to test the write speed of it because with samba, when I upload files to it from my Windows 7 laptop, I got some scary performances (1 MB/s). The concern here…
Jonathan Rioux
  • 1,938
  • 6
  • 33
  • 57
0
votes
1 answer

What is on a HDD sectors 1 through 62 under MBR-NTFS?

I do not understand why my partitions always start on absolute sector 63. What is the purpose of sectors 1 through 62? I understand sector 1 is the MBR but what about the rest? Thanks!
coeergo
  • 11
  • 1
0
votes
2 answers

Is it possible to mount a disk device with different file system type?

I wonder why mount command takes file system type option like "mount -t type ...". It can find out device's file system type and choose related parameter. Is it possible to mount disks with a file system type other than its current fstype? For…
Chris Richards
0
votes
3 answers

Convert ext4 partition to NTFS

Is there a tool or command to achieve it? I did some search around here I didn’t find the answer. Is that possible? I must mention that my ext4 drive that I want to convert have data so it must just convert it and not format it
Amir Ashkenazi
  • 113
  • 2
  • 5
0
votes
1 answer

Taking ownership of NTFS folder locks out user

Administrators were denied access to a NTFS folder. After I made Administrators the folder owner a user complained that they could no longer access the folder. The only way I think this would have happened was if they were the former owner and the…
zen
  • 211
  • 5
  • 11