PDA

View Full Version : View ntfs partition on Ubuntu HDD from Windows



pigmentty2
October 16th, 2013, 08:18 PM
Hello all,

What im doing: I want to install Ubuntu on my pen drive(32gb) and boot from it, but i also want to reserve a small amount(6gb) for actual pen drive copying stuffs

What i did: I managed to install Ubuntu on a 25.5gb partion [ext4 boot=/ primary] , a swap of 0.5gb [swap logical], a ntfs of 6gb [ntfs logical]

Problems: When i plug the pen into Windows (7) is says that "I need to format it, would you like to..." as in I cant use it in this state

What i tried: Checking in the administrative tools, windows sees the ext4 and ntfs drives (swap no), I can choose to format the ntfs drive but results are that ext4 is converted to ntfs :(
; formating the ntfs drive in ubuntu does absolutely nothing to windows -> windows doesnt let me access the ntfs drive


Helps and suggestions! Thanks and Thanks!

Anaximander Thales
October 16th, 2013, 08:20 PM
I've used this with fairly good success.

http://www.ext2fsd.com/

There is also this:
http://ext2read.blogspot.com/2010/04/ext2read-22-released-now-with-lvm2-and.html

That's about the best I can offer on it.

Anaximander Thales
October 16th, 2013, 08:23 PM
Oops - Sorry. Misread what your intentions were.

Taking a second to investigate your issue.

Anaximander Thales
October 16th, 2013, 08:31 PM
First off -- where is the partition located (i.e. partition 1, partition 2, etc) on the stick?
Second, how did you create the partition? Did you use gparted, fdisk? Did you resize the partition or did you create all the partitions during installation of ubuntu?

Mark Phelps
October 16th, 2013, 09:38 PM
Win7 is trying to automount all the partitions on the USB stick -- which it can't in the case of the two Linux filesystem partitions.

If you look in Disk Management after the stick is inserted, you should be able to see the three partitions on the USB stick. If the third one does not have a drive letter, then use the Disk Management option to assign one. After that, you should be able to use that partition without problems.

oldfred
October 16th, 2013, 09:46 PM
Windows typically only sees the first partition on USB flash drives. So you need to make the order on the flash drive with NTFS first, then the Linux formatted partitions.

pigmentty2
October 18th, 2013, 08:40 AM
Thanks to: oldfred

Solution: Making the primary a ntfs, and the other 2 (ext4 and swap) as logical worked for both seeing the ntfs in windows and booting to ubuntu

Regarding the other questions:
Mark Phelps- i assined a letter, but coundnt open it as it gave the formatting error
Anaximander Thales- well i assigned the drives as 25.5gb partion [ext4 boot=/ primary] , a swap of 0.5gb [swap logical], a ntfs of 6gb [ntfs logical] from left to rigt
-i used the ubuntu installer to create the drives