Search found 108 matches
- Mon Dec 11, 2017 5:13 pm
- Forum: Platform: AmigaOne X5000 - Linux Only
- Topic: ubuntu MATE 16.04.1 LTS Live USB
- Replies: 119
- Views: 75623
Re: ubuntu MATE 16.04.1 LTS Live USB
Alright, it's finally working. I did some googling and found out that it was necessary to pass ",vers=1.0" to the mount command. So I got it working like this: sudo mount -t cifs -o username=<share user>,password=<share password>,vers=1.0 //WIN_PC_IP/<share name> /mnt/<share name>
- Fri Dec 08, 2017 9:16 pm
- Forum: Platform: AmigaOne X5000 - Linux Only
- Topic: ubuntu MATE 16.04.1 LTS Live USB
- Replies: 119
- Views: 75623
Re: ubuntu MATE 16.04.1 LTS Live USB
Tried it, doesn't work.
Code: Select all
$ cd smb://192.168.0.123/stuff
bash: cd: smb://192.168.0.123/stuff: file or directory not found
- Thu Dec 07, 2017 2:47 pm
- Forum: Platform: AmigaOne X5000 - Linux Only
- Topic: ubuntu MATE 16.04.1 LTS Live USB
- Replies: 119
- Views: 75623
Re: ubuntu MATE 16.04.1 LTS Live USB
So is there anything else I can try to get this working? It's quite important for me. As I said earlier, I can mount the shares from the "Places" menu but AFAICS, this won't allow me to access them from bash. Their location is listed as smb://mynas.local/stuff/ but of course that's nothing...
- Wed Dec 06, 2017 5:13 pm
- Forum: Platform: AmigaOne X5000 - Linux Only
- Topic: ubuntu MATE 16.04.1 LTS Live USB
- Replies: 119
- Views: 75623
Re: ubuntu MATE 16.04.1 LTS Live USB
No, I'm trying to mount SMB shares from a QNAP NAS device. It works fine on the X1000 with A-EON's Ubuntu 12.04 for the X1000 but it doesn't work with Ubuntu MATE 16.04 on the X5000.xeno74 wrote:Did you mean you can mount the SMB shares from your X1000 with the X5000 but not the other way around?
- Tue Dec 05, 2017 10:15 pm
- Forum: Platform: AmigaOne X5000 - Linux Only
- Topic: ubuntu MATE 16.04.1 LTS Live USB
- Replies: 119
- Views: 75623
Re: ubuntu MATE 16.04.1 LTS Live USB
Yes, that works here too.
- Tue Dec 05, 2017 9:53 pm
- Forum: Platform: AmigaOne X5000 - Linux Only
- Topic: ubuntu MATE 16.04.1 LTS Live USB
- Replies: 119
- Views: 75623
Re: ubuntu MATE 16.04.1 LTS Live USB
Yes, smbclient works fine.
- Tue Dec 05, 2017 9:21 pm
- Forum: Platform: AmigaOne X5000 - Linux Only
- Topic: ubuntu MATE 16.04.1 LTS Live USB
- Replies: 119
- Views: 75623
Re: ubuntu MATE 16.04.1 LTS Live USB
Still mount error 112: host is down.
- Tue Dec 05, 2017 9:09 pm
- Forum: Platform: AmigaOne X5000 - Linux Only
- Topic: ubuntu MATE 16.04.1 LTS Live USB
- Replies: 119
- Views: 75623
Re: ubuntu MATE 16.04.1 LTS Live USB
I've installed Samba, but it still says "host not found"?!
- Tue Dec 05, 2017 8:50 pm
- Forum: Platform: AmigaOne X5000 - Linux Only
- Topic: ubuntu MATE 16.04.1 LTS Live USB
- Replies: 119
- Views: 75623
Re: ubuntu MATE 16.04.1 LTS Live USB
Alright, reseating the network really did solve the problem. Now I could install Ubuntu Mate on the X5000 just fine. However, when I try to mount my SMB shared using mount -t cifs -o username=$user,password=$pwd,file_mode=0777,dir_mode=0777,uid=1000 //192.168.0.123/stuff /mnt/stuff [code] I get the ...
- Tue Dec 05, 2017 3:06 pm
- Forum: Platform: AmigaOne X5000 - Linux Only
- Topic: ubuntu MATE 16.04.1 LTS Live USB
- Replies: 119
- Views: 75623
Re: ubuntu MATE 16.04.1 LTS Live USB
Ok, on my X5000 the network card isn't even listed in System Info. So there definitely seems to be something wrong with the card. I guess I have to contact my dealer about this then or is there anything else I can try? I only have 0 Processor 1 Display controller 1 Multimedia device 2 Processor 6 Mu...