Find the answer to your Linux question:
Page 2 of 2 FirstFirst 1 2
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....
  1. #11
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,308


    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

  2. #12
    Linux Newbie rituraj.goswami's Avatar
    Join Date
    Aug 2008
    Location
    Guwahati
    Posts
    133
    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.

  3. #13
    Just 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?

  4. #14
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,308
    You have to specify Partition number too.
    Code:
    #mkfs.ntfs -L BigGuy2 /dev/sdbx
    Execute sudo fdisk -l command to check partition number(s). Format correct partition.

    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

  5. #15
    Linux Guru Rubberman's Avatar
    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!

Page 2 of 2 FirstFirst 1 2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •