LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   xfs on suse (https://www.linuxquestions.org/questions/suse-opensuse-60/xfs-on-suse-490566/)

tzbishop 10-08-2006 09:51 AM

xfs on suse
 
is it possible to use xfs system on SuSE? How could I do this?

kstan 10-08-2006 10:49 AM

as root (assume the partition is hda3), type 3 command at command prompt
#mkdir /xfsdata
#mkfs.xfs /dev/hda3
#mount /dev/hda3 /xfsdata

add in 1 line at /etc/fstab
/dev/hda3 /xfsdata xfs defaults 0 1

done

XavierP 10-08-2006 12:57 PM

Moved: This thread is more suitable in Suse/Novell and has been moved accordingly to help your thread/question get the exposure it deserves.

broch 10-08-2006 06:49 PM

use yast partitioning tool

tzbishop 10-09-2006 11:22 AM

Sorry, I made a wrong question. The aim is to use XFS filesystem on the / SuSE directory. The system shall use XFS System.

During the instalation, is it just to choose on the partitioning section?

kstan 10-09-2006 07:29 PM

depends, if you use Suse10.1, then yes. If you use ubuntu, then no.

tzbishop 10-10-2006 04:36 PM

SuSE siempre...


All times are GMT -5. The time now is 12:23 AM.