Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Domanda su FS
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
maruscya
Guru
Guru


Joined: 13 Aug 2004
Posts: 507

PostPosted: Fri Oct 08, 2004 3:07 pm    Post subject: Domanda su FS Reply with quote

CIao a tutti..

Ho partizionato il mio hd per installare gentoo e purtroppo win. Ho creato una partizione da 8 gb da usare per lo scambio dei dati.

Win miha formatatto la partizione condivisa in FAT32, ma con linux come faccio ad usarla ??

Nel caso cosa mi consigliate di usare al posto di FAT32 ??

Per info , sto usando win 2000 e Linux con kernel 2.6.7

Grazie mille !!

AndreA
Back to top
View user's profile Send private message
tolipth
Guru
Guru


Joined: 01 Dec 2003
Posts: 301

PostPosted: Fri Oct 08, 2004 3:12 pm    Post subject: Reply with quote

Linux legge e scrive su partizioni fat32 (deve essere abilitata questa voce nel kernel), basta montare la partizione (man mount)
ciao
Back to top
View user's profile Send private message
doom.it
Guru
Guru


Joined: 23 May 2003
Posts: 430
Location: Pavia, Italy

PostPosted: Fri Oct 08, 2004 3:32 pm    Post subject: Reply with quote

Abilita nel kernel il supporto al filesystem FAT.
Lo trovi nella sezione

File Systems ---> DOS/FAT/NT Filesystems ---> *> VFAT (Windows-95) fs support

Attivala come built-in e ricompila il kernel.
Una volta fatto, o comunque se fosse già attivata poi puoi vedere il tuo disco FAT montandolo con questo comando:
Code:

mount -t vfat /dev/hdXX /mnt/windows

Ovviamente /dev/hdXX è la tua partizione win, e /mnt/windows il punto di montaggio (la cartella dove da linux vedrai i contenuti della partizione windows) che devi crearti prima con un semplice
Code:

mkdir /mnt/windows


se tutto funziona puoi aggiungere una voce simile in /etc/fstab
Code:

/dev/hdXX   /mnt/windows     vfat            user,noauto,umask=0     0 0


Spero ora ti sia piu chiaro cosa devi fare :)

ciao
DooM

P.S. no, non ci sono alternative valide, windows supporta solo FAT o NTFS (che però è supportato meno bene in Linux rispetto a quanto lo sia FAT)
_________________
I have discovered photography. Now I can kill myself. I have nothing else to learn.
Pablo Picasso
Back to top
View user's profile Send private message
maruscya
Guru
Guru


Joined: 13 Aug 2004
Posts: 507

PostPosted: Fri Oct 08, 2004 3:34 pm    Post subject: Reply with quote

tolipth wrote:
Linux legge e scrive su partizioni fat32 (deve essere abilitata questa voce nel kernel), basta montare la partizione (man mount)
ciao


Nella sezione del kernel non ho trovato nulla sulla FAT32. Piu' precisamente

Code:

  <*> DOS FAT fs support
  <*>   MSDOS fs support
  <*>   VFAT (Windows-95) fs support
  <M> NTFS file system support
  [  ]   NTFS debugging support
  [  ]   NTFS write support


in realta riesco a montare la partizione ma non posso scriverci !! Nemmeno da root !!!
Con mount faccio cosi

Code:

#>mount /dev/hda4 /mnt/share


E va tutto bene... ma non ci scrivo !!!!
Back to top
View user's profile Send private message
maruscya
Guru
Guru


Joined: 13 Aug 2004
Posts: 507

PostPosted: Fri Oct 08, 2004 3:36 pm    Post subject: Reply with quote

Risolto !!!

Con mount -t vfat riesco anche a scrivere... almeno come root !

Grazie mille per l'aiuto !
Back to top
View user's profile Send private message
Cazzantonio
Bodhisattva
Bodhisattva


Joined: 20 Mar 2004
Posts: 4514
Location: Somewere around the world

PostPosted: Fri Oct 08, 2004 3:56 pm    Post subject: Reply with quote

Code:
/dev/hde2       /mnt/shared     vfat    defaults,uid=root,gid=users,umask=0007          0 0

se metti una riga di questo tipo in /etc/fstab (devi sostiturire /dev/hde2 con il tuo device e /mnt/shared con il tuo punto di mount) lo monta in automatico ad ogni avvio

i parametri uid=root,gid=users,umask=0007 servono per dare ad ogni file su quella partizione permessi read-write-exec per tutti gli utenti e assegnano ogni file il proprietario root e il gruppo utenti
Può essere utile visto che le partizioni fat32 non supportano nativamente i permessi dei file di linux
_________________
Any mans death diminishes me, because I am involved in Mankinde; and therefore never send to know for whom the bell tolls; It tolls for thee.
-John Donne
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31446
Location: here

PostPosted: Fri Oct 08, 2004 3:59 pm    Post subject: Reply with quote

http://www.gentoo.it/tips/TRICK.U2.html
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
maruscya
Guru
Guru


Joined: 13 Aug 2004
Posts: 507

PostPosted: Fri Oct 08, 2004 4:00 pm    Post subject: Reply with quote

Cazzantonio wrote:
Code:
/dev/hde2       /mnt/shared     vfat    defaults,uid=root,gid=users,umask=0007          0 0

se metti una riga di questo tipo in /etc/fstab (devi sostiturire /dev/hde2 con il tuo device e /mnt/shared con il tuo punto di mount) lo monta in automatico ad ogni avvio

i parametri uid=root,gid=users,umask=0007 servono per dare ad ogni file su quella partizione permessi read-write-exec per tutti gli utenti e assegnano ogni file il proprietario root e il gruppo utenti
Può essere utile visto che le partizioni fat32 non supportano nativamente i permessi dei file di linux


Grazie mille per la dritta e sopratutto per la tua disponibilita' !!!!
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