Developed network file system which lets users view, store and update files on a remote computer as thought they were on the user’s own computer. Used C socket API and fuse (file system in userspace) to catch clients’ actions and send it to server. System supported RAID 1 / RAID 5 storage and had reserve storage substitution mechanism.