Skip to main content
  1. Archives/

Mounting & Accessing Windows Shared Folders on Linux

··206 words·1 min·
Tips & How-To's Linux

Well recently I’d bought an external 750GB USB hard disk, as I was running out of space on my laptop. Now this drive requires an external power source, so I just cant lug it everywhere with my laptop in my room so I thought I’ll connect this to my other laptop, and share the drive (the other laptop is my office one, runs on Windows) and I could access this drive over WiFi. While accessing the drive contents via Dolphin was pretty easy thanks to the smb kparts (ie, to access just type smb:/// oh btw this works in Gnome 2.23 as well) trying to access the drive in Amarok via smb kparts would result in Amarok crashing. Hence I decided to mount it. I was sorta stuck, as I read the man pages for mount which mentioned smbfs is available but then mount kept throwing ‘unknown filesystem type smbfs".

Anyways after some Googling I mounted using CIFS, the command would be

mount.cifs //<host-or-ip-address>/<share-name> <path-to-mount><br />

If the share requires authentication just add -o user=<user-name> to the above line. You will be prompted for password, just enter it, and the share will be mounted.

If you want a graphical tool, you can check out SMB4k

Smb4k

Smb4k

Sathyajith Bhat
Author
Sathyajith Bhat
Author, AWS Container Hero and DevOps Specialist.

Related

Make Use of PeerGuardian 2’s IP Filter in KTorrent
··131 words·1 min
Tips & How-To's Linux Tutorials
PeerGuardian 2, is an awesome IP filtering software. Though its FOSS, it there isn’t a Linux port of it yet. But don’t worry, if you’re using KTorrent, you can make use of PeerGuardian’s filters. Let me show how you can do so. Launch KTorrent. Click on On Settings -> Configure KTorrent . Click on Plugins and ensure that IP FIlter is checked Now Click on Apply. Next on the sidebar, scroll down and click on IP Filter.
[How-To] Display A List of All Partitions, Device Info and Filesystem Type In Linux
··289 words·2 mins
Tips & How-To's Commands Linux
In my previous posts I’d written on how to mount your partitions using the mount command. In the post I’d mentioned that you’d have to mention the partition that you want to mount by specifying /dev/device_name as part of the command. The question that would come to your mind is, How do I know which of my partition is on what device? So let me show how to find out which partition is on what device!
[How-To]Send SMS from your Linux computer via your Mobile Phone
··293 words·2 mins
Tips & How-To's Linux
While exploring Fedora 10 Beta, I found this neat little app called Phone Manager. The about page of PhoneManager states Phone Manager is a program created to allow you to control aspects of your mobile phone from your GNOME 2 desktop.. The about page does seem ambitious, somewhat like gammu/Wammu but so far only SMS(text messaging) send/receive feature has been implemented, its been done so very nicely! PhoneManager sits unobtrusively in the Gnome panel, running in the background.