Server :: Samba Share Reporting Root Free Space?

Nov 20, 2010

Wierd problem, when I map a Windows Drive to my Ubuntu HTPC Samba share, Windows reports the free space as the free space on my root partition?!!?

HTPC Ubuntu server:

df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 12G 6.5G 4.0G 62% /udev 1.6G 308K 1.6G 1% /dev

[code]....

So my root partition has 4gb free, and my samba share (/mnt/data) has 97gb free.

From Windows machine:

net use
Status Local Remote Network
-------------------------------------------------------------------
OK Z: \xbmcfiles MS Windows Network

[code]....

View 3 Replies


ADVERTISEMENT

Server :: Use System Monitor Via A VNC Connection The Free Disk Space Value Is 20GB Free On The Same Volume

May 18, 2011

I've got a question on free disk space. I'm currently running CentOS 5.5 on in Xenserver virtual environment. We've had an issue with disk space. My question is as follows: - from a ssh connection i run df -h this gives the value of 90% used leaving me with 9GB. If I use system monitor via a VNC connection the free disk space value is 20GB free on the same volume. Which one is correct? I do use SNMP to monitor the same volume and should alert me when < 10% is free I know this works as I set the alert threshold to < 90% I get an alert.

View 2 Replies View Related

Ubuntu :: 10.04 - Samba - Error: There Is Not Enough Free Disk Space

Apr 22, 2010

I have recently upgraded to 10.04 alpha2. I have an external ntfs hard drive that I use for media storage. In Jaunty, I had this drive mounted with ntfs-3g and could read and write to it from my Windows laptop.

Now, I have mounted this drive in 10.04 and have rw access to it from within the machine itself i.e. I can move files around from the console etc... but when I try to write something to the share from my windows laptop, I get the following error:

Cannot copy [filename]: There is not enough free disk space. Delete one or more files to free disk space and then try again.

Here is df showing I have enough disk space. Also, I can copy the same file to my home directory which is also shared and them mv it through the console to the storage ntfs drive with no problem.

Code:
/dev/sdc1 488384000 416883568 71500432 86% /media/storage
Here is a copy of my smb.conf file.
Code:
[global]
## Browsing/Identification ###
# Change this to the workgroup/NT-domain name your Samba server will part of workgroup = HOME
# server string is the equivalent of the NT Description field server string = %h server (Samba, Ubuntu)

[Code]....

View 8 Replies View Related

General :: Add / Of 3000mb In The Remaining 20380mb Free Space It Showing An Error Message That No Free Space Is Available

Jul 25, 2010

I have 160gb laptop. i installed vista in c primary partition which is 25gb and installed ubuntu in d primary partition which is 20gb. A remainig for my data. Now i tried to install CENT OS by formatting ubuntu. I inserted CENT OS DVD and restarted and i selected to delete my /dev/sda2 which is showing 20480mb and it shown me free space. but i tried to add partion /boot of 100mb it got added. but, when i am trying to add / of 3000mb in the remaining 20380mb free space it showing an error message that no free space is available.

View 4 Replies View Related

Ubuntu :: Why Is Root Running Out Of Space With 64 GB Free?

Mar 7, 2010

I've been searching the web on this, followed up hints and tips (e.g. URL...) but with no results.I'm running Ubuntu 9.10 on 3 disk configuration:
1: 80GB SSD running root with /home mounted to the next disk
2: 250GB HDD where /home lives
3: 250GB backup of disk 2

My system is complaining since just now with:The volume "file system root' has only 640MB od disk space left

View 9 Replies View Related

SUSE / Novell :: Correct Amount Of Free Space For The Root Partition?

Oct 4, 2010

I recently tried a frugal/poor mans install of knoppix that I placed in a folder in the root partition of /home (hda7) in opensuse 11.3. I decided to delete the folder and contents. The hard drive was busy for several minutes and after it was finished, I checked the disk usage and found that / was at 97% capacity, up from what was 10gig of free space. I could not find any traces of the deleted folder or its contents, so I used puppy linux and ran e2fsck on the / partition. Puppy linux reported 1.9gig free space and opensuse reported .5gig free space. My concern is if the deleted folder is taking up space in the root partition that I can not locate and why the difference in reported disk space usage in hda7. Also, if more packages are installed, where are they placed (/ or /home)?

View 3 Replies View Related

Server :: Any Way To Free Up Space?

Aug 16, 2011

I have a RHEL server and it's /boot only has 7MB free space on it, 122MB total size. Below is what's in the folder.Is there anything i should do to clean it up?

View 8 Replies View Related

Server :: /usr Missing Free Space?

Aug 23, 2010

just some time ago, my /usr partition's used space is started to increase rapidly, and currently it reached 17.5GB. We put /usr as a separate partition (/dev/sda2)

So when we do "df" this is the result:

Code:
#df
...
/dev/sda2 20315844 17612628 1654576 92% /usr
...

