Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
fstab secondo me...
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
carly
n00b
n00b


Joined: 27 Oct 2005
Posts: 27
Location: pontedera (pi) italy

PostPosted: Mon Feb 27, 2006 9:26 pm    Post subject: fstab secondo me... Reply with quote

date 3 partizioni:
1 boot in /dev/sda1 (ho un disco sata1)
2 swap in /dev/sda2
3 root in /dev/sda3
e data la presenza di:
lettore cd;
masterizzatore cd;
masterizzatore dvd;
masterizzatore dvd
per me un fstab corretto deve esse:
Code:

/dev/sda1    /boot    ext2    defaults,noatime   1 2
/dev/sda2    none     swap    sw                      0 0
/dev/sda3    /           ext3    noatime               0 1
/dev/cdroms/cdrom0    /mnt/cdrom    auto    noauto,user 0 0
/dev/cdoms/cdrom1    /mnt/cdrw        auto    noauto,user 0 0
/dev/cdoms/cdrom2    /mnt/dvdrw       auto    noauto,user 0 0
/dev/cdoms/cdrom3    /mnt/dvdrw        auto    noauto,user 0 0

secondo voi va bene oppure ho fatto qualche bestialità? :D
Back to top
View user's profile Send private message
Luca89
Advocate
Advocate


Joined: 27 Apr 2005
Posts: 2107
Location: Agrigento (Italy)

PostPosted: Mon Feb 27, 2006 9:29 pm    Post subject: Reply with quote

Scusa, monti due device nello stesso mount-point?
_________________
Running Fast!
Back to top
View user's profile Send private message
carly
n00b
n00b


Joined: 27 Oct 2005
Posts: 27
Location: pontedera (pi) italy

PostPosted: Mon Feb 27, 2006 9:31 pm    Post subject: Reply with quote

no beh...io ho capito che a tutti e 4 tocca un suo mountpoint!
Back to top
View user's profile Send private message
Luca89
Advocate
Advocate


Joined: 27 Apr 2005
Posts: 2107
Location: Agrigento (Italy)

PostPosted: Mon Feb 27, 2006 9:34 pm    Post subject: Reply with quote

carly wrote:
no beh...io ho capito che a tutti e 4 tocca un suo mountpoint!


Si ma devono essere diversi, gli ultimi due li hai fatti montare nello stesso mount-point. Inoltre per i cdrom metterei un "ro" tra le opzioni, tanto per non far sputare errori a mount.
_________________
Running Fast!
Back to top
View user's profile Send private message
Ic3M4n
Advocate
Advocate


Joined: 02 Nov 2004
Posts: 3489
Location: Bergamo.

PostPosted: Mon Feb 27, 2006 9:35 pm    Post subject: Reply with quote

hai messo due volte lo stesso device /mnt/dvdrw. in ogni caso io cambierei dvdrw con un qualcosa di più identificativo. ne hai due e te li confondi.
Back to top
View user's profile Send private message
carly
n00b
n00b


Joined: 27 Oct 2005
Posts: 27
Location: pontedera (pi) italy

PostPosted: Mon Feb 27, 2006 9:39 pm    Post subject: Reply with quote

r0 dove lo devo mettere per esattezza?
io però ho 2 masterizzatori dvd...quindi mi conviene fare:
Code:

/dev/cdoms/cdrom2    /mnt/dvdrw1       auto    noauto,user 0 0
/dev/cdoms/cdrom3    /mnt/dvdrw2        auto    noauto,user 0 0

??
Back to top
View user's profile Send private message
Luca89
Advocate
Advocate


Joined: 27 Apr 2005
Posts: 2107
Location: Agrigento (Italy)

PostPosted: Mon Feb 27, 2006 9:42 pm    Post subject: Reply with quote

accanto a user e noauto.
_________________
Running Fast!
Back to top
View user's profile Send private message
=DvD=
Veteran
Veteran


Joined: 25 Mar 2004
Posts: 1353

