17th Jul, 2013, 11:00 PM
(16th Jul, 2013 02:11 PM)mk01 Wrote: [ -> ](16th Jul, 2013 01:19 PM)Pawlisko Wrote: [ -> ]I am mounting disk via fstab:
Code:
//10.10.1.5/External\040Storage\Maxtor /mnt/Maxtor cifs rw,user,credentials=/etc/seagate.conf,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0
it will not be related, but "user," (as you have it after rw) in cifs means username='', i'm surprised you can mount it
add nounix mount option. if you expects xbian user to access the share, add "uid=xbian,forceuid"
what is the server? windows - if yes, which version - smb or smb2? can you check event monitor for verbose info?
if smb2, the support into cifs module was step by step, like: in this kernel we can create files, later we can delete files...
and last question, with rename you mean in-place rename as "change name", or move as change location within the same filesystem? internally this are different operations, although we use the same 'mv' under linux.
This is NAS - Seagate GoFlex Home 2GB
OS is Plugbox Linux (as per http://blog.philippklaus.de/2011/04/install-archlinuxarm-on-the-seagate-goflex-home)
Please note below
Code:
xbian@xBian ~ $ sudo smbclient -L IP ADDRESS -U username
Enter username's password:
Domain=[XXX] OS=[Unix] Server=[Samba 3.0.28-0.el5.8.oe5]
Sharename Type Comment
--------- ---- -------
GoFlex Home Personal Disk GoFlex Home (GoFlex Home Personal)
GoFlex Home Backup Disk GoFlex Home (GoFlex Home Backup)
GoFlex Home Public Disk GoFlex Home (GoFlex Home Public)
External Storage Disk GoFlex Home (External Storage)
IPC$ IPC IPC Service (GoFlex Home)
GoFlex_Home Printer GoFlex Home usb port
Domain=[XXX] OS=[Unix] Server=[Samba 3.0.28-0.el5.8.oe5]
Server Comment
--------- -------
GOFLEX_HOME GoFlex Home
Workgroup Master
--------- -------
XXX YYY
And I am talking about change name i.e. Movie.avi to Movie2.avi same folder, just a plain name change
So what to change? Probably instead of CIFS I can do it as NFS?