A file system (or filesystem) is a means to organize data expected to be retained after a program terminates by providing procedures to store, retrieve and update data, as well as manage the available space on the device(s) which contain it.
3
votes
4answers
2k views
Why do I get this error (Cannot read from the source file or disk) when trying to move a folder and its files from a document library on one My Site to another My Site?
I am trying to do the transfer in Windows Explorer and have full control on both My Sites.
Thanks very much for your help.
I also asked the question on an: MSDN Sharepoint forum
2
votes
3answers
118 views
zfs rename/move root filesystem into child
Similar question exists but the solution (using mv) is awful because in this case it works as "copy, then remove" rather than pure "move".
So, I created a pool:
zpool create tank /dev/loop0
and ...
0
votes
3answers
50 views
How to know which disk partition is mysql and domain/php/web files is installed?
I want to ask what ssh command or any way I will know which disk partition is mysql and php is installed?
Thanks.
0
votes
3answers
166 views
Filesystem access through web interface
I have an SSH+Samba server so people can access its files from anywhere on the network.
I thought it would be also interesting to provide access through a web interface, so they can access the files ...