Koozali.org: home of the SME Server
Other Languages => Italiano => Topic started by: killrob on April 07, 2017, 08:19:27 PM
-
Salve a tutti,
sto seguendo passo passo il wiki per montare un disco USB da 1TB su SME 8.x e sono arrivato a questo punto:
fdisk, fatto
mkfs, fatto
ma quando tento di fare il mount mi dice
mount il device speciale LABEL= scorta non esiste
grazie
[root@sassone01 etc]# cat /etc/fstab
#------------------------------------------------------------
# BE CAREFUL WHEN MODIFYING THIS FILE! It is updated automatically
# by the SME server software. A few entries are updated during
# the template processing of the file and white space is removed,
# but otherwise changes to the file are preserved.
# For more information, see http://www.e-smith.org/custom/ and
# the template fragments in /etc/e-smith/templates/etc/fstab/.
#
# copyright (C) 2002 Mitel Networks Corporation
#------------------------------------------------------------
/dev/main/root / ext3 usrquota,grpquota 1 1
/dev/md1 /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
/dev/main/swap swap swap defaults 0 0
LABEL=scorta /media/scorta ext3 defaults
-
puoi dirmi che howto stai seguendo?
-
https://wiki.contribs.org/USBDisks#Formatting_your_USB_drive
-
mi fai una lista esatta dei comandi dai?
history
per recuperarli
-
come vedi dall'altro post sono andato avanti con successo, il problema qui era mio, non eseguivo i giusti comandi creare la partizione in fdisk. Alla fine ci sono riuscito.