On Thu, Aug 03, 2000 at 11:53:31PM +0000, jgwebmaster at netdevelop.net wrote:
> I'm dual booting with redhat 6.2 and win2k. I have all my mp3s on win, and want to transer then to linux. Any easy way of doing this? I've tried using linuxconf and creating a mount point but with no success.
It depends on the Win2k FileSystem. If it's FAT (any flavour) or plain old
NTFS there's no problem, if you're using encrypted or compressed NTFS you'll
need to move the mp3s to another FS first. NTFS support is read-only but that
won't be a problem if all you want to do is read/transfer the mp3s.
Anyway, the tool you need is mount. Check man mount for details. All
linuxconf does btw is run mount on your behalf - I don't use it though so I
can't tell what's gone wrong with it. You need something along the lines of:
mkdir /mnt/mp3s
mount -t ntfs /dev/hd?? /mnt/mp3s
If you want to have this drive automatically mounted each time you boot stick
an entry in /etc/fstab with the auto option. Read man fstab, the "options"
column corresponds to the arguments in mount.
hth,
Alan.
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!