add nlink to example

Mathias Buus 7 years ago
parent 0fc47e4ad9
commit a5f67aa521

@ -50,6 +50,7 @@ fuse.mount(mountPath, {
mtime: new Date(),
atime: new Date(),
ctime: new Date(),
nlink: 1,
size: 100,
mode: 16877,
uid: process.getuid ? process.getuid() : 0,
@ -63,6 +64,7 @@ fuse.mount(mountPath, {
mtime: new Date(),
atime: new Date(),
ctime: new Date(),
nlink: 1,
size: 12,
mode: 33188,
uid: process.getuid ? process.getuid() : 0,

@ -15,6 +15,7 @@ fuse.mount(mountPath, {
mtime: new Date(),
atime: new Date(),
ctime: new Date(),
nlink: 1,
size: 100,
mode: 16877,
uid: process.getuid ? process.getuid() : 0,
@ -28,6 +29,7 @@ fuse.mount(mountPath, {
mtime: new Date(),
atime: new Date(),
ctime: new Date(),
nlink: 1,
size: 12,
mode: 33188,
uid: process.getuid ? process.getuid() : 0,

Loading…
Cancel
Save