diverses hinzu
This commit is contained in:
16
dvd-createdev
Executable file
16
dvd-createdev
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/bin/sh
|
||||
|
||||
DVD_DEVICE=/dev/dvd
|
||||
|
||||
if [ -L $DVD_DEVICE ]
|
||||
then
|
||||
echo "Link l<>schen"
|
||||
rm $DVD_DEVICE
|
||||
else
|
||||
echo "Altes Device l<>schen $DVD_DEVICE"
|
||||
umount $DVD_DEVICE
|
||||
rmdir $DVD_DEVICE
|
||||
fi
|
||||
echo "neuen device erstellen"
|
||||
mkdir $DVD_DEVICE
|
||||
|
||||
Reference in New Issue
Block a user