How to mount Windows NTFS harddrive in Ubuntu?

J.Markoll j.markoll at free.fr
Wed Aug 17 12:40:29 UTC 2005


>>Slabber A <14565471 at sun.ac.za> wrote:
>>> This is what i did: sudo mount /dev/hda1 /media/windows
You should create a (windows) directory under /mnt
and mount with the '-t' option I think. Below, and extract from
'man mount', so you might get more info from the man (by writing 'man 
mount' in the terminal)

==============
    The standard form of the mount command, is
               mount -t type device dir
        This  tells the kernel to attach the file system found on device 
(which
        is of type type) at the directory dir.  The previous contents 
(if  any)
        and  owner  and  mode of dir become invisible, and as long as 
this file
        system remains mounted, the pathname dir refers to the root of 
the file
        system on device.
===============

J.Markoll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 256 bytes
Desc: OpenPGP digital signature
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20050817/4597b10e/attachment.sig>


More information about the ubuntu-users mailing list