Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomeLatest imagesRegisterLog in
Latest topics
» Special Erase files
How To Access Windows Partitions From Linux on a Dual Boot System EmptySat Oct 11, 2014 3:06 am by heerpr

» All Nokia BB5 DCT4 Flash Files
How To Access Windows Partitions From Linux on a Dual Boot System EmptyMon Feb 10, 2014 8:07 pm by vivek1537

» Nokia 1110, 1110i, 1112, 1600, 2310, 6030 Booting Jumper
How To Access Windows Partitions From Linux on a Dual Boot System EmptyWed Jan 15, 2014 12:45 pm by Ismail_bd

» 1208 no network coverage or no signal done Tested 1000000000%
How To Access Windows Partitions From Linux on a Dual Boot System EmptyWed Jan 15, 2014 12:39 pm by Ismail_bd

» Jaf New version Crack 1.98.66 Beta5
How To Access Windows Partitions From Linux on a Dual Boot System EmptyTue Dec 24, 2013 9:20 pm by hery81

» How to unlock Reliance Huawei EC325/EC321 Netconnect operator lock?
How To Access Windows Partitions From Linux on a Dual Boot System EmptyFri Dec 20, 2013 2:25 am by emadgaffar

» APPLE IPHONE CODE
How To Access Windows Partitions From Linux on a Dual Boot System EmptySat Nov 30, 2013 9:56 pm by SUJIT6610@GMAIL.COM

» Unlocking F.A.Q
How To Access Windows Partitions From Linux on a Dual Boot System EmptyFri May 10, 2013 5:29 pm by minder1991

» NOKIA 2330C AUTO OFF TESTED 100000%
How To Access Windows Partitions From Linux on a Dual Boot System EmptySun Feb 24, 2013 8:18 pm by tabasum ateeq attari

» Setup_full_crack_mx_key_2010
How To Access Windows Partitions From Linux on a Dual Boot System EmptyFri Feb 22, 2013 11:49 am by clara76

 
Active WebCam software for IP or USB camera

 

 How To Access Windows Partitions From Linux on a Dual Boot System

Go down 
AuthorMessage
Admin
Admin
Admin
Admin


Gender : Male
Zodiac : Gemini
Posts : 135
Points : 388
Reputation/Thanks : 26
Join date : 2009-09-27
Age : 38

How To Access Windows Partitions From Linux on a Dual Boot System Empty
PostSubject: How To Access Windows Partitions From Linux on a Dual Boot System   How To Access Windows Partitions From Linux on a Dual Boot System EmptyFri Jan 21, 2011 2:54 pm

If you dual boot Windows and Linux on your computer and you want to access Windows partitions while you are on Linux, then it can be done easily by mounting the Windows partitions on Linux.

Windows partitions are either FAT or NTFS. You can access both FAT and NTFS partitions in Linux easily.

Go to Applications > Accessories > Terminal to open the terminal Windows. Now create an empty directory where you want to mount the Windows partition, for instance, if you want to mount the D: drive of Windows in Linux, create a directory with name d in mnt folder.

# sudo mkdir -p /mnt/d


Now use the following command to find the names of partitions to mount.

# sudo fdisk -l

The output of the above command will be like,

Device Boot Start End Blocks Id System
/dev/hdb1 * 1 2432 19535008 86 NTFS
/dev/hdb2 2433 2554 979965 82 Linux swap
/dev/hdb3 2555 6202 29302560 83 Linux


Its clear from the output that /dev/hdb1 is a Windows partition (NTFS). To mount it into the folder we created above, use this command,

# sudo mount -t ntfs -o nls=utf8,umask=0222 /dev/hdb1 /mnt/d

In case you also have FAT partitions on your Windows install and you want to mount those, then just change the files system type in the above command command,

# sudo mount -t vfat -o iocharset=utf8,umask=000 /dev/hda1 /mnt/d

To unmount any of the Windows partitions, use this command.

# sudo umount /mnt/d

Note: I am dual booting Windows 7 and Ubuntu Linux. I tested this method on my system. However, since it uses the basic linux commands only, it should work on any dual book config. If you have any issue using this method, use the comments form below to post your doubt.
Back to top Go down
https://jeevantechnologies.forumotion.com
 
How To Access Windows Partitions From Linux on a Dual Boot System
Back to top 
Page 1 of 1
 Similar topics
-
» Use Windows 7 Product Key Finder To Get Windows 7 Product Key
» 1209 software problem1st Boot: Ok, CNT FLASH ERROR
» How To Disable USB Drive (USB Port) in Windows 7?
» Find Last Shutdown Time of Your Windows Machine

Permissions in this forum:You cannot reply to topics in this forum
 :: Computer Section :: Discussion Forum & Hacking Tricks-
Jump to: