Top Banner
RISHI KUMAR(R020112017) SOMBARAN GUPTA(R020112019) Project Coordinator Mrs. PRONAMI BORA Network attached storage using RaspberryPi
13

Network attached storage using raspberry pi

Jan 23, 2017

Download

Engineering

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Network attached storage using raspberry pi

RISHI KUMAR(R020112017)SOMBARAN GUPTA(R020112019)

Project CoordinatorMrs. PRONAMI BORA

Network attached storage using RaspberryPi

Page 2: Network attached storage using raspberry pi

May 1, 2023UTM-SHILLONG 2

• Project objective

• Literature review

• Equipment of the project

• Block Diagram

• Flow diagrams

• Implementation

• Application

• Limitations and future enhancements

• References

Presentation flow

Page 3: Network attached storage using raspberry pi

May 1, 2023UTM-SHILLONG 3

The aim of this project is to implement an application, and combine the functionality of a series of tools in order to enable a Raspberry Pi to create a Network Attached Storage (NAS).

Project objective

Page 4: Network attached storage using raspberry pi

May 1, 2023UTM-SHILLONG 4

• David F. Nagle, Gregory R. Ganger, Jeff Butler, Garth Goodson, and Chris Sabol, ‘Network Support for Network-Attached Storage’, Proceedings of Hot Interconnects 1999, August 18 - 20, 1999, Stanford University, Stanford, California, U.S.A.

• Darrell D.E. Long University of California, ‘Authenticating Network Attached Storage’, IEEE Micro, Los Alamitos, CA, USA,Volume 20 Issue 1, January 2000

• Howard Gobi off Garth, Gibson Doug Tygar, ‘Security for Network Attached Storage Devices (CMU-CS-97-185)’ School of Computer Science Carnegie Mellon University Pittsburgh, PA 15213, October 23, 1997

Literature review

Page 5: Network attached storage using raspberry pi

May 1, 2023UTM-SHILLONG 5

• LAN connection / Internet connection without any firewall

• Micro SD card

• Hard drive

• Portable mouse, keyboard and monitor

• HDMI connector

• VGI cable

• RaspberryPi 2 Model B

Equipment of the project

Page 6: Network attached storage using raspberry pi

May 1, 2023UTM-SHILLONG 6

Block Diagram

Page 7: Network attached storage using raspberry pi

May 1, 2023UTM-SHILLONG 7

Flow diagram

Page 8: Network attached storage using raspberry pi

May 1, 2023UTM-SHILLONG 8

Step 1 Boot the SD card

Step 2 Install the OS

Step 3 writing the commands

Step 4 Sharing is possible in LAN

Implementations

Page 9: Network attached storage using raspberry pi

May 1, 2023UTM-SHILLONG 9

• Update apt-get and install NTFS-3g

• Find out what path your external drive is located at (ex. /dev/sda1).

• Mount the external drive to the media folder and then make a shared folder within it.

• Install the Samba software.

• Edit the Samba config file.

• Restart Samba

• Add a new user to linux

Commands

Page 10: Network attached storage using raspberry pi

May 1, 2023UTM-SHILLONG 10

• Files can be shared in LAN

• Storage can be Obtained

• One can secure its file in the network.

Application

Page 11: Network attached storage using raspberry pi

May 1, 2023UTM-SHILLONG 11

• IP must be open.

• Internet connection must be fast.

• Networking/ sharing is possible in cellular phones through the same network.

• Security can be enhanced.

Limitations and future enhancements

Page 12: Network attached storage using raspberry pi

May 1, 2023UTM-SHILLONG 12

• http://www.tinkernut.com/portfolio/make-raspberry-pi-nas-network-attached-storage/

• http://www.imexresearch.com/pdfs/sasnassan.pdf

• http://searchstorage.techtarget.com/definition/network-attached-storage

• http://searchstorage.techtarget.com/definition/storage

• http://www.computerhope.com/jargon/s/stordevi.htm

• http://searchstorage.techtarget.com/definition/primary-storage

References

Page 13: Network attached storage using raspberry pi

May 1, 2023UTM-SHILLONG 13

Lets move to the demonstration part..!