[mythtv-users] smbmount from XP to FC4

jonr@destar.net jonr at destar.net
Wed Feb 1 20:20:02 UTC 2006


Quoting Mark Hetherington <redcane at dodo.com.au>:

> On Wed, 1 Feb 2006 11:50 pm, Seth Art wrote:
> > Hi All.  I wonder if there is a better way to do what I am doing.  My data
> > is all stored on my XP machine.  I use the following command after bootup:
> >
> > mount -t smbfs -o mythtv,password=xxxxx //xp/MyMovies /mnt/MyMovies

Also, You should use cifs instead of smbfs, smbfs has a 2GB limit and cifs does
not. So your command would look like this:

mount -t cifs -o mythtv,password=xxxxx //xp/MyMovies /mnt/MyMovies

Jon


More information about the mythtv-users mailing list