PostPosted: Tue Feb 28, 2006 1:37 am    Post subject: Reply with quote

Mi sa che ti sei perso un pezzo: /mnt/dvdrw è una cartella che crei _te_ e _te_scegli il nome da dargli :)
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31447
Location: here

PostPosted: Tue Feb 28, 2006 7:44 am    Post subject: Reply with quote

carly wrote:
r0 dove lo devo mettere per esattezza?

Non r0 ma ro che sta per read only
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
-YoShi-
l33t
l33t


Joined: 26 Nov 2003
Posts: 684
Location: Besana Brianza - ItaLy -

PostPosted: Tue Feb 28, 2006 8:16 am    Post subject: Re: fstab secondo me... Reply with quote

Code:

/dev/cdroms/cdrom0    /mnt/cdrom    auto    noauto,user 0 0
/dev/cdoms/cdrom1    /mnt/cdrw        auto    noauto,user 0 0
/dev/cdoms/cdrom2    /mnt/dvdrw       auto    noauto,user 0 0
/dev/cdoms/cdrom3    /mnt/dvdrw        auto    noauto,user 0 0


Occhio a non fare un copia/incolla di questo xchè c'è scritto /dev/cdoms/cdrom1 ;)
_________________
Io lo vedo tutti i giorni, un Re per vederlo deve uscire dal suo regno, e il Papa lo vede quando si spoglia. Chi è?
Back to top
View user's profile Send private message
carly
n00b
n00b


Joined: 27 Oct 2005
Posts: 27
Location: pontedera (pi) italy

PostPosted: Tue Feb 28, 2006 8:37 pm    Post subject: Reply with quote

ah si è vero...ORRORE di ortografia :lol:
ad ogni modo...
non ci ho capito una mazza di cosa scrivere a proposito dei miei device...ora penso che almeno per quanto riguarda i dischi vada bene così:
Code:

/dev/sda1    /boot    ext2    defaults,noatime   1 2
/dev/sda2    none     swap    sw                      0 0
/dev/sda3    /           ext3    noatime               0 1

mi potete aiutare per gli altri device? vi ricordo che ho un lettore cd, un masterizzatore cd e 2 masterizzatori dvd.
p.s. devo mettere una riga anche per il floppy?
Back to top
View user's profile Send private message
Luca89
Advocate
Advocate


Joined: 27 Apr 2005
Posts: 2107
Location: Agrigento (Italy)

PostPosted: Tue Feb 28, 2006 9:38 pm    Post subject: Reply with quote

carly wrote:
mi potete aiutare per gli altri device? vi ricordo che ho un lettore cd, un masterizzatore cd e 2 masterizzatori dvd.


Ti abbiamo già dato i consigli, non vedo che ti dobbiamo dire di più.

Quote:
p.s. devo mettere una riga anche per il floppy?


Se devi utilizzare il floppy si, altrimenti non c'è bisogno.

Inoltre, visto che non ti è chiaro come funziona fstab, ti consiglio una bella lettura di:
Code:
$ man fstab
$ man mount

_________________
Running Fast!
Back to top
View user's profile Send private message
carly
n00b
n00b


Joined: 27 Oct 2005
Posts: 27
Location: pontedera (pi) italy

PostPosted: Wed Mar 01, 2006 5:35 pm    Post subject: Reply with quote

consigli un po oscuri...
ad ogni modo come si dice dalle mie parti, "aiutati e sarai servito" :D
Back to top
View user's profile Send private message
Luca89
Advocate
Advocate


Joined: 27 Apr 2005
Posts: 2107
Location: Agrigento (Italy)

PostPosted: Wed Mar 01, 2006 5:37 pm    Post subject: Reply with quote

carly wrote:
consigli un po oscuri...


In che senso? Ti abbiamo detto che ogni device deve avere un mount-point diverso e che è meglio aggiungere l'opzione ro. Cosa ti dobbiamo dire di più? :wink:
_________________
Running Fast!
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
Page 1 of 1

 
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