[
https://issues.apache.org/jira/browse/TIKA-1952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15274651#comment-15274651
]
RameshKalidindi commented on TIKA-1952:
---------------------------------------
Thanks Nick,
My File system is windows file system(or CIFS) and i tried to mount the file
system with noatime option by using the below command,
mount -t cifs //hostname/share /mnt/temp -o noatime
domain=MYDOMAIN,username=someuser,password=somepassword
But, i am getting some errors like,
Parameter can't be processed because the parameter name 'o' is ambiguous....
etc.
Can any one help me on how to mount CIFS with noatime option.
Like i said earlier, Access Date meta data is very important for me generate
reports based on it.
Thank in Advance. Looking forward some resolution ASAP.
> Access Date is getting modified while capturing the MetaData information
> using AutoDetectParser
> -----------------------------------------------------------------------------------------------
>
> Key: TIKA-1952
> URL: https://issues.apache.org/jira/browse/TIKA-1952
> Project: Tika
> Issue Type: Bug
> Components: metadata
> Affects Versions: 1.12
> Environment: Windows
> Reporter: RameshKalidindi
> Labels: features
> Fix For: 1.14
>
>
> I have been developing a project where in am capturing the MetaData
> information( like File name, Author, File Extension, Last Modified Date and
> Access Date) of each file in a folder using AutoDetectParser of Tika, I am
> able to get meta data information for all files in a given folder, but my
> issue is that the value of Access Date (MetaData attibute) is getting changed
> with current date and Time as the program is accessing the each and every
> file while extracting the MetaData information.
> My Issue : is there anyway that i can get the last Access Date of the file?
> or can we stop changing Access Date value that was happening due to
> AutoDetectParser of Tika API. Please help me in this regard.
> Note: This Access Date information is very important for my project, based
> on this we need to build reports.
> Thanks,
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)