But what makes me puzzled is if I do "du", I only get 4.3GB instead of 20GB as "df" reported.

Code:
# du -csh /usr
4.3G /usr
4.3G total

So I'm missing approx 13GB here. My question is:where does my 13GB missing?

View 4 Replies View Related

Ubuntu :: Disk Free Incorrectly Reporting?

Jan 24, 2010

I have an computer that mounts an external hard drive for backups. The Computer hard drive is about 110 GB; the external drive is 120 GB.

When I do a df -h it tells me there is 97% in use.

Checking the computer harddrive I am using about 52.8 GB (of the 110 GB) 501,579 items, totalling 52.8 GB (some contents unreadable)

The external drive is using roughly 49GB of the 120 GB available.

Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/xanadu-root
114536088 104995108 3768692 97% /
udev 1030572 328 1030244 1% /dev

[Code]....

It seems like the total % is a reflect of total space consumed calculated off of ONE of the hard drives.

View 9 Replies View Related

General :: Root Can't Chown Mount Point For Samba Share?

May 30, 2010

I have a samba share that I mount locally at boot through fstab. The share is writable and if I access the share directly, say with konqueror and smb (smb://hostname/sharename) then I can do anything I want (create, write, delete, edit, files/directories). I have a mount point on my local machine

Code:

/shares/mp3

and I (username dtest) was unable to do anything except read files and create directories trying to do them to the local mountpoint except as root. I figured it would be a matter of

Code:

chown -R dtest /shares/mp3

but I was unable to do that even as root, I kept getting permission denied. When I did

Code:

ls -alt /shares/ it told me the owner was 1000 and the group was root. Dtest was already a member of the root group and I was able to

Code:

chmod -R 774

as root but I still couldn't do anything except read and create directories directly via the mountpoint. Ultimately I solved this by changing the uid of user dtest via kuser and then just chowning my home directory back to dtest. It seems like as root I should be able to change the owner of the directory. I know it's because this is a samba share, but it doesn't make any sense why root couldn't just chown it. Is there another way to change the owner of a directory, or is this set by the machine hosting the samba share?

View 3 Replies View Related

Server :: How To Check Disk Free Space

Apr 23, 2010

[root@linux root]# fdisk -l
Disk /dev/hda: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 13 104391 83 Linux
/dev/hda2 1276 4864 28828642+ f Win95 Ext'd (LBA)
/dev/hda3 14 395 3068415 83 Linux
/dev/hda4 396 526 1052257+ 82 Linux swap
/dev/hda5 1276 3187 15358108+ 7 HPFS/NTFS
/dev/hda6 3188 3249 497983+ 8e Linux LVM
/dev/hda7 3250 3311 497983+ 8e Linux LVM

Here /dev/hda5 taken of How much capacity for NTFS (need space in MB).

View 8 Replies View Related

Server :: How To Free Up Space On Directory (100 Percent Full)

May 5, 2010

I am using Redhat Linux 4 as I checked space and foud that / is 100% full. Like below:

Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hda3 2316536 2179008 19852 100% /
/dev/hda2 101107 9324 86562 10% /boot
/dev/hda6 1683960 70256 1528160 5% /home
none 192012 0 192012 0% /dev/shm

How to create more space on / directory? or decrease size in / directory.

View 2 Replies View Related

Server :: Free Physical Memory Available Then Why Swap Space Used

Jun 20, 2010

Why linux uses swap space, even if there are free physical memory available.

View 4 Replies View Related

Server :: Good Amount Of Disk Space To Have Free?

Jan 8, 2010

What a good amount of disk space to have free? Is there a general rule of thumb? IE 70, 80 or 90%?

View 2 Replies View Related

Ubuntu :: Ext4 Constantly Reporting Wrong Free Blocks?

Jun 24, 2010

I'm using ubuntu 10.04 64bit server edition running a small dev server. What's happning though is that my one ext4 filesystems reports the wrong amount of free blocks. This is what fsck reports

Code:
fsck -n /dev/sda1
fsck from util-linux-ng 2.17.2

[code]....

View 6 Replies View Related

Server :: Free Backup - Give A Disk Space Quota For Each Remote Windows Client

May 2, 2011

I'm looking for a free backup solution how work in client-server in both environments Linux(server) and Windows(client). in my case, i want to give a disk space quota in my Linux server for each remote windows client.

View 2 Replies View Related

Fedora Installation :: Convert Unallocated Space To Free Space?

Jun 7, 2010

I was trying to install Fedora 13, on to my laptop. I have 30 GB of unallocated space in extended partition. When trying to install Fedora 13, I got stuck, as the installer says that there is no free space for installation.can convert the unallocated space into free space.

View 1 Replies View Related

Ubuntu :: How To Turn Unallocated Space Into Usable 'free' Space?

May 25, 2010

i used gddrescure to clone an 80gb harddrive and this is the result ROFL.i guess you can only do this making sure the target drive is the same size, you see i didnt know lol so..i now have THIS problem.can anyone tell me how to turn my unallocated space into a usable 'free' space? i could play with gparted right now but i dont wanna do anything wrong, so if theres anyone who can tell me how to do this.

View 1 Replies View Related

Red Hat :: Showing 0 Byte Free Space Istaed Of Freeing The Space

Dec 30, 2010

I have red hat linux server and it has mysql installed whenever i write on terminal command mysql -u root it shows error "ERROR 2002 (HY000): can't connect to local MYSQL server through '/var/lib/mysql/mysql.sock (111) "

And another problem is that it is showing 0 byte free space istaed of freeing the space. it may seems that both problems are dependent on each other.

View 6 Replies View Related

Ubuntu Installation :: Add More Space To Sda2 From Free Space?

Jul 22, 2010

i made space by shrinking my window partition and so i have unallocated and would like to add to sda2 to have more space. Check out this pic. How can i do this?

View 1 Replies View Related

General :: Use Free Space To Extend The Space Of A Drive?

Jul 5, 2011

My system is dual boot with win7 and ubuntu. I have free space of around 10 gb. I want to add this free space to my ubuntu drive. How can i do that?

View 4 Replies View Related

Ubuntu :: Lucid Not Reporting Correct Drive Space Left?

May 5, 2010

I have a backup drive formatted ext4 which got filled to no space left, so I deleted some files and folders to make space on it , emptied the trash, files and folders are gone , but it stll says I got no drive space left on it and cant copy a file to it because it thinks its full lol I freed up like 15gb of space on it , have rebooted several times ..

View 7 Replies View Related

Ubuntu :: Server 10.04 And Samba Server Admin - Share Media Files Between Computers

May 25, 2010

I have a LAN of about 70 computers that I would like to share media files between. I have gotten to the point with Samba that I can view the files without a username/password from client PC's. I would like to make all the folders read only except for one which will be writable for everyone. The thing that I am having a hard time with is allowing a couple of administrators (on Windows 7 machines) read/write access for all files/folders. I am completely new to Ubuntu and Samba so please make explanations thorough. Here is /etc/samba/smb.conf file:

[Code]...

View 3 Replies View Related

Ubuntu :: Difference Between Free Space And Available Space?

Oct 17, 2010

I have a big partition ext3 and System Monitor show me that there are 14Gb of Free space but only 4Gb of Available space.

View 4 Replies View Related

Server :: Can Only Connect To Tmp Samba Share

Jan 9, 2010

I've setup a samba server on a centos 5 machine and am trying to connect to it via a windows 7. The problem I'm encountering is that the only share I am able to connect to is the tmp share. It doesn't matter if it is a protected share or not, I always get a "network path could not be found error" when trying to open the share from windows.

View 5 Replies View Related

Server :: Cannot Connect To Samba Share

Jun 17, 2010

Fairly new Linux user, running Fedora 12, attempting to set up a simple Samba share to share files with a Windows box. I've gotten to the point where I can connect from the Windows box, and see a home directory and the directory I'm trying to share. The home directory is accessible and works as expected, but when I try to access the other directory I get "The network path could not be found."

View 5 Replies View Related

Server :: Cant Write To Samba Share Using PHP IDE

Jun 11, 2010

I have a Samba Share which is mounted on various linux systems throughout the network. Whenever any of my user access those files using vim, Gedit it works fine and get perfect permissions to read/write those files. but whenever they try to open with any php IDE (quanta plus, geany, eclipse-pdt) they get error while saving those files. I dont think it is a permission or samba issue because we are able to edit/save those files using normal editors..

View 8 Replies View Related

Server :: Can See My Samba Share But Cannot Access It.

Apr 24, 2009

This is my first post. I am not all that new to Linux. I have done lots of reading on the OS but always felt a little timid when it came to trying out stuff.Here is my problem I have a stand alone samba server I am trying to setup to share all my digital photos and other doc. I can see the share from other machines. On the windows machines you can see the users home directory and the share itself in an folder icon. Whenever I try to access the share it asks for a passwd. I enter the passwd and the share folder is visible when I click on the folder I get and error message.

View 14 Replies View Related

Server :: Samba Share Not Accessible Using OEL 5.4

Apr 27, 2010

using OEL 5.4, which uses Gnome 2.16 interface I can see my share from Windows, but whatever I do, I get messages that my share is not accessible. The whole user thing is quite complex, dont understand what user I should use on Windows, what password, what user should have what rights on linux.

I'll post smb.conf tomorrow ... The problem is that Windows lacks any decent error message, stating what kind of error message. Is there no Samba client for Windows?

View 6 Replies View Related

Server :: Share A Directory With SAMBA And NFS?

Jul 14, 2010

I want to share a same directory so that it can be accessed by both Linux clients & windows clients. how can i do this? i want to share that directory with both NFS & samba services. Is it possible to do this?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved