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

Re: Drive mounting



Cristov,

mkdir dos  ==>> if you just logged in as root, this creates /root/dos

mount -t msdos /dev/hdb3 /dos  ==>> this tries to mount it at /dos which
in fact doesn't exist

to make the directory /dos you need to do this ==>> mkdir /dos


Tom


--  
Unsubscribe?  mail -s unsubscribe debian-user-request@lists.debian.org < /dev/null


Reply to: