Just because your mounting hdb1 doesn't mean you have the /mnt/hdb1 dir.
Make shure the dir your mounting into exists so run this
mkdir /mount
mkdir /mount/hdb1
Now you have the dir you wish to mount the filesystem

mount -t ntfs /dev/hdb1 /mount/hdb1
Mount the file system

-----Original Message-----
From: * FireBlade007 * [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 05, 2003 4:27 PM
To: [EMAIL PROTECTED]
Subject: RE: mounting windows hd


'mount -t ntfs /dev/hdb1 /mount/hdb1' command still give the same error .. 
no such mountpoint

but whike booting linux it says that the disk is hdb .... so hdb1 should be 
the first partition ... and it still doesn't work ? maybe becaus it's ntfs ?

_________________________________________________________________
MSN Zoeken, voor duidelijke zoekresultaten! http://search.msn.nl


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to