Skip to content

Commit

Permalink
test with sfdisk
Browse files Browse the repository at this point in the history
  • Loading branch information
woodp committed Feb 1, 2018
1 parent 5795c2a commit 93dd84c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ partprobe
echo ';' | sfdisk /dev/sdd
partprobe
mkfs -t ext3 /dev/sdd1
mkdir /data2
mkdir -p /data2
mount /dev/sdd1 /data2
2 changes: 1 addition & 1 deletion virtual-machines/single-vm/extensions/linux/format-disk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ partprobe
echo ';' | sfdisk /dev/sdc
partprobe
mkfs -t ext3 /dev/sdc1
mkdir /data1
mkdir -p /data1
mount /dev/sdc1 /data1

0 comments on commit 93dd84c

Please sign in to comment.