Tagged Questions
0
votes
1answer
21 views
Files replaced with Finder on Mac creating a copy on Samba's .recycle
Scenario:
Ad Agency with Samba Server and multiple Mac users, 0 Windows users.
vfs objects = recycle
recycle:keeptree = yes
recycle:repository = /storage/files/.recycle/%U
Workflow:
Before start ...
4
votes
4answers
75 views
Tool to compare files on one disk with registry information on another?
Been a long time since I got very far under the hood in Unix so I'm probably not even using proper terminology when I say 'registry,' but here's the situation.
I have a disk thats dying. Lots of i/o ...
4
votes
2answers
152 views
FHS differences between OS X, Linux and FreeBSD
I've read that there is a different behavior between FreeBSD and Linux with the /usr/local, in FBSD ports are installed there, in Linux not, can someone explain more on this?
I'd like to know where ...
12
votes
3answers
642 views
File system compatible with all OSes?
I use Linux and Mac OS X on a regular basis, and sometimes I have to use Windows. I need to use a flash drive on all three, and I need a filesystem that will work well on all of them. None of the ...
2
votes
1answer
387 views
Permissions corrupted?
A few weeks ago, I installed Linux Mint on a USB flash drive. I used it to copy the contents of my HFS+ external hard drive to my Windows drive on my desktop. Then, I formatted the external drive to ...
1
vote
1answer
85 views
How to prevent fs unmounting?
(Apologies in advance for giving so few details below, but trust me that the set-up and the problem I'm dealing with are truly baroque, and even a superficial description would result in a far ...
2
votes
5answers
1k views
Unable to delete directory
On my OS X host, I am having trouble deleting the directory "foo".
mymac:.Trashes joe$ ls
foo
mymac:.Trashes joe$ ls foo/
Ảnh011.jpg Ảnh012.jpg Ảnh013.jpg
mymac:.Trashes joe$ ls -l foo/
ls: ...
3
votes
3answers
703 views
In Mac OS X Snow Leopard, how can one file's permissions be matched to another?
I need to make the permissions of a file exactly match the permissions of another file in OS X 10.6.
I don't see 'getfacl' or 'setfacl' as suggested in some other posts for Linux. And, it doesn't ...
7
votes
2answers
2k views
How can I determine the fs type of my current working directory?
I need a platform-independent and lightweight way of detecting the mount type of my CWD. Specifically, I need to determine if my CWD is in an SSHFS, NFS, CIFS, SMB, or local block store mount.
I need ...
2
votes
1answer
55 views
Creating Directories: with Permissions
I need to create a directory that is RW to all users using chown. what arguments should I pass chown to get a file with those permissions? Or maybe there is an even better way to do it......
4
votes
2answers
298 views
How to synchronize a networked drive and an external drive (Ubuntu & OS X)?
In light of a recent hardware failure, I've decided that it's time to be a little less lax regarding back-ups.
What I have:
An Ubuntu 10.10 'server/NAS'
A MacBook 5,2
A WD external HDD
The server ...