Hey Leute,
ich habe ein ähnliches Problem.
Ich bekomme meine HDD nicht an den Raspberry gemountet und weiß einfach nicht warum. Wahrscheinlich ist es so trivial das ich es übersehe.
Wenn ich mir das Ganze wie folgt angucke bekomme ich folgende Ausgabe (Egal ob HDD angeschlossen ist oder nicht):
OpenELEC:~ # mount
devtmpfs on /dev type devtmpfs (rw,relatime,size=372860k,nr_inodes=93215,mode=755)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
/dev/mmcblk0p1 on /flash type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro)
/dev/mmcblk0p2 on /storage type ext4 (rw,noatime,data=ordered)
/dev/loop0 on / type squashfs (ro,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620)
tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
tmpfs on /var type tmpfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
tmpfs on /tmp type tmpfs (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
tmpfs on /var/media type tmpfs (rw,nosuid,nodev)
Samba habe ich ebenfalls schon angepasst:
# samba.conf
# This configuration file allows you to customize the samba shares
# available from your machine
[global]
server string = OpenELEC
workgroup = WORKGROUP
netbios name = %h
security = share
guest account = root
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=65536 SO_SNDBUF=65536
smb ports = 445
max protocol = SMB2
min receivefile size = 16384
deadtime = 30
os level = 20
mangled names = no
syslog only = yes
syslog = 2
name resolve order = lmhosts wins bcast host
preferred master = auto
domain master = auto
local master = yes
printcap name = /dev/null
load printers = no
browseable = yes
writeable = yes
printable = no
encrypt passwords = true
enable core files = no
passdb backend = smbpasswd
smb encrypt = disabled
use sendfile = yes
# Using the following configurations as a template allows you to add
# writable shares of disks and paths under /storage
[storage]
path = /storage
available = yes
browsable = yes
public = yes
writable = yes
[media]
path = /media
available = yes
browsable = yes
public = yes
writable = yes
Bis auf die samba.conf habe ich bisher nichts angefasst.
Was mache ich falsch?
Weitere Infos:
Openelec Version 6
Pi 2 B
3,5" HDD (WD Elements)
Gruß,
Kreidler