D3 TKJ UNTAD
Would you like to react to this message? Create an account in a few clicks or log in to continue.

D3 TKJ UNTAD

Forum Buat Berbagi Ilmu Pengetahuan
 
IndeksPencarianLatest imagesPendaftaranGalleryLogin

 

 source code salah satu aplikasi jadulku.. [toroo-partition]

Go down 
2 posters
PengirimMessage
ibnu yahya
Penghuni Baru
Penghuni Baru
ibnu yahya


Number of posts : 37
Age : 78
Location : tempat mangkalnya preman.....
Registration date : 14.02.09

source code salah satu aplikasi jadulku.. [toroo-partition] Empty
PostSubyek: source code salah satu aplikasi jadulku.. [toroo-partition]   source code salah satu aplikasi jadulku.. [toroo-partition] EmptyTue Apr 14, 2009 12:07 am

hehehehehe ini aplikasi bersejarah banget..... salah satu aplikasi bash pertama yang ane buat.... waktu masih buta linux hehehe
aplikasi ini bisa di gunakan untuk membuat sebuah partisi linux..... dengan format partisi XFS dan EXT 3 kalau mau nambah format lain silahkan di kembangkan sendiri.... tapi ane sering make ini doang hehehehehe maklum otak masih jadul.....

---------------------------------cut here----------------------------------------
#!/bin/bash
cfdisk

echo "PARTITION :"
fdisk -l |egrep -o "/dev/[a-z1-9]+" |uniq
echo "pilih partisi yang akan di buat FSnya"
read PARTITION
select FS in ext3 xfs
do
if [ $FS = ext3 ]
then
mkfs.ext3 /dev/$PARTITION
clear
echo "Partisi $PARTITION telah behasil di buat dengan format EXT3"
exit
elif [ $FS = xfs ]
then
mkfs.xfs -f /dev/$PARTITION
clear
echo "Partisi $PARTITION telah behasil di buat dengan format XFS"
exit
done

-------------------------------cut here----------------------------------------

#save fi tersebut dengan nama file terserah anda misalnya nama filenya "BUATPARTISI" trus buat jdi file executable deh

[root@toroo~]chmod +x BUATPARTISI

#copy ke directory /bin
[root@toroo~]cp BUATPARTISI /bin/

#trus aplikasinya di panggil deh di mana saja dengan perintah

[root@toroo~]BUATPARTISI

#gampang banget kan ehm ehm ehm scriptnya portable lagi/mudah di inget jd kalau ma di bat di mana ajha tinggal sikat Very Happy........ misi misi tabe dulu maaf kalau tutornya terlalu mudah dan sederhana cos masih cupu
Kembali Ke Atas Go down
randy bukhatir
El Capitano
El Capitano
randy bukhatir


Number of posts : 192
Age : 35
Location : dari inpres jalan terus_ketemu penjual pisgor tanya ma dia_kalau blum bs dari kampus sktr 10 kilo.
Registration date : 24.07.07

source code salah satu aplikasi jadulku.. [toroo-partition] Empty
PostSubyek: Re: source code salah satu aplikasi jadulku.. [toroo-partition]   source code salah satu aplikasi jadulku.. [toroo-partition] EmptyThu May 28, 2009 12:27 pm

ampun dekh kagak ngartos ..
mantap memang suhu yang satu ini lol!
Kembali Ke Atas Go down
ibnu yahya
Penghuni Baru
Penghuni Baru
ibnu yahya


Number of posts : 37
Age : 78
Location : tempat mangkalnya preman.....
Registration date : 14.02.09

source code salah satu aplikasi jadulku.. [toroo-partition] Empty
PostSubyek: Re: source code salah satu aplikasi jadulku.. [toroo-partition]   source code salah satu aplikasi jadulku.. [toroo-partition] EmptyMon Jun 08, 2009 3:48 pm

saya juga kagak ngeri Very Happy
Kembali Ke Atas Go down
Sponsored content





source code salah satu aplikasi jadulku.. [toroo-partition] Empty
PostSubyek: Re: source code salah satu aplikasi jadulku.. [toroo-partition]   source code salah satu aplikasi jadulku.. [toroo-partition] Empty

Kembali Ke Atas Go down
 
source code salah satu aplikasi jadulku.. [toroo-partition]
Kembali Ke Atas 
Halaman 1 dari 1
 Similar topics
-
» You Dont Have Permission To Access This Site Error Code 403

Permissions in this forum:Anda tidak dapat menjawab topik
D3 TKJ UNTAD :: Mata Perkuliahan :: Linux-
Navigasi: