Unable to mount cifs in redhat 6

I am relatively new to Linux, and I am trying to mount a CIFS filesystem from an openfiler instance I have on my network in Red Hat. The openfiler instance is authenticating using AD. I am able to connect using samba: smbclient ‘\\10.25.214.26\cluster_storage.cluster.Cluster’ -U [DOMAIN]+[USERNAME] Enter DOMAIN+USERNAME’s password: Domain=[DOMAIN] OS=[Unix] Server=[Samba 3.5.6] smb: \> When … Read more

Is a bad NFS mount preventing a clean boot?

I’m on Ubuntu server (I think it’s 12.04, but not positive) and I basically ran into this problem here Unmount a nfs mount where the nfs server has disappeared The umount command didn’t work, so I tried to just use the ol’ reboot. Now the machine gets an error when booting: FS-Cache:netfs ‘nfs’ registered for … Read more

how to identify which physical drive(s) correspond to an entry in /etc/fstab [duplicate]

This question already has answers here: What’s the best way to get info about currently unmounted drives? (4 answers) Closed 6 years ago. Using Centos. Situation: I have multiple drives off of two RAID controllers. I also have multiple entries in the fstab, such as /dev/sdb, /dev/sdc, etc. What I need to know is how … Read more

Bash add entry to fstab by script [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 6 years ago. Improve this question I’m newbies in bash scripting and i try to write script that add entry for cifs windows share to fstab. … Read more