Which Linux Distro?

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

OffTopic1

Golden Member
Feb 12, 2004
1,764
0
0
Originally posted by: shud
So Linux natively uses NTFS? How will a distro format my drive?

Linux doesn't use NTFS natively, however it can read & write to NTFS partition.
 

Enfer Singe

Senior member
Apr 24, 2005
265
0
0
Originally posted by: OffTopic
Originally posted by: shud
So Linux natively uses NTFS? How will a distro format my drive?

Linux doesn't use NTFS natively, however it can read & write to NTFS partition.

you are going to have to do some tweaking if you want to write to NTFS
 

shud

Golden Member
Mar 24, 2003
1,200
0
0
Originally posted by: Enfer Singe
Originally posted by: OffTopic
Originally posted by: shud
So Linux natively uses NTFS? How will a distro format my drive?

Linux doesn't use NTFS natively, however it can read & write to NTFS partition.

you are going to have to do some tweaking if you want to write to NTFS

I'm going to throw some drives into my Linux box for MythTV. What's the best way to format them, as I believe my friend will eventually take those drives out and put them back in a windows machine?
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
If you must share them between OSes on the same machine, the only real choice is FAT. If you're going to mount them in Linux and share them via the network any filesystem is fine and I would recommend XFS or ext3.
 

fuzzynavel

Senior member
Sep 10, 2004
629
0
0
OK looks like NTFS may or may not be a good idea depending on who is asked...

So I will have to format my media partition to use FAT 32 or even FAT16.....can it be done without losing data....i.e can a drive be changed from NTFS to FAT file system without formatting first and without losing data?
 

shud

Golden Member
Mar 24, 2003
1,200
0
0
Nevermind, this isn't even an issue. I'm going to format my 20gb OS drive as XFS or whatever, the data drives will remain NTFS. I'm retarded. Those won't be used to boot from.
 

TGS

Golden Member
May 3, 2005
1,849
0
0
You need to be careful if you want to boot off of non-ext2 or ext3 partitions. I don't think grub will have a problem on a non-ext partition. Just make sure the kernel you are installing has XFS support enabled.

I'm fairly sure LILO will be similiar but double check. I believe that automagic partitioning software will tell you to use ext2 or ext3 for /boot.
 

nweaver

Diamond Member
Jan 21, 2001
6,813
1
0
I have a high school diploma, clean shaven (and dressed in a button down shirt even!) and a wife/kids. I'm a linux user.
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: shud
Originally posted by: n0cmonkey
Originally posted by: shud
I am pretty sure you need an NFS partition to boot with most Linux distros. It can mount NTFS drives, just not boot from them.

Might be wrong though.

You don't need NFS to boot Linux.

Must be BSD then. I heard that somewhere.

You heard wrong. NFS isn't needed for normal installations of any BSD.
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: OffTopic
Originally posted by: n0cmonkey
Originally posted by: shud
I am pretty sure you need an NFS partition to boot with most Linux distros. It can mount NTFS drives, just not boot from them.

Might be wrong though.

You don't need NFS to boot Linux.
You also need a degree in CS, unshaven, and no gf to use linux :roll:

Guess that's why I don't run Linux regularly...
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
Guess that's why I don't run Linux regularly...

The requirements for BSD are the same, but you should also be overweight, egotistical and bullheaded. =)
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: Nothinman
Guess that's why I don't run Linux regularly...

The requirements for BSD are the same, but you should also be overweight, egotistical and bullheaded. =)

Not with OpenBSD. Hell, Theo is an avid climber.
 

fuzzynavel

Senior member
Sep 10, 2004
629
0
0
Ended up with Ubuntu distro....tried the live CD version first and it seemed friendly enough so have just created a EXT2 partition (whatever that is) and installed it.....am busily trying to install codecs etc now so that I can have some tunes.....Not too sure about all these terminal commands...."sudo", apt-get" etc etc....but having fun anyway
 

TGS

Golden Member
May 3, 2005
1,849
0
0
EXT2 is just a file system format. Just like how Windows uses it's own NTFS. Linux used to always use EXT2 and typically now you will see installers prompt for ext2 or ext3 partitions.

SUDO is for a user to run a command as root, more or less. Apt-get is for installing/upgrading packages.

Should end up looking like, sudo apt-get install <app name>
 

overturfa

Member
Jun 2, 2002
155
0
0
Originally posted by: fuzzynavel
Thanks for the help guys......

Will probably end up with something like knoppix live CD so that I can mess with linux without the risk of messing something up to start with.......don't really want to be deleting my windows partitions by mistake!

Thanks again


Doesn't UT2004 have a linux version on the CDs?

If you're doing a live CD then check out Mepis
Mepis > Knoppix and I believe SuSE offers a live CD free for download too.
 

overturfa

Member
Jun 2, 2002
155
0
0
Originally posted by: PoopyPants

i have it only for the reason of the types of jobs im after, learning it is almost a must as it sets you into the world of Unix, which is different but linux is a nix os, its derived from Unix.

Linux is not derived from Unix. Linux source code is entirely unique in and of itself. It is a UNIX-Like operating system in the sense that the look, feel, and command set are very similar in many respects. Unix != Linux and Unix source != Linux source.
 

nweaver

Diamond Member
Jan 21, 2001
6,813
1
0
think of sudo as "Run as administrator" command.

I can't believe that even windows users are sooo not used to command line. I use it on a very regular basis for everyday tasks in windows.

I wonder if there is a windows port for lynx..../google
 

TGS

Golden Member
May 3, 2005
1,849
0
0
I don't think people even tend to believe windows has command line tools. I worked in a large datacenter for a few years and I was one of two people that actually used cli on windows. The other guy was a solaris guy. I was laughing my ass off when someone was manually entering over 500 users into exchange and creating the domain accounts. I showed them how to do it in cli and they were slackjawed.

I'm telling you, if you find an administrator the is lazy they will use cli, because it's faster and you can script repeative operations. Giving you more time to slack off, like now...
 

bdoople

Senior member
Dec 29, 2004
318
0
0
Originally posted by: Nothinman
Guess that's why I don't run Linux regularly...

The requirements for BSD are the same, but you should also be overweight, egotistical and bullheaded. =)

I run BSD only. I dunno about bullheaded, or egotistical, but I am slightly overweight. I am also taller than I should be, heh.
 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |