![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| resize filesystems | mhbd | UNIX for Advanced & Expert Users | 1 | 01-25-2008 05:16 AM |
| Creating create mirrored disk files systems using mkfs command | GLJ@USC | UNIX for Dummies Questions & Answers | 4 | 11-07-2006 01:52 PM |
| AIX 4.3.3 - mkfs default 4096K Why? | vigsgb | AIX | 0 | 03-14-2005 11:57 AM |
| Filesystems GT 95% | YS2002 | Shell Programming and Scripting | 3 | 09-30-2002 02:19 PM |
| Filesystems | marun | UNIX for Advanced & Expert Users | 9 | 09-04-2001 07:49 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Its not a separate system. All Operating Systems need a filesystem. MS Windows uses Fat16/32, NTFS. Gnu/Linux can chose from many filesystems; ext2 is one of them, more recent system choices are journaling system, such as ReiserFS, JFS, XFS, ext3. CD/DVD's use filesystem's, there are many as well; Joliet, Romeo, Rock Ridge, UDF....
Your using a filesystem now, check /etc/fstab, it will display which partition is using what filesystem. When you create a new partition from unallocated space, you divide the hard drive into partitions, and each partition must contain a filesystem before data can be written to it. mkfs are tools for formatting a partition with a filesystem. Once you have run fdisk on your harddrive, and created separate space (partitoned) you then can run one of the mkfs.xxx tools to format the space with a filesystem. You run these tools on a hardware device, not for creating a filesystem inside your database. Which partition is safest? The one that you just created, or one which has no data on it, or if you want to loose your data, and format the partition. |
|
||||
|
Quote:
Quote:
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|