Autore Topic: HDD su VS  (Letto 829 volte)

GiuseppeP

  • Full Member
  • ***
  • Post: 254
    • ICQ Messenger - 576738138
    • MSN Messenger - peppe.3b@hotmail.it
    • Yahoo Instant Messenger - gplpspas
    • Mostra profilo
    • WurmOnline Italia
    • E-mail
HDD su VS
« il: Dicembre 16, 2011, 01:34:24 pm »
Ho un hard disk montato sulla VS con firmware Dlink, e funziona discretamente, per? se devo copiare(da HDD a PC), tagliare, eliminare o rinominare mi dice che non ho i premessi, eppure entrando in SSH vedo tutti i permessi

Codice: [Seleziona]
drwxrwxrwx    1 admin    root        16384 Jan  1  2000 GIUSEPPE
Giuseppe

lupin73

  • Full Member
  • ***
  • Post: 128
    • Mostra profilo
    • E-mail
Re: HDD su VS
« Risposta #1 il: Dicembre 16, 2011, 01:47:42 pm »
Ho un hard disk montato sulla VS con firmware Dlink, e funziona discretamente, per? se devo copiare(da HDD a PC), tagliare, eliminare o rinominare mi dice che non ho i premessi, eppure entrando in SSH vedo tutti i permessi

Codice: [Seleziona]
drwxrwxrwx    1 admin    root        16384 Jan  1  2000 GIUSEPPE
Con che cosa fai l'operazione di copia?
Sei in condivisione con samba?
Hai provato con filezilla?

GiuseppeP

  • Full Member
  • ***
  • Post: 254
    • ICQ Messenger - 576738138
    • MSN Messenger - peppe.3b@hotmail.it
    • Yahoo Instant Messenger - gplpspas
    • Mostra profilo
    • WurmOnline Italia
    • E-mail
Re: HDD su VS
« Risposta #2 il: Dicembre 16, 2011, 01:52:42 pm »
l'HDD ? condiviso via samba, io cerco di accederci da windows
Giuseppe

Avatar

  • Sr. Member
  • ****
  • Post: 798
    • Mostra profilo
    • my Netbuk server
    • E-mail
Re: HDD su VS
« Risposta #3 il: Dicembre 17, 2011, 08:30:49 am »
incolla al post la configurazione samba, probabile che il problema sia li, ci diamo un occhio.

Un esempio di configurazione:

[global]
workgroup = WORKGROUP ;il gruppo di lavoro che hai
netbios name = il_mio_disco
server string = myDisk
security = SHARE

[GIUSEPPE]  ;il nome della cartella
comment = cartella ufficio
path = /home/GIUSEPPE ;il percorso della cartella
public = YES
writable = YES
« Ultima modifica: Dicembre 17, 2011, 08:36:38 am da Avatar »
Considerate la vostra semenza: fatti non foste a viver come bruti, ma per seguir virtute e canoscenza

GiuseppeP

  • Full Member
  • ***
  • Post: 254
    • ICQ Messenger - 576738138
    • MSN Messenger - peppe.3b@hotmail.it
    • Yahoo Instant Messenger - gplpspas
    • Mostra profilo
    • WurmOnline Italia
    • E-mail
Re: HDD su VS
« Risposta #4 il: Dicembre 17, 2011, 10:26:05 am »
Codice: [Seleziona]

[global]

# workgroup = NT-Domain-Name or Workgroup-Name
   workgroup = workgroup

# server string is the equivalent of the NT Description field
   server string = HG553

# If you want to automatically load your printer list rather
# than setting them up individually then you'll need this
   load printers = no

# Uncomment this if you want a guest account, you must add this to /etc/passwd
# otherwise the user "nobody" is used
  guest account = nobody

# Security mode. Most people will want user level security. See
# security_level.txt for details.
   security = share

# You may wish to use password encryption. Please read
# ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation.
# Do not enable this option unless you have read those documents
  encrypt passwords = yes

