Attributes.readDosFileAttributes() does not throw UOE (Lin 64 bit)
Alan Bateman
Alan.Bateman at Sun.COM
Tue Jul 29 06:20:21 PDT 2008
Rajendra Gutupalli wrote:
> :
>
> <Linux 64 bit>
> bash-3.00$ java -d64 -cp . Test .
> supports DosFileAttributeView ?? false
Samba stores DOS attributes as an extended (named) attribute. Since
supportsFileAttributeView(DosFileAttributeView.class) is returning false
then perhaps this file system isn't mounted with the user_xattr option.
Can you check this?
-Alan.
More information about the nio-dev
mailing list