ADFS port with active directory [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 8 years ago. Improve this question I have an ADFS server in DMZ and need it to talk to a DC. Which port does ADFS use to talk to … Read more

Make a directory show up as a mount point [closed]

It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 8 years ago. How can I make a directory in Linux … Read more

Mac files on Windows server (loses some data) [closed]

It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 9 years ago. We added 2 Mac’s to our Windows network. … Read more

ADFS 2.0 is already configured and different application is using it, I want to use the same ADFS for my application

ADFS is already configured on servers. Different application is using it for Single Sign on. I want to use same aDFS server to implement single sign on in my application. Any checklist please from where I can start? You need to improve your question with details about the app you want to have SSO for. … Read more

>11GB free space, but it says 100% disk usage?

$ df -i /mnt/large_linux/ Filesystem Inodes IUsed IFree IUse% Mounted on /dev/sda1 29376512 1035086 28341426 4% /mnt/large_linux $ df /mnt/large_linux/ Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda1 462509952 451315844 0 100% /mnt/large_linux $ sudo dumpe2fs /dev/sda1 | grep -i reserved dumpe2fs 1.42.12 (29-Aug-2014) Reserved block count: 5875200 Reserved GDT blocks: 995 Reserved blocks uid: … Read more

df -h says / fs is taking 61G of space but its not [duplicate]

This question already has an answer here: Disk space usage doesn’t add up with df & du (1 answer) Closed 4 years ago. df -h in my redhat 7 is reporting its taking 61G of space. This should be wrong because there shouldn’t be anything there which is this big. Other server with the same … Read more

Disk is full, but its not? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 5 years ago. Improve this question I have a disk that has too many small files: df: /dev/mapper/mpathc 6056822144 6056822144 0 100% /file3 df -i: /dev/mapper/mpathc 384589824 12160314 372429510 … Read more

Inconsistency between “du -sh” and “df -h” [duplicate]

This question already has answers here: Closed 9 years ago. Possible Duplicate: du vs. df difference I am running a server with Debian stable. If I call: df -h this is the result I get: Filesystem Size Used Avail Use% Mounted on /dev/mapper/my-var 2.8G 2.3G 358M 87% /var While if I call: du -sh /var … Read more