Linux – Which file systems do support file locking

filesystemslinux

I want to use PPSS
link text

According to the manual, PPSS should be used on a file system that supports file locking.

I assume that EXT3, EXT4, JFS, XFS, NTFS do support file locking, but I'm not sure.
FAT16, FAT32, EXT2 probably don't support file locking but I like to be sure of that too.

Best Answer

No filesystem supports locking at the physical level; all locking is done in the VFS. The ones to worry about are networked filesystems; NFS doesn't support locking unless the nfslock service is running, and other networked filesystems have their own way of handling (or not) locking.