Windows Files?

Carlosinfl

Loves the juice
Joined
Sep 25, 2002
Messages
6,633
I have a server at home that has many MP3's and some videos and other multimedia ...

This PC that host all these files is a Windows 2000 advanced server SP4 NTFS and any windows machine on my LAN can connect by typing in \\mail\multimedia.

My question is there a some what easy way to access this drive from my Linux box running Fedora Core 2?
 
666 said:
I have a server at home that has many MP3's and some videos and other multimedia ...

This PC that host all these files is a Windows 2000 advanced server SP4 NTFS and any windows machine on my LAN can connect by typing in \\mail\multimedia.

My question is there a some what easy way to access this drive from my Linux box running Fedora Core 2?

You want samba.

There might be support already for mounting smb shares already, but I don't use Linux much so I wouldn't know for sure. But it's a starting point.
 
just use the command mount -t smbfs \\mail\multimedia /(mount point) where (mount point) is where you want to mount the drive, and obmit the ().
 
Back
Top