LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   format usb to ntfs (https://www.linuxquestions.org/questions/linux-newbie-8/format-usb-to-ntfs-4175607578/)

jsherman0110 06-08-2017 09:25 PM

format usb to ntfs
 
I had mkfs.ntfs on a usb stick and it worked properly it said.
When I fdisk to see the type to make sure it changed from fat32 to ntfs it still shows fat32. I connected to a windows laptop and checked properties and it says the format is ntfs.
How do I change it in linux (Arch) to show not fat32 or do i even need to do that, will it be fine without changing?


Disk /dev/sdb: 7.6 GiB, 8179941376 bytes, 15976448 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x70285096

Device Boot Start End Sectors Size Id Type
/dev/sdb1 5672 15976447 15970776 7.6G c W95 FAT32 (LBA)

syg00 06-08-2017 09:43 PM

It's largely decorative - you can use fdisk to change the (partition) type if you feel the need to.

jsherman0110 06-08-2017 09:59 PM

So you dont need to change the partition type? It will still work fine? All I am using this for is to save my .vim and .vimrc configs on.
Just wanted to change it to ntfs so that when i felt like plugging in and copying the setting in cygwin vim, the data would not be messed up. Because i have tried before plugging a fat32 stick in the linux machine and putting files on there and when i stuck it back in windows the data was not all there.

syg00 06-08-2017 10:06 PM

Quote:

Originally Posted by jsherman0110 (Post 5720779)
So you dont need to change the partition type? It will still work fine?

Correct.
Quote:

Because i have tried before plugging a fat32 stick in the linux machine and putting files on there and when i stuck it back in windows the data was not all there.
Shouldn't happen. Find out what you are doing wrong - you need to umount and wait till the command prompt comes back, or use the appropriate GUI option to eject properly (i.e. safely) before you pull it out.


All times are GMT -5. The time now is 07:39 AM.