Hi, this is my new blog.
It is a translation from my blog in Spanish, http://debianenmipc.blogspot.com , which is about using Debian GNU/Linux in my PC. Specifically Debian Squeeze for x86 in my desktop at home.
Software, hardware, how to, and much more, everything to tune my PC up using Debian/GNU Linux.
Jose A. Viana
Nov 15, 2009
Feb 13, 2009
How to mount a NTFS partition on Debian
Let's mount a NTFS partition of Windows Vista (could be any Windows OS using NTFS) in our Debian GNU/Linux Lenny as only read.
First, make a new folder which will contain your Windows files:
$ mkdir /home/your_user/windowsThen, as root, check the partition name that you want to mount:
# fdisk -l | grep NTFS
/dev/sda2 * 7 19129 153600000 7 HPFS/NTFS
In my case, the partition is
sda2. Now, as root, mount the partition in the new folder, with only read permission for user UID=1000:# mount -t ntfs /dev/sda2 /home/your_user/windows/ -o uid=1000(You got to check the
UID for your user and be sure which is your UID before make the last command).It's done, you will see in
/home/your_user/windows/ everything that is in your Windows partition.Jose A. Viana
Subscribe to:
Posts (Atom)
