[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mounting filesystems



On 05 Feb 2003, 11:32:22, David Turetsky wrote:
> I am trying to read the Windows filesystems on my linux/W98/XP system.

> When I manually try to mount them, for example, 'mount -a', I get mount
> point /c does not exist and same for /d and /e

You need to create the mount-points (empty directories) upon which to mount
the filesystems.

as root:

cd /
mkdir c
mkdir d
mkdir e
mount -a 

will do it . . . 

madmac

-- 
Doug MacFarlane
madmac@covad.net



Reply to: