Mounting NAS

Hello - This is my first interaction with Linux. I recently purchased a Raspberry Pi 2 and am running the full version of Raspbian. I intend to use the Pi as my PLEX media server however I have been unsuccessful in mounting my NAS. I've read a number of guides on how to accomplish this but have been striking out on all accounts. I was hoping someone could help me with what information I should be adding.

NAS - Synology Diskstation DS212j - 192.168.5.195
Linux device - Raspberry Pi 2 - Raspbian - 192.168.5.186
Router - D-Link DIR-655 - 192.168.5.1

I've been accessing the Pi via ssh on my MacBook PRO - 192.168.5.188

Thanks for any assistance you can provide.


Similar Content



Raspberry Pi Using Raspbian As TV Tuner

Hello. I have a Raspberry pi using Raspbian. I want to set it up as a tv headend and I have a problem setting up my tuner.

My dsmeg

Quote:
[ 4.432327] usb 1-1.3.3.1: new high-speed USB device number 7 using dwc_otg
[ 4.557268] usb 1-1.3.3.1: New USB device found, idVendor=07ca, idProduct=0810
[ 4.577321] usb 1-1.3.3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4.591551] usb 1-1.3.3.1: Product: AVerMedia H810 USB Hybrid DVB-T
[ 4.601506] usb 1-1.3.3.1: Manufacturer: AVerMedia TECHNOLOGIES, Inc.
[ 4.617484] usb 1-1.3.3.1: SerialNumber: 000000000000
[ 4.649282] udevd[159]: starting version 175
The specific tuner (Avermedia H810) has a TDA18271HD chipset which should be supported by my kernel (3.18.7+).

Can anyone help me sort it out?

Thaaaanx!

FreeRDP Commands Not Working On Raspberry Pi 2 (Raspbian)

Hello guys!

First thing to be said is, that I am not native English speaker and I hope my english will be sufficient for this problem.

I am trying to make some kind of thin client from my Raspberry Pi 2.
I put Raspbian Wheezy distribution inside.

After I tried different clients (rdesktop, remmina, xrdp) I found FreeRDP, that looks like what I was looking for.

After the setup and network configuration of my Raspbian I updated repositories and installed freerdp through
Quote:
sudo apt-get update
sudo apt-get install freerdp
Their wiki says that there are 2 forms of commands. The newer one (through /PARAMETER) and older one (through -PARAMETER)
https://github.com/FreeRDP/FreeRDP/w...dLineInterface

How do I get new commands to work? I thought that apt-get install freerdp would bring me the newest version. My version is 1.0.1 and I am not sure if it is the newest version.

I need to run my rdp client from shell, that is why I refused to use remmina.

I hope i explained my problem weell enough.

Thank you for any suggestions.

Direct Connection Via Ethernet

Hi I am not a complete Linux newbie, but I have a challenge that is new to me.

I am wanting to be able to connect to a linux box (Raspberry Pi running Debian) via ssh directly from a single computer. I want to be able to plug in a ethernet cable from a laptop to the Raspberry Pi so that I can configure it via ssh or a webpage.

I have had a few pieces of hardware, routers, printers etc that allow this sort of connection for configuration, I just would like to know how it is done.

My question is how do I set up the /etc/interfaces file to allow the Raspberry Pi to be found by the laptop.

Once configured I would want the Raspberry Pi to obtain its IP address via DHCP when connected to a network.

Any suggestions, ideas would be appreciated.

Mounting Network Share With Arch Linux: Need Rpcbind At Boot Time

Hello to all. I was having trouble mounting an NFS network share (on a NAS) on Arch Linux running on a Wandboard. This is a small dedicated headless system that has one function - running Logitech Media Server (LMS). The Linux implementation is called SqueezeOnArch (SOA).

I found a solution: The NAS (a Netgear ReadyNAS NV+) uses NFS version 3, and Arch Linux requires the rpcbind service to mount an NFS3 share. With rpcbind started, I can mount the share. But the problem is that the SOA implementation of Linux doesn't start rpcbind by default.
Now I need to figure out how to make sure that the rpcbind service is enabled and started at boot, or at some point before the share is mounted. Any suggestions are welcome.

Thanks in advance
Les

USB Stick Does Not Work In Linux Mint 17.10

I'm new to Linux Mint and have spent days researching and reading posts from users who were having problems with finding and mounting USB sticks in Linux. I'm about worn out trying to solve the problem and still can't do this. Is there a solution that I've missed that can provide success in recognizing and mounting and mount a USB?

