HOME

  • ABOUT
  • PORTFOLIO
  • NEWS, TECH & ART
    • Websites
    • WordPress Plugins
    • Processing.org
    • Neural networks
    • New Media Art
  • RASPBERRY PI
  • ABOUT
  • PORTFOLIO
  • NEWS, TECH & ART
    • Websites
    • WordPress Plugins
    • Processing.org
    • Neural networks
    • New Media Art
  • RASPBERRY PI
Raspberry PI – mounting a network drive

Raspberry PI – mounting a network drive

  • cif, network drive, raspberry pi

logoHow to mount your network drive on your Raspberry PI?

  • Create a new folder, for instance:
    /home/pi/mynetworkdrive
  • Edit the /etc/fstab file:
    sudo nano /etc/fstab
  • Add the following line:
    //192.168.1.xxx /home/pi/mynetworkdrive cifs guest,_netdev 0 0
    (replace 192.168.1.xxx with the actual IP-address of your network drive)
  • Mount the new drive:
    sudo mount /home/pi/mynetworkdrive
  • Reboot your Raspberry PI:
    sudo reboot
    (just to make sure… maybe not necessary)
  • Launch the Raspberry PI file manager and browse to /home/pi/mynetworkdrive, et voila!

 

previous article next article
profile background
profile image

Rolf van Gelder

Owner of CAGE Web Design

CAGE was established in the year 2000

What’s new?

  • WebImageLoader – Processing Library
  • Responsive P5JS for WP – WordPress plugin
  • Optimize Database after Deleting Revisions – WordPress plugin
© 1995-2025 CAGE Web Design, Eindhoven, NL | +31 (0)6 22 66 3193