# Configure Samba to use multiple interfaces
# If you have multiple network interfaces then you must list them
# here. See the man page for details.
   interfaces = br0

# DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
# via DNS nslookups. The built-in default for versions 1.9.17 is yes,
# this has been changed in version 1.9.18 to no.
   dns proxy = no

# Case Preservation can be handy - system default is _no_
# NOTE: These can be set on a per share basis
  preserve case = yes
  short preserve case = yes

# roleo
   netbios name = Labs
   bind interfaces only = True
   debug level = -1

#============================ Share Definitions ==============================

[usb]
   path = /mnt/usb
   public = yes
   writable = yes
   printable = no
   guest ok = yes
Giuseppe

lupin73

  • Full Member
  • ***
  • Post: 128
    • Mostra profilo
    • E-mail
Re: HDD su VS
« Risposta #5 il: Dicembre 17, 2011, 12:30:29 pm »
Codice: [Seleziona]

[global]

# workgroup = NT-Domain-Name or Workgroup-Name
   workgroup = workgroup

# server string is the equivalent of the NT Description field
   server string = HG553

# If you want to automatically load your printer list rather
# than setting them up individually then you'll need this
   load printers = no

# Uncomment this if you want a guest account, you must add this to /etc/passwd
# otherwise the user "nobody" is used
  guest account = nobody

# Security mode. Most people will want user level security. See
# security_level.txt for details.
   security = share

# You may wish to use password encryption. Please read
# ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation.
# Do not enable this option unless you have read those documents
  encrypt passwords = yes

# Configure Samba to use multiple interfaces
# If you have multiple network interfaces then you must list them
# here. See the man page for details.
   interfaces = br0

# DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
# via DNS nslookups. The built-in default for versions 1.9.17 is yes,
# this has been changed in version 1.9.18 to no.
   dns proxy = no

# Case Preservation can be handy - system default is _no_
# NOTE: These can be set on a per share basis
  preserve case = yes
  short preserve case = yes

# roleo
   netbios name = Labs
   bind interfaces only = True
   debug level = -1

#============================ Share Definitions ==============================

[usb]
   path = /mnt/usb
   public = yes
   writable = yes
   printable = no
   guest ok = yes

Forse il problema è da ricercare sui permessi di windows, riesci a fare l'operazione inversa? (da win a router)
Prova a disinstallare Win­dows Live Sign-In Assis­tant
« Ultima modifica: Dicembre 17, 2011, 12:35:33 pm da lupin73 »

GiuseppeP

  • Full Member
  • ***
  • Post: 254
    • ICQ Messenger - 576738138
    • MSN Messenger - peppe.3b@hotmail.it
    • Yahoo Instant Messenger - gplpspas
    • Mostra profilo
    • WurmOnline Italia
    • E-mail
Re: HDD su VS
« Risposta #6 il: Dicembre 17, 2011, 03:23:07 pm »
l'operazione inversa (win -> HDD funziona bene) posso tranquillamente incollarci file sopra, leggerli e modificarli, per? non posso rinominarli, tagliarli e prelevarli
Giuseppe

Avatar

  • Sr. Member
  • ****
  • Post: 798
    • Mostra profilo
    • my Netbuk server
    • E-mail
Re: HDD su VS
« Risposta #7 il: Dicembre 18, 2011, 10:17:55 am »
salva la tua configurazione  
Codice: [Seleziona]
mv /etc/samba/smb.conf /etc/samba/smb.conf.default
crea il nuovo config
Codice: [Seleziona]
vi /etc/samba/smb.conf

incollaci la configurazione che ti ho postato in precedenza modificando patch e nomi

ricontrolla i permessi file gi? esistenti
Citazione
ls -l /mnt/usb

riavvia samba e fai una prova.
« Ultima modifica: Dicembre 18, 2011, 10:22:02 am da Avatar »
Considerate la vostra semenza: fatti non foste a viver come bruti, ma per seguir virtute e canoscenza