I'm running 13.04 on my new Acer Chromebook, and I have an annoying problem with its networking. I've done everything I normally do, i.e., installed Samba and its various related files, edited smb.conf, created mount points in /mnt, etc. But I'm stuck. Note that Samba is a holdover from back before I switched my mom to K...so there was a window$ box on the network. I have no issues with Samba, therefore I just leave well enough alone, even though it's been years since the last time window$ lived in this house!
The Chromebook's fstab is identical to all my other computers' fstabs. I know it is...I'm lazy, and I did what I always do--copy a good one. All the computers' drives are specified by their IP addresses. Here's a sample line:
//192.168.1.106/compaqAll /mnt/compaq cifs rw,username=[username],password=[password],file_mode=0770,dir_mode=0770,auto 0 0
But attempting to mount my other computers' drives via fstab yields this (one for each computer's drive I'm trying to mount):
I recall seeing this before, right after doing a fresh install, and I 'fixed' it by simply installing something(s) that had been missing. Its wording, 'cifs filesystem not supported by the system' has never actually been the case. It's always just meant I had missed a component somewhere along the line, and once I installed the missing component(s) it was fine.
I'm not seeing anything online that actually reflects my situation, to say nothing of fixing it.
So it boils down to being able to see, and access, my other computers on the Chromebook but only via GUI. In other words, Dolphin | Network | Samba Shares | Workgroup displays all the other computers and I can see and access their files. But I CANNOT mount the damned things.
FWIW, I can mount the CB's drive without issue on all my other computers. Just not the other way around.
Ideas?
The Chromebook's fstab is identical to all my other computers' fstabs. I know it is...I'm lazy, and I did what I always do--copy a good one. All the computers' drives are specified by their IP addresses. Here's a sample line:
//192.168.1.106/compaqAll /mnt/compaq cifs rw,username=[username],password=[password],file_mode=0770,dir_mode=0770,auto 0 0
But attempting to mount my other computers' drives via fstab yields this (one for each computer's drive I'm trying to mount):
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)
mount error(19): No such device
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
I'm not seeing anything online that actually reflects my situation, to say nothing of fixing it.
So it boils down to being able to see, and access, my other computers on the Chromebook but only via GUI. In other words, Dolphin | Network | Samba Shares | Workgroup displays all the other computers and I can see and access their files. But I CANNOT mount the damned things.
FWIW, I can mount the CB's drive without issue on all my other computers. Just not the other way around.
Ideas?
Comment