← Back to team overview

kernel-packages team mailing list archive

[Bug 1174328] [NEW] mount error(28): No space left on device - not true

 

You have been subscribed to a public bug:

I have an fstab entry on Ubuntu 1204 which works just fine:

//gbabcxyz/share1 /mnt/share1 cifs
users,auto,credentials=/home/me/creds.txt,noexec,noperm 0 0

The share is actually to an IBM iSeries server V540.

I have tried the same today with Ubuntu 1304 (stable release, just
downloaded) and when I do:

sudo mount //gbabcxyz/share1

I get:

mount error(28): No space left on device

There is space. I can successfully access this share using the normal
.gvfs method via Nautilus. I have tried on two different 13.04
installations now, one a real PC, the other a Virtual Box machine (this
one), both with the same result. It works fine on several 12.04 PCs. I
have to install cifs-utils first in all cases.

dmesg say this:

[  627.506936] FS-Cache: Loaded
[  627.685156] FS-Cache: Netfs 'cifs' registered for caching
[  627.685833] Key type cifs.spnego registered
[  627.685877] Key type cifs.idmap registered
[  627.879680] CIFS VFS: Send error in SessSetup = -28
[  627.879940] CIFS VFS: cifs_mount failed w/return code = -28
[ 4202.955751] CIFS VFS: Send error in SessSetup = -28
[ 4202.955954] CIFS VFS: cifs_mount failed w/return code = -28

Same thing when booting.

This is important to me because since 12.10 the .gvfs name name for a
share has become very long and complicated. I sometimes have to use the
path in a shell for some work I do. The complex name does work okay but
we also have a Java program that builds a classpath and executes another
Java program and this seems to fail with the complex path name. I have
not investigated fully yet. The fstab method is to avoid all that. I
have not tried it yet on 12.10.

cifs-utils is at version 2:5.5-1ubuntu2

Thanks very much.

** Affects: linux (Ubuntu)
     Importance: Undecided
         Status: Confirmed

-- 
mount error(28): No space left on device - not true
https://bugs.launchpad.net/bugs/1174328
You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.