Visualizzazione dei risultati da 1 a 10 su 10
  1. #1

    montare partizione fat32 in scrittura

    ciao a tutti. mi tornerebbe utile montare una partizione fat32 in scrittura per poterla gestire sia da win che da linux ma riesco a montarla in sola lettura a meno che non scriva da root.

    ho dato il seguente comando ma senza risultati:

    mount /dev/hdb6 /mnt/e -t vfat -rw
    Rilasciata Python FTP Server library 0.5.1
    http://code.google.com/p/pyftpdlib/

    We'll be those who'll make the italian folks know how difficult can be defecating in Southern California without having the crap flying all around the house.

  2. #2
    Guarda che se non sei root, ma bensi' l'utente pippo, puoi solo scrivere nella tua home directory, cioè /home/pippo.
    In tutte le altre cartelle, quindi anche /mnt/e, puoi solo leggere.
    Vuoi che l'utente pippo modifichi la partizione fat32?
    Allora dai questo comando:
    mount /dev/hdb6 /home/pippo/partizione_e
    It's just another bombtrack...
    Ogni can mena la coa, ogni coion vö gi' la soa!

  3. #3
    Utente bannato
    Registrato dal
    Mar 2003
    Messaggi
    371
    Originariamente inviato da raistlin76
    Guarda che se non sei root, ma bensi' l'utente pippo, puoi solo scrivere nella tua home directory, cioè /home/pippo.
    In tutte le altre cartelle, quindi anche /mnt/e, puoi solo leggere.
    Vuoi che l'utente pippo modifichi la partizione fat32?
    Allora dai questo comando:
    mount /dev/hdb6 /home/pippo/partizione_e
    non è detto:
    puoi scrivere come utente normale anche su una partizione montata in /mnt, basta modificare i permessi. Io ho sempre fatto così.


  4. #4
    come modifico questi permessi? con chmod riferito alla cartella?
    io vorrei fare in modo che all'avvio si monti automaticamente la partizione fat32 con diritti di scrittura, modificando il fil /etc/fstab.
    Rilasciata Python FTP Server library 0.5.1
    http://code.google.com/p/pyftpdlib/

    We'll be those who'll make the italian folks know how difficult can be defecating in Southern California without having the crap flying all around the house.

  5. #5
    /dev/hdb6 /mnt/e vfat rw,user,auto,umask=000 0 0

    cosi dovrebbe andare

  6. #6
    Utente bannato
    Registrato dal
    Mar 2003
    Messaggi
    371
    es:

    g-appio@laptop g-appio $ touch /mnt/win/prova
    g-appio@laptop g-appio $ cd /mnt/win/
    g-appio@laptop win $ ls
    Bootfont.bin Programmi download prova
    Documents and Settings Recycled io.sys sti.log
    Log.txt System Volume Information msdos.sys windows
    Media autoexec.bat ntdetect.com
    NVIDIA Display Driver boot.ini ntldr
    Program Files config.sys pagefile.sys
    g-appio@laptop win $
    la riga del mio fstab è la seguente:
    g-appio@laptop win $ cat /etc/fstab | grep /mnt/win
    /dev/hda1 /mnt/win vfat user,umask=0,iocharset=iso8859-15,codepage=850,auto,rw 0 0
    g-appio@laptop win $

  7. #7
    Utente bannato
    Registrato dal
    Mar 2003
    Messaggi
    371
    scusa andy, non avevo letto

  8. #8
    non ti preoccupare
    con la mia in qualche caso non viene montata rw da user meglio due scelte
    ler ultime distro consigliano la tua

  9. #9
    ho provato con /dev/hdb6 /mnt/e vfat rw,user,auto,umask=000 0 0

    ma nulla

    /dev/hda1 /mnt/win vfat user,umask=0,iocharset=iso8859-15,codepage=850,auto,rw 0 0

    lo stesso.

    peciso che invece di riavviare ho usato il comando mount -a.
    Rilasciata Python FTP Server library 0.5.1
    http://code.google.com/p/pyftpdlib/

    We'll be those who'll make the italian folks know how difficult can be defecating in Southern California without having the crap flying all around the house.

  10. #10
    aggiungici le opzioni ,owner,exec

    poi da root anche dalle proprieta della cartella dagli i permessi

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.