Looking To Build A Linux Server, But Have Requirements, Not Sure What To Use Or Build

Hey Everyone,
I'm pretty new to linux, I'm a long time mac user, and have been using a Mac Mini as my Plex and wordpress server for some time. Looking at Apples latest generation of Mac Minis, it looks like they no longer are a great option for servers. So here's my setup and wants in a nut shell.

Currently my Mac Mini hosts 3 wordpress sites and is my Plex server. The machine is running OS 10.10.2 Yosemite with Server running, and has 2 Drobo Gen 2 devices attached via Firewire 800.

I use 1 Drobo for my Plex Media, and the other drobo is used for machine backup.

Reading online, Looks like the Drobo 1 and 2 Genereations only show up as 2TB max segments on Linux So I would scrap the Drobo cases and put all the drives internal into the linux server tower.

I want to build a new Linux server that can take over these tasks. So my wants would be, A linux server that can host more than 1 wordpress site, run plex, and would have a RAID setup similar to Drobo, where I can add more drives or replace smaller/failed drives easily enough (doesn't have to be automatic rebuild like the drobo, as long as its possible and not to tricky to do)

what Linux Server OS and other options should I be looking at?

thanks everyone in advance!!

Problem With NFS Sharing Between Two Raspberry Pis

I have two raspberrys, one running OSMC and another running raspbian. The first one has two 1TB hard drives plugged in through a powered usb hub. I want to access to the osmc hard drives from the one running raspbian. They are both in the same local network, the osmc one has the ip 192.168.1.24 and the raspbian one has 192.168.1.28. Both are static ips.

These are the hard drives::
Code:
osmc@osmc:~$ ls /media/ -la
total 36
drwxr-xr-x  4 root root  4096 Mar 31 18:28 .
drwxr-xr-x 23 root root  4096 Mar 15 13:35 ..
drwx------  1 osmc osmc  8192 Mar 30 21:54 ELEMENTS
-rw-r--r--  1 root root   232 Mar  6 13:34 README
drwx------  1 osmc osmc 16384 Mar 30 15:22 TOURO

ELEMENTS and TOURO, two ntfs hard drives that work just fine.

I tried sharing the first one through nfs with the following config (i copied the parameters from a tutorial):
Code:
osmc@osmc:~$ cat /etc/exports
# /etc/exports: the access control list for filesystems which may be exported
#               to NFS clients.  See exports(5).
#
# Example for NFSv2 and NFSv3:
# /srv/homes       hostname1(rw,sync,no_subtree_check) hostname2(ro,sync,no_subtree_check)
#
# Example for NFSv4:
# /srv/nfs4        gss/krb5i(rw,sync,fsid=0,crossmnt,no_subtree_check)
# /srv/nfs4/homes  gss/krb5i(rw,sync,no_subtree_check)
#
/media/ELEMENTS/Pelis/ 192.168.1.0/24(rw,subtree_check,insecure,no_root_squash)
/media/TOURO/Series/ 192.168.1.0/24(rw,subtree_check,insecure,no_root_squash)

and from the pi running raspbian I have confirmed that I can see the drives being shared:
Code:
 /media $ showmount -e 192.168.1.24
Export list for 192.168.1.24:
/media/TOURO/Series/   192.168.1.0/24
/media/ELEMENTS/Pelis/ 192.168.1.0/24

Now, when I try to mount them, all works fine, but when I ls the folders nothing cames back. This is my fstab:
Code:
1cat /etc/fstab
proc            /proc           proc    defaults          0       0
/dev/mmcblk0p1  /boot           vfat    defaults          0       2
/dev/mmcblk0p2  /               ext4    defaults,noatime  0       1
# a swapfile is not a swap partition, so no using swapon|off from here on, use  dphys-swapfile swap[on|off]  for that
UUID=fdff96e6-816c-d001-e05f-96e6816cd001 /media/hdd/ auto defaults,user 0 0 #external hdd

192.168.1.24:/media/ELEMENTS/Pelis /media/pelis nfs rsize=8192,wsize=8192,timeo=14,intr
192.168.1.24:/media/TOURO/Series /media/series nfs rsize=8192,wsize=8192,timeo=14,intr

Code:
apoc@raspbian ~ $ ls /media/pelis/
apoc@raspbian ~ $

The superweird thing is that they are mounted, as they show up if I run "df -h"

Code:
 df -h
S.ficheros                         Tamaņo Usados  Disp Uso% Montado en
rootfs                               7,2G   2,6G  4,4G  37% /
/dev/root                            7,2G   2,6G  4,4G  37% /
devtmpfs                             484M      0  484M   0% /dev
tmpfs                                 98M   380K   98M   1% /run
tmpfs                                5,0M      0  5,0M   0% /run/lock
tmpfs                                195M      0  195M   0% /run/shm
/dev/mmcblk0p1                        56M    15M   42M  26% /boot
/dev/sda1                            219G   4,7G  202G   3% /media/hdd
192.168.1.24:/media/ELEMENTS/Pelis   932G   742G  191G  80% /media/pelis
192.168.1.24:/media/TOURO/Series     932G   813G  120G  88% /media/series

Code:
ls /media/ -la
total 808
drwxr-xr-x  5 root root   4096 abr  2 18:36 .
drwxr-xr-x 22 root root   4096 mar 25 16:14 ..
drwxr-xr-x  5 apoc apoc   4096 abr  2 13:12 hdd
drwx------  1 apoc pi   786432 mar 30 22:03 pelis
drwx------  1 apoc pi    28672 mar 29 16:09 series

Note that the group for the two folders is "pi", but if I umount the drives it becomes "apoc" (my nick and my personal group).
Code:
ls /media/ -la
total 20
drwxr-xr-x  5 root root 4096 abr  2 18:36 .
drwxr-xr-x 22 root root 4096 mar 25 16:14 ..
drwxr-xr-x  5 apoc apoc 4096 abr  2 13:12 hdd
drwxr-xr-x  2 apoc apoc 4096 abr  2 18:36 pelis
drwxr-xr-x  2 apoc apoc 4096 abr  2 18:36 series

Both users ("osmc" in the osmc pi and "apoc" in the raspbian one) have the same uid: 1000.

What am i doing wrong?

Mounting Separate Partitions That Are Not "normal"

I want my Plex Media Server, Web Server, and Honeypot running on separate partitions. I've formatted them how I want:

SDA7 is my MediaCentre, formatted in XFS, I'd like this mounted as a separate partition and I'd like this to be the location of the Plex Media Server.

SDA8 is my WebServer, formatted in ext4. I'd also like this mounted as a separate partition and be the location of my Web Server (Probs use LAMP and an FTP Download Client).

SDA9 is my Honeypot server, formatted in XFS. Again, I'd like this to be mounted on a separate partition and will be where my Honeypot Server lives.

I'd also like all three servers to be running on VM's to help isolate them.

How do I go about accomplishing this? I'm a Windows native. In Windows I'd have partitioned everything, Created the virtual machines, moved them to their respective partitions, then installed all of the applications.

First things first, how/what do I mount these drives as? Can I just mount them as /mnt/mediaserver and /mnt/webserver etc? Will these mount points then be recognised?

Trouble Mounting Network Drive On Wandboard/Arch

Hi. I've installed Arch Linux on a Wandboard running Logitech Media Server (LMS). LMS needs to read my music files off of a NAS network share. I can't figure out how to mount that network share.

I was told by someone who has a similar NAS to make the following entry in etc/fstab:

//192.168.10.15/media/Music /mnt/netdrive cifs noauto,x-systemd.automount,user=nobody,password="",iocharse t=utf8,noperm,nounix,nobrl 0 0

But when I start LMS and point it to /mnt/netdrive, my media/Music folder isn't shown. Is there a problem with the way I'm trying to mount the network share?

I've tried using "root" and "admin" as username and the admin password of the NAS as password, but still no luck. I've tried mounting the share manually, but I get a "permission denied" error.

Any help would be greatly appreciated.

Press S To Skip Mounting Or M For Manual Recovery

error occured while mounting /media/sdb1.
Press S to skip mounting or M for manual recovery.

this comes up every time i boot.

and after cat/etc/fstab this comes up:

/dev/sdb1 /media/sdb1 vfat uid=users,users 0 0
/dev/sdb2 /media/sdb2 hfsplus defaults 0 0
/dev/sdb1 /media/sdb1 ext4 defaults 0 0

remnants from usb sticks and an external HD that are no connected.

tried to remove the mountpoints with sudo rmdir /media/sdb1, but no help.
I am newbie and I mean NEWbie. Can someone head me in the right direction?