mount network drive at biodesign
2013-12-01azim58 - mount network drive at biodesign
mount on Linux
here's some information from Josh
(in an e-mail 4-11-13)
===========================================================================
I figured out how I did my filesystem mount. The guide is here:
http://www.cyberciti.biz/faq/configure-a-system-to-automount-a-samba-share-
with-etcfstab/
You need to modify your /etc/fstab file:
type:
sudo nano /etc/fstab
Here is my file:
- /etc/fstab: static file system information.
# Use 'blkid' to print the universally unique identifier for a
- device; this may be used with UUID= as a more robust way to name
- that works even if disks are added and removed. See fstab(5).
# <file system> <mount point> <type> <options> <dump> <pass>
- / was on /dev/sda5 during installation
- swap was on /dev/sda6 during installation
biofs.asurite.ad.asu.edu/CIM /home/josh/CIM cifs
username=jaricher,password=########,_netdev,file_mode=0777,dir_mode=0777
0 0
If you add the bottom line starting with biofs, change your username and
pw information, it should work hopefully maybe after you restart your
computer.
^Note that I tried this but it didn't really work. I may have done
something wrong.
===========================================================================