ArchLinux mounting ArchLinux Share??

This forum is for Marvell Kirkwood devices such as the GoFlex Home/Net, PogoPlug v1/v2, SheevaPlug, and ZyXEL devices.

ArchLinux mounting ArchLinux Share??

Postby dannyp » Wed Feb 20, 2013 1:22 pm

Hi All,

I have recently converted my 2TB goflex to ALARM after running a 3TB with no issues for a while now.

I am looking for a way to mount a shared folder on my 2TB on my 3TB.

I have been googling and scratching my head now for a couple of weeks now (not very linux savvy).

I was hoping that someone may have achieved this or know of a way of geting it done?!

Thanks,
Goflex Home 3TB Alarm
- SAMBA, MYSQL, SICKBEARD, COUCHPOTATO, HEADPHONES, WEBMIN, SABNZBD.

Goflex Home 2TB Alarm
- SAMBA, SUBSONIC, WEBMIN.

Raspberry PI Model B 512K
- RASPBMC
dannyp
 
Posts: 36
Joined: Wed Mar 14, 2012 8:45 am
Location: UK

Re: ArchLinux mounting ArchLinux Share??

Postby moonman » Wed Feb 20, 2013 9:27 pm

Assuming that you have samba installed on the 3TB one, use mount -t cifs -o <options>
or add something like the following into fstab

$this->bbcode_second_pass_code('', '//192.168.x.x/Files /media/<mount point> cifs noauto,x-systemd.automount,user=nobody,password="",iocharset=utf8,noperm,nounix,nobrl,file_mode=0777,dir_mode=0777 0 0')
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3388
Joined: Sat Jan 15, 2011 3:36 am

Re: ArchLinux mounting ArchLinux Share??

Postby dannyp » Wed Feb 20, 2013 10:29 pm

I had tried this previously

$this->bbcode_second_pass_code('', 'Last login: Wed Feb 20 19:56:42 2013 from 192.168.1.18
[root@localhost ~]# mount -t cifs //192.168.1.21/ArchLinuxARM2 /mnt/ALARM2
Password for root@//192.168.1.21/ArchLinuxARM2:
mount error: cifs filesystem not supported by the system
mount error(19): No such device
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
[root@localhost ~]#')

not sure how to move forward due to the error??
Goflex Home 3TB Alarm
- SAMBA, MYSQL, SICKBEARD, COUCHPOTATO, HEADPHONES, WEBMIN, SABNZBD.

Goflex Home 2TB Alarm
- SAMBA, SUBSONIC, WEBMIN.

Raspberry PI Model B 512K
- RASPBMC
dannyp
 
Posts: 36
Joined: Wed Mar 14, 2012 8:45 am
Location: UK

Re: ArchLinux mounting ArchLinux Share??

Postby moonman » Wed Feb 20, 2013 10:53 pm

Check dmesg. Likely you updated the kernel and never rebooted.
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3388
Joined: Sat Jan 15, 2011 3:36 am

Re: ArchLinux mounting ArchLinux Share??

Postby dannyp » Wed Feb 20, 2013 11:27 pm

output from dmesg 2TB
$this->bbcode_second_pass_code('', '[root@alarm ~]# dmesg
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.1.10-16-ARCH (nobody@panda2) (gcc version 4.7.2 (GCC) ) #1 PREEMPT Tue Feb 12 01:17:10 UTC 2013
[ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
[ 0.000000] CPU: VIVT data cache, VIVT instruction cache
[ 0.000000] Machine: Seagate GoFlex Home
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] On node 0 totalpages: 32768
[ 0.000000] free_area_init_node: node 0, pgdat c0590af8, node_mem_map c0661000
[ 0.000000] Normal zone: 256 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 32512 pages, LIFO batch:7
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512
[ 0.000000] Kernel command line: console=ttyS0,115200 mtdparts=orion_nand:1M(u-boot),6M(uImage),-(root) root=/dev/sda1 rootfstype=auto netconsole=@10.10.10.6/eth0,@10.10.10.4/
[ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.000000] allocated 524288 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Memory: 128MB = 128MB total
[ 0.000000] Memory: 120284k/120284k available, 10788k reserved, 0K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] DMA : 0xffc00000 - 0xffe00000 ( 2 MB)
[ 0.000000] vmalloc : 0xc8800000 - 0xfe800000 ( 864 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xc8000000 ( 128 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .text : 0xc0008000 - 0xc052ede4 (5276 kB)
[ 0.000000] .init : 0xc052f000 - 0xc055a000 ( 172 kB)
[ 0.000000] .data : 0xc055a000 - 0xc05932f0 ( 229 kB)
[ 0.000000] .bss : 0xc0593314 - 0xc0660e8c ( 823 kB)
[ 0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] NR_IRQS:114
[ 0.000000] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 21474ms
[ 0.000000] Console: colour dummy device 80x30
[ 10.434585] Calibrating delay loop... 1191.11 BogoMIPS (lpj=5955584)
[ 10.524520] pid_max: default: 32768 minimum: 301
[ 10.524619] Security Framework initialized
[ 10.524639] AppArmor: AppArmor disabled by boot time parameter
[ 10.524685] Mount-cache hash table entries: 512
[ 10.524988] Initializing cgroup subsys cpuacct
[ 10.525007] Initializing cgroup subsys memory
[ 10.525037] Initializing cgroup subsys devices
[ 10.525047] Initializing cgroup subsys freezer
[ 10.525056] Initializing cgroup subsys net_cls
[ 10.525064] Initializing cgroup subsys blkio
[ 10.525082] Initializing cgroup subsys perf_event
[ 10.525097] Initializing cgroup subsys bfqio
[ 10.525160] CPU: Testing write buffer coherency: ok
[ 10.526021] devtmpfs: initialized
[ 10.527432] NET: Registered protocol family 16
[ 10.527896] Kirkwood: MV88F6281-A1, TCLK=200000000.
[ 10.527909] Feroceon L2: Cache support initialised.
[ 10.528392] initial MPP regs: 01111111 11113322 00001111 00100000 00000000 00000000 00000000
[ 10.528421] final MPP regs: 01111111 11113322 00001111 00000000 00000000 00000000 00000000
[ 10.533455] bio: create slab <bio-0> at 0
[ 10.533827] vgaarb: loaded
[ 10.534096] SCSI subsystem initialized
[ 10.534260] libata version 3.00 loaded.
[ 10.534512] usbcore: registered new interface driver usbfs
[ 10.534614] usbcore: registered new interface driver hub
[ 10.534722] usbcore: registered new device driver usb
[ 10.535288] Switching to clocksource orion_clocksource
[ 10.544135] FS-Cache: Loaded
[ 10.544517] Switched to NOHz mode on CPU #0
[ 10.554053] NET: Registered protocol family 2
[ 10.554294] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 10.555004] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[ 10.555105] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[ 10.555158] TCP: Hash tables configured (established 4096 bind 4096)
[ 10.555168] TCP reno registered
[ 10.555180] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 10.555203] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 10.555484] NET: Registered protocol family 1
[ 10.555521] PCI: CLS 0 bytes, default 32
[ 10.555704] Trying to unpack rootfs image as initramfs...
[ 10.790895] Freeing initrd memory: 2580K
[ 10.791374] audit: initializing netlink socket (disabled)
[ 10.791416] type=2000 audit(0.350:1): initialized
[ 10.876273] VFS: Disk quotas dquot_6.5.2
[ 10.876547] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 10.878789] JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[ 10.880101] aufs 3.1-20111107
[ 10.880122] msgmni has been set to 239
[ 10.881485] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 10.881502] io scheduler noop registered
[ 10.881510] io scheduler deadline registered
[ 10.881590] io scheduler cfq registered
[ 10.881661] io scheduler bfq registered (default)
[ 10.881724] mv_xor_shared mv_xor_shared.0: Marvell shared XOR driver
[ 10.881757] mv_xor_shared mv_xor_shared.1: Marvell shared XOR driver
[ 10.915375] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[ 10.955373] mv_xor mv_xor.1: Marvell XOR: ( xor fill cpy )
[ 10.995366] mv_xor mv_xor.2: Marvell XOR: ( xor cpy )
[ 11.035367] mv_xor mv_xor.3: Marvell XOR: ( xor fill cpy )
[ 11.040457] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 11.061153] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A
[ 11.061257] console [ttyS0] enabled
[ 11.067390] brd: module loaded
[ 11.070413] loop: module loaded
[ 11.070731] sata_mv sata_mv.0: version 1.28
[ 11.070824] sata_mv sata_mv.0: slots 32 ports 1
[ 11.071734] scsi0 : sata_mv
[ 11.072055] ata1: SATA max UDMA/133 irq 21
[ 11.072985] ONFI flash detected
[ 11.073119] ONFI param page 0 valid
[ 11.073132] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xda (Micron MT29F2G08AAD)
[ 11.073152] Scanning device for bad blocks
[ 11.370203] 3 cmdlinepart partitions found on MTD device orion_nand
[ 11.370216] Creating 3 MTD partitions on "orion_nand":
[ 11.370231] 0x000000000000-0x000000100000 : "u-boot"
[ 11.370611] 0x000000100000-0x000000700000 : "uImage"
[ 11.370935] 0x000000700000-0x000010000000 : "root"
[ 11.372224] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[ 11.372326] mv643xx_eth smi: probed
[ 11.374514] mv643xx_eth_port mv643xx_eth_port.0: eth0: port 0 with MAC address 02:50:43:5a:14:37
[ 11.374628] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 11.374678] orion-ehci orion-ehci.0: Marvell Orion EHCI
[ 11.374758] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[ 11.405349] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[ 11.425385] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[ 11.425939] hub 1-0:1.0: USB hub found
[ 11.425961] hub 1-0:1.0: 1 port detected
[ 11.426433] Initializing USB Mass Storage driver...
[ 11.426531] usbcore: registered new interface driver usb-storage
[ 11.426540] USB Mass Storage support registered.
[ 11.426623] usbcore: registered new interface driver libusual
[ 11.426948] mousedev: PS/2 mouse device common for all mice
[ 11.427184] rtc-mv rtc-mv: rtc core: registered rtc-mv as rtc0
[ 11.427316] sdhci: Secure Digital Host Controller Interface driver
[ 11.427325] sdhci: Copyright(c) Pierre Ossman
[ 11.427394] sdhci-pltfm: SDHCI platform and OF driver helper
[ 11.427524] Registered led device: status:green:health
[ 11.427624] Registered led device: status:orange:fault
[ 11.427719] Registered led device: status:white:misc
[ 11.427932] usbcore: registered new interface driver r8712u
[ 11.428834] GRE over IPv4 demultiplexor driver
[ 11.428974] TCP cubic registered
[ 11.428985] NET: Registered protocol family 17
[ 11.429065] lib80211: common routines for IEEE802.11 drivers
[ 11.429076] lib80211_crypt: registered algorithm 'NULL'
[ 11.429085] Registering the dns_resolver key type
[ 11.429126] Gating clock of unused units
[ 11.429135] before: 0x00dfc3fd
[ 11.429143] after: 0x00c741c9
[ 11.429639] registered taskstats version 1
[ 11.430289] netconsole: local port 6665
[ 11.430300] netconsole: local IP 10.10.10.6
[ 11.430308] netconsole: interface 'eth0'
[ 11.430315] netconsole: remote port 6666
[ 11.430323] netconsole: remote IP 10.10.10.4
[ 11.430332] netconsole: remote ethernet address ff:ff:ff:ff:ff:ff
[ 11.430343] netconsole: device eth0 not up yet, forcing it
[ 11.585348] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[ 11.625385] ata1.00: ATA-8: ST2000DL001-9VT156, CC96, max UDMA/133
[ 11.625400] ata1.00: 3907029168 sectors, multi 0: LBA48
[ 11.685386] ata1.00: configured for UDMA/133
[ 11.685752] scsi 0:0:0:0: Direct-Access ATA ST2000DL001-9VT1 CC96 PQ: 0 ANSI: 5
[ 11.686512] sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[ 11.686527] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 11.686793] sd 0:0:0:0: [sda] Write Protect is off
[ 11.686807] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 11.686923] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 11.687548] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 11.701169] sda: sda1 sda2
[ 11.702272] sd 0:0:0:0: [sda] Attached SCSI disk
[ 13.244945] mv643xx_eth_port mv643xx_eth_port.0: eth0: link up, 100 Mb/s, full duplex, flow control disabled
[ 13.245500] console [netcon0] enabled
[ 13.245509] netconsole: network logging started
[ 13.245607] rtc-mv rtc-mv: setting system clock to 2013-02-20 23:08:55 UTC (1361401735)
[ 13.246371] Freeing init memory: 172K
[ 13.613582] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem
[ 13.665556] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts:
[ 14.785476] systemd[1]: systemd 197 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[ 14.950081] systemd[1]: Inserted module 'autofs4'
[ 14.963423] systemd[1]: Set hostname to <alarm>.
[ 15.188176] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
[ 15.189051] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[ 15.189378] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 15.189483] systemd[1]: Expecting device dev-ttyS0.device...
[ 15.205457] systemd[1]: Starting Syslog Socket.
[ 15.225422] systemd[1]: Listening on Syslog Socket.
[ 15.225515] systemd[1]: Starting Remote File Systems.
[ 15.245410] systemd[1]: Reached target Remote File Systems.
[ 15.245505] systemd[1]: Starting Delayed Shutdown Socket.
[ 15.265420] systemd[1]: Listening on Delayed Shutdown Socket.
[ 15.265505] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[ 15.285413] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 15.285497] systemd[1]: Starting LVM2 metadata daemon socket.
[ 15.305413] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 15.305496] systemd[1]: Starting Device-mapper event daemon FIFOs.
[ 15.325410] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 15.325575] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[ 15.345427] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 15.345853] systemd[1]: Starting udev Kernel Socket.
[ 15.365421] systemd[1]: Listening on udev Kernel Socket.
[ 15.365782] systemd[1]: Starting udev Control Socket.
[ 15.385419] systemd[1]: Listening on udev Control Socket.
[ 15.385539] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[ 15.385793] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 15.385876] systemd[1]: Starting Encrypted Volumes.
[ 15.405415] systemd[1]: Reached target Encrypted Volumes.
[ 15.405504] systemd[1]: Expecting device dev-sda2.device...
[ 15.425441] systemd[1]: Starting Journal Socket.
[ 15.445416] systemd[1]: Listening on Journal Socket.
[ 15.445534] systemd[1]: Mounting Temporary Directory...
[ 15.546637] systemd[1]: Started File System Check on Root Device.
[ 15.546815] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 15.672454] systemd[1]: Starting Apply Kernel Variables...
[ 15.736284] systemd[1]: Starting udev Coldplug all Devices...
[ 15.775941] systemd[1]: Mounting Debug File System...
[ 15.836096] systemd[1]: Starting udev Kernel Device Manager...
[ 15.896005] systemd[1]: Mounted Huge Pages File System.
[ 15.907866] systemd[1]: Started Set Up Additional Binary Formats.
[ 15.926671] systemd[1]: Started Load Kernel Modules.
[ 15.926835] systemd[1]: Mounted FUSE Control File System.
[ 15.926976] systemd[1]: Mounted Configuration File System.
[ 15.927105] systemd[1]: Starting Setup Virtual Console...
[ 15.985972] systemd[1]: Mounting POSIX Message Queue File System...
[ 15.987612] systemd-udevd[173]: starting version 197
[ 16.045736] systemd[1]: Starting Journal Service...
[ 16.125554] systemd[1]: Started Journal Service.
[ 16.125736] systemd[1]: Starting Syslog.
[ 16.145606] systemd[1]: Reached target Syslog.
[ 16.165673] systemd[1]: Started udev Kernel Device Manager.
[ 16.185588] systemd[1]: Mounted Temporary Directory.
[ 16.245560] systemd[1]: Started Remount Root and Kernel File Systems.
[ 16.305469] systemd[1]: Started Apply Kernel Variables.
[ 16.365618] systemd[1]: Mounted Debug File System.
[ 16.385590] systemd[1]: Mounted POSIX Message Queue File System.
[ 16.385838] systemd[1]: Starting Local File Systems (Pre).
[ 16.405504] systemd[1]: Reached target Local File Systems (Pre).
[ 16.405631] systemd[1]: Starting Load Random Seed...
[ 16.456081] systemd[1]: Activating swap /swapfile...
[ 16.605577] systemd[1]: Started udev Coldplug all Devices.
[ 16.675526] systemd[1]: Started Load Random Seed.
[ 17.116863] Adding 524284k swap on /swapfile. Priority:-1 extents:15 across:9257804k
[ 17.145502] systemd[1]: Activated swap /swapfile.
[ 17.145696] systemd[1]: Starting Swap.
[ 17.165466] systemd[1]: Reached target Swap.
[ 17.185494] systemd[1]: Found device /dev/ttyS0.
[ 17.685531] systemd[1]: Found device ST2000DL001-9VT156.
[ 17.685824] systemd[1]: Starting File System Check on /dev/sda2...
[ 17.785672] systemd[1]: Started Setup Virtual Console.
[ 18.185447] systemd[1]: Started File System Check on /dev/sda2.
[ 18.185702] systemd[1]: Mounting /media/mymedia...
[ 19.067399] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: data=ordered
[ 19.085486] systemd[1]: Mounted /media/mymedia.
[ 19.085734] systemd[1]: Starting Local File Systems.
[ 19.105415] systemd[1]: Reached target Local File Systems.
[ 19.133482] systemd[1]: Starting Recreate Volatile Files and Directories...
[ 19.196674] systemd[1]: Starting Trigger Flushing of Journal to Persistent Storage...
[ 19.355457] systemd[1]: Started Recreate Volatile Files and Directories.
[ 19.355681] systemd[1]: Starting System Initialization.
[ 19.375496] systemd[1]: Reached target System Initialization.
[ 19.375635] systemd[1]: Starting D-Bus System Message Bus Socket.
[ 19.395432] systemd[1]: Listening on D-Bus System Message Bus Socket.
[ 19.395528] systemd[1]: Starting Sockets.
[ 19.415413] systemd[1]: Reached target Sockets.
[ 19.415517] systemd[1]: Starting Daily Cleanup of Temporary Directories.
[ 19.415651] systemd[1]: Started Daily Cleanup of Temporary Directories.
[ 19.415740] systemd[1]: Starting Basic System.
[ 19.435415] systemd[1]: Reached target Basic System.
[ 19.435508] systemd[1]: Starting Netcfg multi-profile daemon...
[ 19.504242] systemd[1]: Started SSH Key Generation.
[ 19.504514] systemd[1]: Starting devmon Service...
[ 19.625517] systemd[1]: Started devmon Service.
[ 19.625789] systemd[1]: Starting OpenSSH Daemon...
[ 19.705455] systemd[1]: Started OpenSSH Daemon.
[ 19.705680] systemd[1]: Starting Periodic Command Scheduler...
[ 19.785465] systemd[1]: Started Periodic Command Scheduler.
[ 19.785693] systemd[1]: Starting Webmin...
[ 19.846189] systemd[1]: Starting Login Service...
[ 19.906101] systemd[1]: Starting D-Bus System Message Bus...
[ 19.985502] systemd[1]: Started D-Bus System Message Bus.
[ 19.986618] systemd[1]: Starting System Logger Daemon...
[ 20.065459] systemd[1]: Started System Logger Daemon.
[ 20.069587] systemd-journald[177]: Received SIGUSR1
[ 20.135472] systemd[1]: Started Trigger Flushing of Journal to Persistent Storage.
[ 20.135860] systemd[1]: Starting Permit User Sessions...
[ 21.077753] NET: Registered protocol family 10
[ 31.125335] eth0: no IPv6 routers present
[root@alarm ~]#
')
Output from dmesg 3TB
$this->bbcode_second_pass_code('', '[root@localhost ~]# dmesg
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.1.10-16-ARCH (nobody@panda2) (gcc version 4.7.2 (GCC) ) #1 PREEMPT Tue Feb 12 01:17:10 UTC 2013
[ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
[ 0.000000] CPU: VIVT data cache, VIVT instruction cache
[ 0.000000] Machine: Seagate GoFlex Home
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] On node 0 totalpages: 32768
[ 0.000000] free_area_init_node: node 0, pgdat c0590af8, node_mem_map c0661000
[ 0.000000] Normal zone: 256 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 32512 pages, LIFO batch:7
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512
[ 0.000000] Kernel command line: console=ttyS0,115200 mtdparts=orion_nand:1M(u-boot),6M(uImage),-(root) root=/dev/sda1 netconsole=@10.10.10.6/eth0,@10.10.10.4/
[ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.000000] allocated 524288 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Memory: 128MB = 128MB total
[ 0.000000] Memory: 122868k/122868k available, 8204k reserved, 0K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] DMA : 0xffc00000 - 0xffe00000 ( 2 MB)
[ 0.000000] vmalloc : 0xc8800000 - 0xfe800000 ( 864 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xc8000000 ( 128 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .text : 0xc0008000 - 0xc052ede4 (5276 kB)
[ 0.000000] .init : 0xc052f000 - 0xc055a000 ( 172 kB)
[ 0.000000] .data : 0xc055a000 - 0xc05932f0 ( 229 kB)
[ 0.000000] .bss : 0xc0593314 - 0xc0660e8c ( 823 kB)
[ 0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] NR_IRQS:114
[ 0.000000] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 21474ms
[ 0.000000] Console: colour dummy device 80x30
[ 19.576453] Calibrating delay loop... 1191.11 BogoMIPS (lpj=5955584)
[ 19.666388] pid_max: default: 32768 minimum: 301
[ 19.666488] Security Framework initialized
[ 19.666507] AppArmor: AppArmor disabled by boot time parameter
[ 19.666554] Mount-cache hash table entries: 512
[ 19.666854] Initializing cgroup subsys cpuacct
[ 19.666875] Initializing cgroup subsys memory
[ 19.666903] Initializing cgroup subsys devices
[ 19.666913] Initializing cgroup subsys freezer
[ 19.666922] Initializing cgroup subsys net_cls
[ 19.666931] Initializing cgroup subsys blkio
[ 19.666949] Initializing cgroup subsys perf_event
[ 19.666965] Initializing cgroup subsys bfqio
[ 19.667028] CPU: Testing write buffer coherency: ok
[ 19.667891] devtmpfs: initialized
[ 19.669300] NET: Registered protocol family 16
[ 19.669760] Kirkwood: MV88F6281-A1, TCLK=200000000.
[ 19.669774] Feroceon L2: Cache support initialised.
[ 19.670255] initial MPP regs: 01111111 11113322 00001111 00100000 00000000 00000000 00000000
[ 19.670284] final MPP regs: 01111111 11113322 00001111 00000000 00000000 00000000 00000000
[ 19.675300] bio: create slab <bio-0> at 0
[ 19.675673] vgaarb: loaded
[ 19.675936] SCSI subsystem initialized
[ 19.676104] libata version 3.00 loaded.
[ 19.676320] usbcore: registered new interface driver usbfs
[ 19.676455] usbcore: registered new interface driver hub
[ 19.676563] usbcore: registered new device driver usb
[ 19.677124] Switching to clocksource orion_clocksource
[ 19.685981] FS-Cache: Loaded
[ 19.686386] Switched to NOHz mode on CPU #0
[ 19.695894] NET: Registered protocol family 2
[ 19.696137] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 19.696850] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[ 19.696950] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[ 19.697004] TCP: Hash tables configured (established 4096 bind 4096)
[ 19.697013] TCP reno registered
[ 19.697025] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 19.697048] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 19.697331] NET: Registered protocol family 1
[ 19.697368] PCI: CLS 0 bytes, default 32
[ 19.697957] audit: initializing netlink socket (disabled)
[ 19.697990] type=2000 audit(0.120:1): initialized
[ 19.782616] VFS: Disk quotas dquot_6.5.2
[ 19.782885] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 19.785124] JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[ 19.786435] aufs 3.1-20111107
[ 19.786456] msgmni has been set to 239
[ 19.787848] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 19.787864] io scheduler noop registered
[ 19.787873] io scheduler deadline registered
[ 19.787954] io scheduler cfq registered
[ 19.788026] io scheduler bfq registered (default)
[ 19.788089] mv_xor_shared mv_xor_shared.0: Marvell shared XOR driver
[ 19.788122] mv_xor_shared mv_xor_shared.1: Marvell shared XOR driver
[ 19.827205] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[ 19.867216] mv_xor mv_xor.1: Marvell XOR: ( xor fill cpy )
[ 19.907203] mv_xor mv_xor.2: Marvell XOR: ( xor cpy )
[ 19.947203] mv_xor mv_xor.3: Marvell XOR: ( xor fill cpy )
[ 19.952309] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 19.973003] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A
[ 19.973105] console [ttyS0] enabled
[ 19.979260] brd: module loaded
[ 19.982272] loop: module loaded
[ 19.982596] sata_mv sata_mv.0: version 1.28
[ 19.982683] sata_mv sata_mv.0: slots 32 ports 1
[ 19.983600] scsi0 : sata_mv
[ 19.983922] ata1: SATA max UDMA/133 irq 21
[ 19.984913] NAND device: Manufacturer ID: 0x98, Chip ID: 0xda (Toshiba NAND 256MiB 3,3V 8-bit)
[ 19.984937] Scanning device for bad blocks
[ 20.281989] 3 cmdlinepart partitions found on MTD device orion_nand
[ 20.282002] Creating 3 MTD partitions on "orion_nand":
[ 20.282016] 0x000000000000-0x000000100000 : "u-boot"
[ 20.282399] 0x000000100000-0x000000700000 : "uImage"
[ 20.282725] 0x000000700000-0x000010000000 : "root"
[ 20.284016] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[ 20.284119] mv643xx_eth smi: probed
[ 20.286343] mv643xx_eth_port mv643xx_eth_port.0: eth0: port 0 with MAC address 02:50:43:b4:b6:43
[ 20.286457] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 20.286505] orion-ehci orion-ehci.0: Marvell Orion EHCI
[ 20.286588] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[ 20.317187] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[ 20.337221] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[ 20.337773] hub 1-0:1.0: USB hub found
[ 20.337796] hub 1-0:1.0: 1 port detected
[ 20.338265] Initializing USB Mass Storage driver...
[ 20.338363] usbcore: registered new interface driver usb-storage
[ 20.338373] USB Mass Storage support registered.
[ 20.338457] usbcore: registered new interface driver libusual
[ 20.338792] mousedev: PS/2 mouse device common for all mice
[ 20.339030] rtc-mv rtc-mv: rtc core: registered rtc-mv as rtc0
[ 20.339162] sdhci: Secure Digital Host Controller Interface driver
[ 20.339172] sdhci: Copyright(c) Pierre Ossman
[ 20.339241] sdhci-pltfm: SDHCI platform and OF driver helper
[ 20.339371] Registered led device: status:green:health
[ 20.339472] Registered led device: status:orange:fault
[ 20.339562] Registered led device: status:white:misc
[ 20.339776] usbcore: registered new interface driver r8712u
[ 20.340673] GRE over IPv4 demultiplexor driver
[ 20.340812] TCP cubic registered
[ 20.340824] NET: Registered protocol family 17
[ 20.340909] lib80211: common routines for IEEE802.11 drivers
[ 20.340920] lib80211_crypt: registered algorithm 'NULL'
[ 20.340929] Registering the dns_resolver key type
[ 20.340971] Gating clock of unused units
[ 20.340980] before: 0x00dfc3fd
[ 20.340988] after: 0x00c741c9
[ 20.341481] registered taskstats version 1
[ 20.342135] netconsole: local port 6665
[ 20.342146] netconsole: local IP 10.10.10.6
[ 20.342154] netconsole: interface 'eth0'
[ 20.342161] netconsole: remote port 6666
[ 20.342169] netconsole: remote IP 10.10.10.4
[ 20.342177] netconsole: remote ethernet address ff:ff:ff:ff:ff:ff
[ 20.342188] netconsole: device eth0 not up yet, forcing it
[ 20.497185] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[ 20.537225] ata1.00: ATA-8: ST33000651AS, CC43, max UDMA/133
[ 20.537239] ata1.00: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[ 20.597225] ata1.00: configured for UDMA/133
[ 20.597603] scsi 0:0:0:0: Direct-Access ATA ST33000651AS CC43 PQ: 0 ANSI: 5
[ 20.598368] sd 0:0:0:0: [sda] 5860533168 512-byte logical blocks: (3.00 TB/2.72 TiB)
[ 20.598638] sd 0:0:0:0: [sda] Write Protect is off
[ 20.598652] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 20.598769] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 20.599443] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 20.625037] sda: sda1 sda2
[ 20.626279] sd 0:0:0:0: [sda] Attached SCSI disk
[ 21.970249] mv643xx_eth_port mv643xx_eth_port.0: eth0: link up, 100 Mb/s, full duplex, flow control disabled
[ 21.977333] console [netcon0] enabled
[ 21.977342] netconsole: network logging started
[ 21.977441] rtc-mv rtc-mv: setting system clock to 2000-01-01 23:56:11 UTC (946770971)
[ 22.002094] EXT4-fs (sda1): couldn't mount as ext3 due to feature incompatibilities
[ 22.027663] EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem
[ 22.038407] EXT4-fs (sda1): warning: mounting unchecked fs, running e2fsck is recommended
[ 22.039374] EXT4-fs (sda1): mounted filesystem without journal. Opts: (null)
[ 22.039416] VFS: Mounted root (ext2 filesystem) on device 8:1.
[ 22.049087] devtmpfs: mounted
[ 22.049697] Freeing init memory: 172K
[ 22.687309] systemd[1]: systemd 197 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[ 22.725177] systemd[1]: Failed to insert module 'autofs4'
[ 22.730878] systemd[1]: No hostname configured.
[ 22.730909] systemd[1]: Set hostname to <localhost>.
[ 23.316910] systemd[1]: Cannot add dependency job for unit subsonic.service, ignoring: Unit subsonic.service failed to load: No such file or directory. See system logs and 'systemctl status subsonic.service' for details.
[ 23.317119] systemd[1]: Cannot add dependency job for unit samba.service, ignoring: Unit samba.service failed to load: No such file or directory. See system logs and 'systemctl status samba.service' for details.
[ 23.317367] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
[ 23.318282] systemd[1]: Expecting device dev-ttyS0.device...
[ 23.337308] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[ 23.337618] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 23.337725] systemd[1]: Starting Syslog Socket.
[ 23.337771] systemd[1]: Socket service syslog.service not loaded, refusing.
[ 23.387251] systemd[1]: Failed to listen on Syslog Socket.
[ 23.392871] systemd[1]: Expecting device sys-subsystem-net-devices-eth0.device...
[ 23.417259] systemd[1]: Starting Remote File Systems.
[ 23.437245] systemd[1]: Reached target Remote File Systems.
[ 23.437336] systemd[1]: Starting Device-mapper event daemon FIFOs.
[ 23.457250] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 23.457334] systemd[1]: Starting LVM2 metadata daemon socket.
[ 23.477250] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 23.477335] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[ 23.497250] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 23.497331] systemd[1]: Starting Delayed Shutdown Socket.
[ 23.517247] systemd[1]: Listening on Delayed Shutdown Socket.
[ 23.517357] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[ 23.517601] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 23.517801] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[ 23.517930] systemd[1]: Failed to open /dev/autofs: No such file or directory
[ 23.525159] systemd[1]: Failed to initialize automounter: No such file or directory
[ 23.577253] systemd[1]: Failed to set up automount Arbitrary Executable File Formats File System Automount Point.
[ 23.587639] systemd[1]: Unit proc-sys-fs-binfmt_misc.automount entered failed state
[ 23.588043] systemd[1]: Starting udev Kernel Socket.
[ 23.607258] systemd[1]: Listening on udev Kernel Socket.
[ 23.607619] systemd[1]: Starting udev Control Socket.
[ 23.627255] systemd[1]: Listening on udev Control Socket.
[ 23.627344] systemd[1]: Starting Encrypted Volumes.
[ 23.647246] systemd[1]: Reached target Encrypted Volumes.
[ 23.647335] systemd[1]: Expecting device dev-sda2.device...
[ 23.667275] systemd[1]: Starting Journal Socket.
[ 23.687252] systemd[1]: Listening on Journal Socket.
[ 23.687429] systemd[1]: Started File System Check on Root Device.
[ 23.687521] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 23.762480] systemd[1]: Started Load Kernel Modules.
[ 23.762625] systemd[1]: Mounting POSIX Message Queue File System...
[ 23.817871] systemd[1]: Starting udev Coldplug all Devices...
[ 23.877930] systemd[1]: Mounted Huge Pages File System.
[ 23.878097] systemd[1]: Mounted Configuration File System.
[ 23.878189] systemd[1]: Starting Setup Virtual Console...
[ 23.946336] systemd[1]: Started Set Up Additional Binary Formats.
[ 23.946490] systemd[1]: Mounting Debug File System...
[ 24.007819] systemd[1]: Starting udev Kernel Device Manager...
[ 24.069610] systemd[1]: Starting Apply Kernel Variables...
[ 24.127970] systemd[1]: Mounted FUSE Control File System.
[ 24.128131] systemd[1]: Starting Journal Service...
[ 24.190096] systemd-udevd[66]: starting version 197
[ 24.207381] systemd[1]: Started Journal Service.
[ 24.207570] systemd[1]: Starting Syslog.
[ 24.227303] systemd[1]: Reached target Syslog.
[ 24.247384] systemd[1]: Started udev Kernel Device Manager.
[ 24.297311] systemd[1]: Started Remount Root and Kernel File Systems.
[ 24.317377] systemd[1]: Mounted POSIX Message Queue File System.
[ 24.417401] systemd[1]: Started Setup Virtual Console.
[ 24.437354] systemd[1]: Mounted Debug File System.
[ 24.497380] systemd[1]: Started Apply Kernel Variables.
[ 24.547364] systemd[1]: Started udev Coldplug all Devices.
[ 24.547579] systemd[1]: Starting Local File Systems (Pre).
[ 24.567340] systemd[1]: Reached target Local File Systems (Pre).
[ 24.567465] systemd[1]: Mounting /tmp...
[ 24.647771] systemd[1]: Activating swap /swapfile.img...
[ 24.707728] systemd[1]: Starting Load Random Seed...
[ 24.845844] systemd[1]: Mounted /tmp.
[ 24.867408] systemd[1]: Found device /dev/ttyS0.
[ 24.897362] systemd[1]: Found device /sys/subsystem/net/devices/eth0.
[ 26.468516] Adding 1048572k swap on /swapfile.img. Priority:-1 extents:265 across:1082488k
[ 26.487374] systemd[1]: Activated swap /swapfile.img.
[ 26.487564] systemd[1]: Starting Swap.
[ 26.507277] systemd[1]: Reached target Swap.
[ 26.617449] systemd[1]: Started Load Random Seed.
[ 28.207967] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 29.432706] systemd-journald[68]: Received SIGUSR1
[ 29.576456] systemd-journald[68]: File /var/log/journal/5c49cb5bf08724338eb09a6900092bb0/system.journal corrupted or uncleanly shut down, renaming and replacing.
[root@localhost ~]#
')

