Technology Questions

Go Back   Technology Questions > Software Questions > Operating System Questions > Linux

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 05-06-2007, 12:22 AM
temp2@cfl.rr.com
Newsgroup Contributor
 
Posts: n/a
Newbie question ....

I need a command line command that shows what file types(ext2,ext3)
are in use on a Red Hat Enterprise Linux 4 system. Any help?

TIA

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 05-06-2007, 12:22 AM
  #2 (permalink)  
Old 05-06-2007, 12:22 AM
J.O. Aho
Newsgroup Contributor
 
Posts: n/a
Re: Newbie question ....

temp2@cfl.rr.com wrote:

Your topic is horrible, there are far too many threads named "newbie
question", please try to describe your problem in the subject next time you do
post a new thread.

> I need a command line command that shows what file types(ext2,ext3)
> are in use on a Red Hat Enterprise Linux 4 system. Any help?


mount
--

//Aho
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 05-06-2007, 12:22 AM
Handover Phist
Newsgroup Contributor
 
Posts: n/a
Re: Newbie question ....

temp2@cfl.rr.com said "Newbie question ...."
> I need a command line command that shows what file types(ext2,ext3)
> are in use on a Red Hat Enterprise Linux 4 system. Any help?
>
> TIA


mount

--
This signature intentionally left blank

http://www.websterscafe.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 05-06-2007, 12:22 AM
Ivan Marsh
Newsgroup Contributor
 
Posts: n/a
Re: Newbie question ....

On Thu, 22 Mar 2007 16:26:20 +0100, J.O. Aho wrote:

> temp2@cfl.rr.com wrote:
>> I need a command line command that shows what file types(ext2,ext3) are
>> in use on a Red Hat Enterprise Linux 4 system. Any help?

>
> Your topic is horrible, there are far too many threads named "newbie
> question", please try to describe your problem in the subject next time
> you do post a new thread.


Amusingly enough something a newbie wouldn't know.

Please don't top post.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 05-06-2007, 12:22 AM
J.O. Aho
Newsgroup Contributor
 
Posts: n/a
Re: Newbie question ....

Ivan Marsh wrote:
> On Thu, 22 Mar 2007 16:26:20 +0100, J.O. Aho wrote:
>
>> temp2@cfl.rr.com wrote:
>>> I need a command line command that shows what file types(ext2,ext3) are
>>> in use on a Red Hat Enterprise Linux 4 system. Any help?

>> Your topic is horrible, there are far too many threads named "newbie
>> question", please try to describe your problem in the subject next time
>> you do post a new thread.

>
> Amusingly enough something a newbie wouldn't know.
>
> Please don't top post.


I hardly see it as top posting, as it did come directly after the thing I
wanted to comment and I did answer his question without top posting too.

--

//Aho
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 05-06-2007, 12:22 AM
Moog
Newsgroup Contributor
 
Posts: n/a
Re: Newbie question ....

Ivan Marsh illuminated the devils arse on Thu, 22 Mar 2007 10:51:00 -0500,
by typing:

> Please don't top post.


He didn't. He commented on the subject line. IMHO, he did that in the
right place.

--
Moog

http://www.last.fm/user/efcmoog/
"Liquor in the Front. Poker in the Rear"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #7 (permalink)  
Old 05-06-2007, 12:22 AM
Ivan Marsh
Newsgroup Contributor
 
Posts: n/a
Re: Newbie question ....

On Thu, 22 Mar 2007 16:57:03 +0100, J.O. Aho wrote:

> Ivan Marsh wrote:
>> On Thu, 22 Mar 2007 16:26:20 +0100, J.O. Aho wrote:
>>
>>> temp2@cfl.rr.com wrote:
>>>> I need a command line command that shows what file types(ext2,ext3) are
>>>> in use on a Red Hat Enterprise Linux 4 system. Any help?
>>> Your topic is horrible, there are far too many threads named "newbie
>>> question", please try to describe your problem in the subject next time
>>> you do post a new thread.

>>
>> Amusingly enough something a newbie wouldn't know.
>>
>> Please don't top post.

>
> I hardly see it as top posting, as it did come directly after the thing I
> wanted to comment and I did answer his question without top posting too.


My apologies, I failed to see the one word answer to the OPs question at
the bottom.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #8 (permalink)  
Old 05-06-2007, 12:23 AM
paul_s
Newsgroup Contributor
 
Posts: n/a
Re: Newbie question ....

On Thu, 22 Mar 2007 08:23:55 -0700, temp2 wrote:

> I need a command line command that shows what file types(ext2,ext3)
> are in use on a Red Hat Enterprise Linux 4 system. Any help?


cat /etc/mtab


paul_s
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #9 (permalink)  
Old 05-06-2007, 12:23 AM
Unruh
Newsgroup Contributor
 
Posts: n/a
Re: Newbie question ....

paul_s <junk@nospam.junk> writes:

>On Thu, 22 Mar 2007 08:23:55 -0700, temp2 wrote:


>> I need a command line command that shows what file types(ext2,ext3)
>> are in use on a Red Hat Enterprise Linux 4 system. Any help?


mount
the file types you state are for the way in which filesystems are formated.
Ie it has nothing to do with the files themselves.


>cat /etc/mtab


That is what mount reports on but it will also do.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #10 (permalink)  
Old 05-06-2007, 12:23 AM
alvinj@XX.com
Newsgroup Contributor
 
Posts: n/a
Re: Newbie question ....

> >> I need a command line command that shows what file types(ext2,ext3)
> >> are in use on a Red Hat Enterprise Linux 4 system. Any help?

> mount
> the file types you state are for the way in which filesystems are
> formated. Ie it has nothing to do with the files themselves.
> >cat /etc/mtab

> That is what mount reports on but it will also do.


Cool question and thread IMO, whether it's got a dumb name or not. ;)

Alvin in AZ
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Newbie Question GM Windows XP Tablet PC Newsgroup 2 06-05-2008 02:30 PM
newbie hardware question Lenny Linux 11 02-15-2008 07:41 AM
Newbie question Robert Dufour Smartphones 1 05-05-2007 03:38 PM
Newbie Question Mike Smartphones 1 01-24-2007 02:30 PM
newbie question Jef Delcroix Smartphones 1 01-05-2007 05:19 AM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 05:09 AM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0