[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 #!/bin/bash 2 3 # 4 # $Id: format_disk.sh 5661 2010-06-24 00:20:02Z keyser $ 5 # 6 7 [ ! -e /dev/disk/by-id/$1-part1 ] && echo "Disque introuvable!" 8 mkfs.ext3 /dev/disk/by-id/$1-part1 >/dev/null
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Mar 17 22:47:18 2015 | Cross-referenced by PHPXref 0.7.1 |