Mount windows drive in Ubuntu

Posted on by Kim

sudo fdisk -l

Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x91f391f3

Device Boot Start End Blocks Id System
/dev/sda1 * 1 7153 57456441 7 HPFS/NTFS
/dev/sda2 7154 14593 59761800 5 Extended
/dev/sda5 7154 14284 57279726 83 Linux
/dev/sda6 14285 14593 2482011 82 Linux swap / Solaris

cd /mnt/
sudo mkdir windrive
sudo mount -t ntfs /dev/sda1 /mnt/windrive -o "umask=022″

1 comments:

Kim says:

http://www.ubuntugeek.com/widows-ntfs-partitions-readwrite-support-made-easy-in-ubuntu-feisty.html