Tagged Questions
0
votes
0answers
43 views
How to configure Multiple diskless clients with CentOS6.4?
I need to boot multiple hosts from the same nfs server.
to prepare I use:
yum -y groupinstall "Base" "Server Platform" --installroot=/var/lib/tftpboot/cos6.4/root/
my tftp configuration is:
vi ...
0
votes
1answer
61 views
How to set permissions for a CIFS mount with autofs?
I've set up a CIFS mount on my CentOS 6.4 server with autofs :
File /etc/auto.mnt :
Photos ...
0
votes
1answer
20 views
Azure Cent OS Unmounts my data Drive
I have a Cent OS VM instance running on Windows Azure. I have a 1TB data drive mounted to that VM to hold an application's database files. Every week or so at inconsistent intervals, my database ...
0
votes
2answers
85 views
/tmp used 100% where is files?
On Centos 6.3 server I noticed that /tmp has no longer free space to store files.
[root@]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg0-lv_root
...
3
votes
2answers
340 views
Should we mount with data=writeback and barrier=0 on ext3?
We've been running a server on a VM at a hosting company, and have just signed up for a dedicated host (AMD Opteron 3250, 4 cores, 8GB RAM, 2 x 1TB in software RAID, ext3).
While running performance ...
1
vote
1answer
69 views
Using a HDD and an SSD for /home/username folder on CentOS server
I have a server running CentOS 6.3 installed on a 2TB HDD. I also have a 250GB SSD. My aim for this setup is to have low IO applications run in /home/username folder stored on the HDD but also allow ...
2
votes
1answer
134 views
Mounting MS DFS on CentOS [duplicate]
Possible Duplicate:
Mount a Windows DFS Namespace in Linux
We have a domain-based DFS namespace that refers to redundant (replicated) file servers shares. With Windows client, failing over ...
0
votes
0answers
104 views
Unable to mount samba share
I'm using CentOS 5 and I'm trying to mount a share, but I continuously receive the same error.
mount error: cifs filesystem not supported by the system
mount error(19): No such device
I have samba ...
-1
votes
2answers
33 views
mouting partition on own drive [closed]
i have the os and everything on its own ssd but i would like to mount /home under a software raid 1 setup. is that possible? never mounted cross drives before. is this the same as any other mmounting.
...
1
vote
1answer
426 views
Automount vfat (w95 fat32 LBA) on Centos
I'm trying to mount an USB flash drive formatted as w95 fat32 LBA (as reported by dmesg) under Centos. I can easily mount it using the mount command:
mount /dev/sdx1 /media/mydrive -t vfat
But it ...
4
votes
2answers
897 views
Mount CIFS Host is down
I have an issue with a mount point that was previously configured. It shows the folder, but the mount is missing and holds "?" values for size, permissions, etc.
So I tried to remount using cifs and ...
1
vote
1answer
157 views
Configuring ACL on CentOS
I'm attempting to configure the following things via an ACL on CentOS 6:
Allow UserX to mount any directory without sudo
Allow UserX ability to edit /etc/fstab without sudo
Having never configured ...
2
votes
2answers
345 views
CentOS: Mount without sudo
Is there a way to mount within CentOS 6.3 e.g. mount /mnt/a /mnt/b or mount /mnt/b (for /mnt/b in /etc/fstab), without the requirement of using the sudo command?
0
votes
1answer
2k views
Mount Windows share via CIFS in CentOS not working (but smbclient does)
I'm a bit frustrated...I'm trying to mount a windows share via CIFS in CentOS 6.3, but it's not working:
mount -v -t cifs -o credentials=/data/conf/credentials/fileserver //10.0.1.200/projects ...
4
votes
1answer
419 views
Centos - fstab - mount keeps changing
I've had this linux machine running for a few years now, no problems etc. Very happy.
Last night I did some updates and when I booted up this morning my dual screens were screwy so I updated the ...
1
vote
1answer
973 views
How do I mount a raid disk
So I screwed up my grub.conf file on a CentOS system and I'm in recovery right now (it's only a test dedicated server). My disks are /dev/sda1 and /dev/sdb1 (RAID 1). Now I need to mount /dev/sda1 and ...
0
votes
1answer
385 views
Mounted NFS directory not writable by Apache / PHP
Need some help here with NFS. Here's what I have (all servers running CentOS 5.6 with SELinux):
172.17.20.1 - Primary server with static IP. Varnish redirects requests to the web servers.
172.17.20.2 ...
0
votes
1answer
69 views
Bind mount points populating very quickly
I've got more and more bind mount points: http://pastebin.com/susp4ryL
ls -l /dev/root
lrwxrwxrwx 1 root root 8 mar 7 19:24 /dev/root -> /dev/md1
How to fix this ? It really slows down yum.
...
0
votes
1answer
404 views
USB stick unmounts itself, becomes unavailable ?!
On Centos 6, I am trying to copy some files from a Fat32 stick.
I do a "fdisk -l" then take that name and mount it with this command:
mount /dev/sdb1 /mnt/usb
I see the files there (I didnt count ...
3
votes
1answer
1k views
VirtualBox: vboxsf filesystem wrongly detected as readonly?
I have VirtualBox (Windows XP host) running a CentOS 6.0 virtual machine, with one shared folder.
Here is the list of mounted devices:
[root@localhost ~]# mount -l
...
www on /media/sf_www type ...
1
vote
2answers
1k views
/dev/dvd is missing on my centos 6
I just installed a minimal centos 6 through a usb dvd writer. It worked fine. But now I can't mount the dvd writer. I can't even found the /dev/dvd device. I guess a drivers is missing, but how do I ...
1
vote
1answer
436 views
Mounting CIFS filesystems: error -1 opening credential file
I'm trying to permanently mount a windows server share via fstab and netfs on a CentOS 5.x box.
I can successfully mount and access the share via the following command:
mount.cifs ...
1
vote
1answer
306 views
I can't umount a partition on Centos
I had a drive fail of sorts. Now when I try to umount it is says the device is busy despite the device not being in /dev/
Any ideas how I can umount it.
0
votes
3answers
370 views
Creating more space for MySQL with new mount
I'm using a cloud CentOS 5 instance and I realized that I left the default partitioning in the beginning. Everything on / is mounted already on hda that is about 10GB. The other drive (sda) is about ...
2
votes
1answer
334 views
CentOS Disks and Mounts
I have a web server and I'm confused about how the disk space has been allocated by the company I'm renting it, a dedicated one with a simple RAID mirror at 500Gb. Here is the output of df-h
...
0
votes
1answer
116 views
CentOS: What does the mount-Command and why is it necessary before setfacl
I need to use the setfacl-command for the first time. On centos.org they say, that you first need to mount the file (http://www.centos.org/docs/5/html/Deployment_Guide-en-US/ch-acls.html).
What does ...
1
vote
1answer
3k views
Partition and mount my secondary hard drive on CentOS 5.5 64bit?
I am trying to prepare my second hard drive for user image uploads. Here is the current layout:
# sudo parted /dev/sda print
Model: ATA WDC WD2500KS-00M (scsi)
Disk /dev/sda: 250GB
Sector size ...
1
vote
3answers
2k views
CENTOS 5 - How do I mount a drive from one server to the other on the network?
I have two dedicated servers both running CENTOS 5. Both can connect using a local IP to one another. I need one server to have direct file access to certain directories on the other server.
Is ...
1
vote
1answer
433 views
Edit stage2.img
I need to edit the stage2.img file to fix a glitch where kickstart wont allow you to select network or hostname options. But I cant for the life of me get the damn thing mounted.
mount -o loop,ro -t ...
2
votes
1answer
2k views
2
votes
2answers
1k views
Mount --bind persistence over reboot
I'm having trouble finding an answer for this question
Does mount --bind persist over reboot?
On my CentOS it looks like it doesn't, so I've placed apropriate mount --bind calls in rc.local.
How ...
12
votes
6answers
30k views
How do you re-mount an ext3 fs readwrite after it gets mounted readonly from a disk error?
Its a relatively common problem when something goes wrong in a SAN for ext3 to detect the disk write errors and remount the filesystem read-only. Thats all well and good, only when the SAN is fixed ...
-1
votes
1answer
25 views
cPanel Virtfs won't umount
Anyone have any experience with virtfs on cPanel servers? I can't seem to get them to unmount, as they say they are already unmounted:
[root@Server ~]# cat /proc/mounts | grep user
/dev/root ...
1
vote
1answer
973 views
How do I resize mounts on my CentOS VM?
I'm running VMWare Fusion on my Mac, and just created a new VM for CentOS 5.3. I have pre-allocated 20GB of space for this VM.
Here are the / and /home mounts on my machine. There are others but ...
0
votes
3answers
1k views
CentOS 5 - Unable to resolve addresses for NFS mounts during boot
I have a few servers running CentOS 5.3, and am trying to get 2 NFS mount-points to mount automatically on boot. I added 2 lines similar to the following to fstab:
server1:/path1 ...
2
votes
3answers
1k views
CentOS Stop CD-ROM from mounting at boot
How can I stop CentOS 5.3 from trying to mount my CD-ROM drives during boot?
What will it affect if I disable it? Will my USB Drives still automount?
Additional Information
There is no entries in ...
0
votes
2answers
712 views
CIFS Volume mounting problem
When I ran this command
mount -t cifs //192.168.10.1/ycw /mnt -o rw,user=testuser,password=testpass
I got mount error 112 "Host is Down" when tried to do directory mount from Debian machine to ...
0
votes
3answers
3k views
Problem mounting an NFS drive using autofs on CentOS5.3
I'm having a lot of difficulty with this seemingly simple problem.
All I want to do is mount an NFS directory over a private network.
I've checked the exportfs from the exporting side and it is ...
