[nflug] Creating an NTFS partition on a USB drive

Joe josephj at main.nc.us
Thu Mar 8 14:20:36 EST 2007


Joe wrote:
> Sam Stern wrote:
>   
>>  
>>
>>   
>>     
>>> -----Original Message-----
>>> From: nflug-bounces at nflug.org 
>>> [mailto:nflug-bounces at nflug.org] On Behalf Of Joe
>>> Sent: Wednesday, March 07, 2007 07:14 PM
>>> To: nflug at nflug.org
>>> Subject: [nflug] Creating an NTFS partition on a USB drive
>>>
>>> Questions:
>>> How do I create an NTFS partition on a usb drive that Windoze XP can
>>> read and write?
>>>
>>> How do I mount it in Linux (e.g.  with ntfs-3g)?
>>>
>>> Is there something special I have to do to copy back all the 
>>> stuff from
>>> my Linux backup (forward slashes to backward ones)?
>>>
>>> Background:
>>>
>>> I've got a new 120GB usb drive for my notebook.  I want to create two
>>> partitions on it.  1) 50GB NTFS for Windows XP to use, 2) 
>>> 70GB ext3 for
>>> Linux.
>>>
>>>     
>>>       
>> Hi Bob,
>>
>> First, start with fdisk. 
>>
>> 1) Make TWO primary (not extended partitions). Use the "o" option, 
>> 2) Place the first partition as an ntfs partition at the physical begging of
>> the disk (this is key, it must be the first logical partition). Do not mark
>> the partition as bootable. "n" new partition, type 86, +50G in size. Then
>> "c" to toggle dos compatibility flag.
>> 3) Place the second partition as a Linux partition fill the reminder of the
>> disk. "n" new partition, type 83, +70G in size.
>> 4) write the table out (w) and quit (q).
>> 5) now unmount and remount the USB disk.
>> 6) use mkntfs to create the disk in the first partition.
>> 7) make the second partition using the ext3 or reiserfs tools to your
>> preferences.
>>
>>
>> All that said, I would suggest that you use XP for this task since the
>> method is likely to be more compatible with xp/vista whatever tools:
>>
>> 1) in xp, insert the drive
>> 2) start | settings | control panel | admin tools | computer management |
>> Storage management | disk management
>> 3) create a partition of the size you want using the gui. Do not create a
>> dynamic disk. Leave space for Linux
>> 4) format the partition in xp add a nice label.
>> 5) Switch to Linux and use fdisk to add a Linux partition at the end of the
>> disk
>> 6) format and label the Linux partition per usual methods.
>>
>>
>> HTH
>>
>>
>> Sam S.
>>
>>
>> _______________________________________________
>> nflug mailing list
>> nflug at nflug.org
>> http://www.nflug.org/mailman/listinfo/nflug
>>
>>   
>>     
> Thank you. Your directions are always very clear. I'll follow them asap.
>
> Joe
> _______________________________________________
> nflug mailing list
> nflug at nflug.org
> http://www.nflug.org/mailman/listinfo/nflug
>
>   
Thanks. That worked. The remaining problem is that when I mount
/media/sdb1 (from the device icon that appears on the desktop), it
mounts read-only. If I unmount it and manually remount it, I get:

bigbird at sananda:~$ sudo mount -t ntfs-3g /dev/sdb1 /media/sdb1
WARNING: Deficient FUSE kernel module detected. Some driver features are
not available (swap file on NTFS, boot from NTFS by LILO), and
unmount is not safe unless it's made sure the ntfs-3g process
naturally terminates after calling 'umount'. The safe FUSE kernel
driver is included in the official Linux kernels since version
2.6.20-rc1, or in the FUSE 2.6.0 or later software packages,
except the faulty FUSE version 2.6.2. For more help, please
have a look at /usr/share/doc/ntfs-3g/README.Debian. Thanks

This seems to work fine. I have Ubuntu, kernel 2.6.15-23-686, so I can't
address the warning. I would just like it to mount that way
automagically when I mount it from the desktop icon.

How do i do that?

Thanks.

Joe
_______________________________________________
nflug mailing list
nflug at nflug.org
http://www.nflug.org/mailman/listinfo/nflug



More information about the nflug mailing list