VirtualBox

Changes between Initial Version and Version 1 of Ticket #8761, comment 5


Ignore:
Timestamp:
Jan 7, 2014 2:12:17 AM (10 years ago)
Author:
gregory.0xf0

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8761, comment 5

    initial v1  
    1919I can consistently reproduce this when attempting to delete the folder with >=169 items and it appear to never happen with <169 items.  The file left is always "113" when 169 items are created.
    2020
    21 Running `mkdir -p /vagrant/blah && touch /vagrant/blah/{1..169} && strace rm -rf /vagrant/blah` contains an unlink() call for every file except 113.  It looks like some unlink calls are being dropped when working with shared folders that contain larger than 168 entries for some reason...
     21Running `mkdir -p /share/blah && touch /share/blah/{1..169} && strace rm -rf /share/blah` contains an unlink() call for every file except 113.  It looks like some unlink calls are being dropped when working with shared folders that contain larger than 168 entries for some reason...

© 2023 Oracle
ContactPrivacy policyTerms of Use