Results 11 to 15 of 15
If you want to use that space for data sharing between Linux and Windows OSes then NTFS is a good choice.
For Linux, go for ext3 only....
- 07-04-2009 #11
If you want to use that space for data sharing between Linux and Windows OSes then NTFS is a good choice.
For Linux, go for ext3 only.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-06-2009 #12
you are welcome. have a great time.
There is nothing impossible, for everything is possible; the impossible only takes a bit longer than the possible.


- 07-06-2009 #13Just Joined!
- Join Date
- Jul 2009
- Location
- Sherbrooke, QC
- Posts
- 7
I'm trying to convert the drive back to ntfs ( it's now ext2) with the mkfs.ntfs command. But I get the Error:
Refusing to make filesystem here!
Exact code is:
Code:#mkfs.ntfs -L BigGuy2 /dev/sdb
Any opinions to why this would be? It worked the first time around when my drive got wiped.... Do I have to delete the current fs first?
- 07-06-2009 #14
You have to specify Partition number too.
Execute sudo fdisk -l command to check partition number(s). Format correct partition.Code:#mkfs.ntfs -L BigGuy2 /dev/sdbx
If you have any confusion, post the output of fdisk -l command here. I suggested to post its output in my first post in this thread too. ( post #2 ).It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-06-2009 #15Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,485
I don't think ntfs can be installed on the entire disc without a partition, which apparently ext2 can be. I would run fdisk, create a new DOS partition table, create a new ntfs partition taking the full disc, and then run mkfs.ntfs.
As for creating a file system with mkfs, HROAdmin26 is correct. I just verified that. I misremembered (mea culpa!) how I just set the label on my file systems without reformatting them! Doh! Major apologies here to all and sundry! I know that you can use e2label to set ext2/ext3 file system labels, and dosfslabel for DOS file systems, though I'm not sure if dosfslabel will work with NTFS partitions.
Anyway, my bad and especial apologies to ironwilliamcash. Do forgive me, dude! I think I'm going to return to Linux Guru school for some remedial training!
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote
