<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.6.6">
</HEAD>
<BODY>
I think the instructions there is referring to a separate disk partition (sdb1). If you don't have one, you can create a loopback storage device. Example:<BR>
truncate -s 5GB /srv/gluster-disk<BR>
mkfs.xfs -i size=512 /srv/gluster-disk<BR>
<BR>
On Tue, 2013-12-17 at 14:22 -0700, Knut Moe wrote:
<BLOCKQUOTE TYPE=CITE>
    Hi all,<BR>
    <BR>
    I am trying to follow the instructions from the Quick Start guide, but I am running into problems when issuing the following command:<BR>
    <BR>
    mkfs.xfs -i size=512 /dev/sdb1<BR>
    <BR>
    /dev/sdb1: No such file or directory<BR>
    <BR>
    If I create the sdb1 folder&nbsp; in the /dev folder I get the following error when issuing the mkfs.xfs command<BR>
    <BR>
    mkfs.xfs: cannot open /dev/sdb1: Is a directory<BR>
    <BR>
    Any assistance would be most helpful.<BR>
    <BR>
    Thanks,<BR>
    Kurt<BR>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<PRE>
_______________________________________________
Gluster-users mailing list
<A HREF="mailto:Gluster-users@gluster.org">Gluster-users@gluster.org</A>
<A HREF="http://supercolony.gluster.org/mailman/listinfo/gluster-users">http://supercolony.gluster.org/mailman/listinfo/gluster-users</A>
</PRE>
</BLOCKQUOTE>
<BR>
</BODY>
</HTML>