Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Installazione senza buon fine. HELP
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Mon Jan 05, 2004 6:49 pm    Post subject: Reply with quote

nikolis wrote:
ho eseguito il comando echo $PATH, e /bin è presente nei percorsi. Dopo il restart ho riprovato col mount /dev/ecc. , ed il messaggio era "mount point /mnt/cdrom does not exist"


ovvero che non esiste la directory.
sei sicuro che il file /bin/mkdir non esiste?
Back to top
View user's profile Send private message
MyZelF
Bodhisattva
Bodhisattva


Joined: 25 Feb 2003
Posts: 2010
Location: Venice, Italy

PostPosted: Mon Jan 05, 2004 6:51 pm    Post subject: Reply with quote

nikolis wrote:
ho eseguito il comando echo $PATH, e /bin è presente nei percorsi. Dopo il restart ho riprovato col mount /dev/ecc. , ed il messaggio era "mount point /mnt/cdrom does not exist"


Allora, come ti era stato suggerito, devi creare la directory /mnt/cdrom (recuperando mkdir, nei meandri del tuo hd... :) )
Back to top
View user's profile Send private message
nikolis
Apprentice
Apprentice


Joined: 21 Aug 2003
Posts: 200
Location: Athens

PostPosted: Mon Jan 05, 2004 7:01 pm    Post subject: Reply with quote

ho verificato. /bin è nella path e mkdir al suo posto. posso aver incasinato qualche altro file configurazione per cui non vede il cd?
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Mon Jan 05, 2004 7:04 pm    Post subject: Reply with quote

nikolis wrote:
ho verificato. /bin è nella path e mkdir al suo posto. posso aver incasinato qualche altro file configurazione per cui non vede il cd?


riprova a dare:
mkdir /mnt/cdrom
Back to top
View user's profile Send private message
flavio1
n00b
n00b


Joined: 05 Jan 2004
Posts: 18
Location: Verona

PostPosted: Wed Jan 07, 2004 10:04 pm    Post subject: Reply with quote

Non credo si possa creare una sottodirectory prima di creare la directory.
Cioe':
Code:
mkdir /mnt
mkdir /mnt/cdrom

Questo perche' al primo riavvio la dir /mnt non esiste.

Ciao
Flavio
Back to top
View user's profile Send private message
MyZelF
Bodhisattva
Bodhisattva


Joined: 25 Feb 2003
Posts: 2010
Location: Venice, Italy

PostPosted: Wed Jan 07, 2004 10:32 pm    Post subject: Reply with quote

Code:
$ mkdir -p /mnt/cdrom


:)
Back to top
View user's profile Send private message
shev
Bodhisattva
Bodhisattva


Joined: 03 Feb 2003
Posts: 4084
Location: Italy

PostPosted: Wed Jan 07, 2004 10:35 pm    Post subject: Reply with quote

flavio1 wrote:
Non credo si possa creare una sottodirectory prima di creare la directory


Si può, basta usare l'opzione -p (man mkdir per maggiori info).

p.s.: non sto a sottilizzare sul fatto che ovviamente anche con -p si crea prima la directory e poi la sottodirectory, è ovvio. Però si fa tutto con un comando solo

EDIT: azz, il ps m'ha fregato e m'ha fatto arrivare secondo :lol:
_________________
Se per vivere ti dicono "siediti e stai zitto" tu alzati e muori combattendo
Back to top
View user's profile Send private message
Su-34
Tux's lil' helper
Tux's lil' helper


Joined: 27 Jan 2004
Posts: 110
Location: Sky

PostPosted: Thu Mar 04, 2004 1:55 pm    Post subject: Reply with quote

salve a tutti
vi scrivo perchè ho un problema, vedrò di esporlo nella maniera piu chiara possibile

dunque dopo aver bootato il live cd di gentoo, una delle prime cose che ho fatto seguendo la guida è stata quella di partizionare i dischi con fdisk, ed avendo 3 hd ho partizinato nella seguente maniera

/dev/hda1
/dev/hda2
/dev/hda3


/dev/hdb1


/dev/hdd1


dopodiche ho monmtato i file system e le partizioni nel seguente modo (ho abbreviato naturalmente) :


/dev/hda1 /mnt/gentoo/boot (ext2)
/dev/hda2 swap
/dev/hda3 /mnt/gentoo (reiserfs)


/dev/hdb1 /mnt/gentoo/temp (reiserfs)


/dev/hdd1 /mnt/gentoo/incoming (xfs)

+ ovviamente proc

ho fatto i vari mount, mkdir , eccetera

finito il bootstrap e pochi minuti fa anche l emrge del systema
ho impostato il fuso dopodiche ho apeto il file fstab ed ho visto che questo file mi riporta questa situazione qua:

/dev/BOOT ext2
/dev/ROOT xfs

/dev/cdroms/cdrom0 ..... e via dicendo


il problema è:

1) perche ha assegnato alla partizione di root l fs di xfs? io avevo messo reiser fs......

2) perchè nn mi vede le partizioni /temp ed /incoming?????????

giuro che avevo salvato tutto con fdisk......

aiuto vi prego, ditemo che nn devo rifare tutto daccapo che mi metto a piangere sul serio................
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Thu Mar 04, 2004 2:01 pm    Post subject: Reply with quote

Su-34 wrote:
il problema è:

1) perche ha assegnato alla partizione di root l fs di xfs? io avevo messo reiser fs......

2) perchè nn mi vede le partizioni /temp ed /incoming?????????

giuro che avevo salvato tutto con fdisk......

aiuto vi prego, ditemo che nn devo rifare tutto daccapo che mi metto a piangere sul serio................


Non c'é bisogno di piangere ;-)

il file /etc/fstab non viene generato da fdisk ma devi scriverlo a mano tu.
Nella fattispecie devi scrivere:
al posto di BOOT hda1
al posto di ROOT hda3
e aggiungere le altre tue partizioni (tmp e incoming).

Rileggere il file controllando che i filesystem siano corretti (quindi scrivere reiserfs invece di xfs per la root)


In generale fare molta attenzione con il comando etc-update che potrebbe sovrascrivere il suddetto /etc/fstab
_________________
Ciao da me!
Back to top
View user's profile Send private message
Su-34
Tux's lil' helper
Tux's lil' helper


Joined: 27 Jan 2004
Posts: 110
Location: Sky

PostPosted: Thu Mar 04, 2004 2:07 pm    Post subject: Reply with quote

randomaze wrote:
Su-34 wrote:
il problema è:

1) perche ha assegnato alla partizione di root l fs di xfs? io avevo messo reiser fs......

2) perchè nn mi vede le partizioni /temp ed /incoming?????????

giuro che avevo salvato tutto con fdisk......

aiuto vi prego, ditemo che nn devo rifare tutto daccapo che mi metto a piangere sul serio................


Non c'é bisogno di piangere ;-)

il file /etc/fstab non viene generato da fdisk ma devi scriverlo a mano tu.
Nella fattispecie devi scrivere:
al posto di BOOT hda1
al posto di ROOT hda3
e aggiungere le altre tue partizioni (tmp e incoming).

Rileggere il file controllando che i filesystem siano corretti (quindi scrivere reiserfs invece di xfs per la root)


In generale fare molta attenzione con il comando etc-update che potrebbe sovrascrivere il suddetto /etc/fstab





ti debbo la vita......
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum