0 Members and 1 Guest are viewing this topic.
This problem doesn't occur in Gnome Classic
The fact that the desktop makes a difference is a bit odd .. do you mean when you use gnome classic in Mint 14 on the same machine ?
sudo killall totem
How are you mounting the NAS in Mint ? .. and what is the path ?
OK, 4 more questions
) has the NAS got a static IP address ? .. if so what is it ?
Are there any OTHER directories on the NAS (other than //freenas/mutimedia that you want mounting ?
what is your username in Mint ?
sudo apt-get install smbfs
sudo mkdir /mnt/freenas
Fell at the first[codegraeme@Linux1 ~ $ sudo apt-get install smbfs[sudo] password for graeme: Reading package lists... DoneBuilding dependency tree Reading state information... DonePackage smbfs is not available, but is referred to by another package.This may mean that the package is missing, has been obsoleted, oris only available from another sourceHowever the following packages replace it: cifs-utilsE: Package 'smbfs' has no installation candidategraeme@Linux1 ~ $ ]
sudo apt-get install cifs utils
sudo apt-get install cifs-utils samba
sudo mkdir -v /mnt/freenas
sudo mount -t cifs //freenas /mnt/freenas -o username=graeme,password=your-Mint-password,iocharset=utf8,file_mode=0777,dir_mode=0777
ls -a /mnt/freenas