0 Members and 1 Guest are viewing this topic.
is this Peppermint 4 ?
mount
sudo mount -a
[email protected] ~ $ sudo mount -a[sudo] password for graeme: [email protected] ~ $ mount/dev/sda5 on / type ext4 (rw,errors=remount-ro)proc on /proc type proc (rw,noexec,nosuid,nodev)sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)none on /sys/fs/cgroup type tmpfs (rw)none on /sys/fs/fuse/connections type fusectl (rw)none on /sys/kernel/debug type debugfs (rw)none on /sys/kernel/security type securityfs (rw)udev on /dev type devtmpfs (rw,mode=0755)devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)none on /run/shm type tmpfs (rw,nosuid,nodev)none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)gvfsd-fuse on /run/user/graeme/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=graeme)gvfsd-fuse on /home/graeme/.gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev)//192.168.2.50/family-tree on /mnt/NAS/family-tree type cifs (rw)//192.168.2.50/graeme on /mnt/NAS/graeme type cifs (rw)//192.168.2.50/pat on /mnt/NAS/pat type cifs (rw)//192.168.2.50/multimedia on /mnt/NAS/multimedia type cifs (rw)//192.168.2.50/movies on /mnt/NAS/movies type cifs (rw)//192.168.2.50/backups on /mnt/NAS/backups type cifs (rw)//192.168.2.50/utilities on /mnt/NAS/utilities type cifs (rw)[email protected] ~ $
is this PC connected wirelessly ?
You online tomorrow ?
dpkg -l | grep smb
dpkg -l | grep cifs
is this the respin ?
[email protected] ~ $ dpkg -l | grep smbii libsmbclient:i386 2:3.6.9-1ubuntu1.2 i386 shared library for communication with SMB/CIFS serversii python-smbc 1.0.13-0ubuntu4 i386 Python bindings for Samba clients (libsmbclient)ii smbclient 2:3.6.9-1ubuntu1.2 i386 command-line SMB/CIFS clients for Unix[email protected] ~ $ dpkg -l | grep cifsii cifs-utils 2:5.5-1ubuntu2 i386 Common Internet File System utilities[email protected] ~ $
Have you still got gigolo installed, and are the mounts set to automount in that ?
sudo gedit /etc/network/if-up.d/my-custom-mountall
#!/bin/shmount -a
sudo chmod +x /etc/network/if-up.d/my-custom-mountall