[mythtv-users] Mapping to a Windows share

Michael Heironimus mkh01 at earthlink.net
Thu Jan 24 01:46:42 UTC 2008


On Wed, Jan 23, 2008 at 08:34:36PM -0500, Harry Devine wrote:
>              mount 192.168.1.101:/music /mnt/music

That's the syntax for an NFS mount. You probably want a CIFS mount, so
you'd use something like this:

mount -t cifs -o user=somebody //192.168.1.101/music /mnt/music

-- 
Michael Heironimus


More information about the mythtv-users mailing list