Date: Tue, 24 Apr 2001 20:53:27 -0400 From: "Matthew Emmerton" <matt@gsicomp.on.ca> To: "Ben Hyatt" <benjaminhyatt@hotmail.com>, "dreamer dreamer" <dreamer2021@hotmail.com>, <questions@FreeBSD.ORG> Subject: Re: mounting windows Message-ID: <022a01c0cd22$24cd9990$1200a8c0@gsicomp.on.ca> References: <F236Px33E1ioWwr2UAa0000890b@hotmail.com> <OE58O8VZ3wCXQVPoiD200003f48@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> > how can i mount windows drive so that i can access my windows drive. > > use samba > 'man smbclient' No, I think he's meaning "mount a drive on the same computer". Figure out which drive is your Windows drive, and then issue "mount_msdos /dev/ad0c /mnt", replacing /dev/ad0c with the appropriate drive name. Similarly, for a CD-ROM drive, use "mount_cd9660 /dev/cd0c /mnt". Note that only one drive can be mounted on /mnt at one time. I would suggest creating a /cdrom directory and using that instead of /mnt when mounting your CD-ROM, and to create a /windows directory and use that for mounting the Windows drive. -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?022a01c0cd22$24cd9990$1200a8c0>