The Wayback Machine - https://web.archive.org/web/20200826114726/https://github.com/topics/disk
Skip to content
#

disk

Here are 355 public repositories matching this topic...

olegrok
olegrok commented Jul 30, 2020

Tarantool version: 2.3

s = box.schema.space.create('test')
s:format({{field='name', type = 'map'}})
tarantool> s:create_index('pk', {parts = {{field = 'name', path = 'test'}}})
---
- error: 'Can''t create or modify index ''pk'' in space ''test'': field type ''map''
    is not supported'
...

After type specification works fine:

tarantool> s:create_index('pk', {parts = {{
Byron
Byron commented Mar 15, 2020

Previously jwalk would follow symlinks, so we could not use it and instead implemented our own traversal.

Now with jwalk 0.5, this is supported and we can use our standard jwalker to do the job.

https://github.com/Byron/dua-cli/blob/543f7f3948c26250a8fc6ebf79a49f3ddfa3cb63/src/interactive/app/handlers.rs#L305-L340

The function above would have to change to use jwalk. It should be straight

Bash script to format a block device (hard drive or Flash drive) in UDF. The output is a drive that can be used for reading/writing across multiple operating system families: Windows, macOS, and Linux. This script should be capable of running in macOS or in Linux.

  • Updated Feb 23, 2020
  • Shell

Improve this page

Add a description, image, and links to the disk topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the disk topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.