not sure what it all means so I did a reboot on both drives but still get the original error message when trying mount
Goflex Home 3TB Alarm
- SAMBA, MYSQL, SICKBEARD, COUCHPOTATO, HEADPHONES, WEBMIN, SABNZBD.

Goflex Home 2TB Alarm
- SAMBA, SUBSONIC, WEBMIN.

Raspberry PI Model B 512K
- RASPBMC
dannyp
 
Posts: 36
Joined: Wed Mar 14, 2012 8:45 am
Location: UK

Re: ArchLinux mounting ArchLinux Share??

Postby moonman » Thu Feb 21, 2013 6:36 am

$this->bbcode_second_pass_quote('dannyp', 'I') had tried this previously

$this->bbcode_second_pass_code('', 'Last login: Wed Feb 20 19:56:42 2013 from 192.168.1.18
[root@localhost ~]# mount -t cifs //192.168.1.21/ArchLinuxARM2 /mnt/ALARM2
Password for root@//192.168.1.21/ArchLinuxARM2:
mount error: cifs filesystem not supported by the system
mount error(19): No such device
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
[root@localhost ~]#')

not sure how to move forward due to the error??


include all the options I included and make sure /mnt/ALARM2 exists.

Is it a password protected share or no?
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3388
Joined: Sat Jan 15, 2011 3:36 am

Re: ArchLinux mounting ArchLinux Share??

Postby dannyp » Thu Feb 21, 2013 8:37 am

this is the output with the options..
(so there is no confusion :? :? ALARM is the hostname for the 3TB, and ALARM2 is the hostname for the 2TB)
$this->bbcode_second_pass_code('', '[root@ALARM ~]# mount -t cifs //192.168.1.21/ArchLinuxARM2 /mnt/ALARM2 -o user=nobody,password="",iocharset=utf8,noperm,nounix,nobrl,file_mode=0777,dir_mode=0777
mount error: cifs filesystem not supported by the system
mount error(19): No such device
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
')
Also if using the hostname instead of the ip......
$this->bbcode_second_pass_code('', '[root@ALARM mnt]# mount -t cifs //ALARM2/ArchLinuxARM2 /mnt/ALARM2 -o user=nobody,password="",iocharset=utf8,noperm,nounix,nobrl,file_mode=0777,dir_mode=0777
mount error: could not resolve address for ALARM2: Unknown error
')
The share is not passworded, if I use smbclient -L against the ip I get.... (with no password when asked)
$this->bbcode_second_pass_code('', '[root@ALARM ~]# smbclient -L 192.168.1.21
Unknown parameter encountered: "disable spools"
Ignoring unknown parameter "disable spools"
WARNING: The security=share option is deprecated
Enter root's password:
Domain=[FAMILY] OS=[Unix] Server=[Samba 3.6.12]

Sharename Type Comment
--------- ---- -------
ArchLinuxARM2 Disk
IPC$ IPC IPC Service (ALARM2)
Domain=[FAMILY] OS=[Unix] Server=[Samba 3.6.12]

Server Comment
--------- -------
ALARM2 ALARM2
CASEY-PC
LIVINGROOM

Workgroup Master
--------- -------
FAMILY ALARM2
WORKGROUP RASPBMC
')
and with the hostname instead....
$this->bbcode_second_pass_code('', '[root@ALARM mnt]# smbclient -L ALARM2
Unknown parameter encountered: "disable spools"
Ignoring unknown parameter "disable spools"
WARNING: The security=share option is deprecated
Enter root's password:
Domain=[FAMILY] OS=[Unix] Server=[Samba 3.6.12]

Sharename Type Comment
--------- ---- -------
ArchLinuxARM2 Disk
IPC$ IPC IPC Service (ALARM2)
Domain=[FAMILY] OS=[Unix] Server=[Samba 3.6.12]

Server Comment
--------- -------
ALARM2 ALARM2
CASEY-PC
LIVINGROOM

Workgroup Master
--------- -------
FAMILY ALARM2
WORKGROUP RASPBMC
')
the mount dir exists ..
$this->bbcode_second_pass_code('', '[root@ALARM ~]# cd /mnt
[root@ALARM mnt]# ls
ALARM2
')

:x :? :x :?
Goflex Home 3TB Alarm
- SAMBA, MYSQL, SICKBEARD, COUCHPOTATO, HEADPHONES, WEBMIN, SABNZBD.

Goflex Home 2TB Alarm
- SAMBA, SUBSONIC, WEBMIN.

Raspberry PI Model B 512K
- RASPBMC
dannyp
 
Posts: 36
Joined: Wed Mar 14, 2012 8:45 am
Location: UK


Return to Marvell Kirkwood

Who is online

Users browsing this forum: No registered users and 162 guests