Home
News
Feed
search engine
by
freefind
advanced
mount network drive at biodesign
2013-12-01
azim58 - 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: 1. /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a 1. device; this may be used with UUID= as a more robust way to name devices 2. that works even if disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> 1. / was on /dev/sda5 during installation UUID=bb5f1c3e-1a31-4bc1-88b9-139f12a083bc / ext4 errors=remount-ro 0 1 1. swap was on /dev/sda6 during installation UUID=df133b45-3911-45de-9a4d-a3101cc60268 none swap sw 0 0 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. ===========================================================================
azim58wiki: