# mount error(1): Operation not permitted

**URL:** https://forums.suse.com/t/mount-error-1-operation-not-permitted/27782
**Category:** SLES Configure-Administer
**Created:** [January 8, 2016, 4:12pm UTC](https://forums.suse.com/t/mount-error-1-operation-not-permitted/27782 "2016-01-08T16:12:12Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![hana001](https://avatars.discourse-cdn.com/v4/letter/h/73ab20/32.png) [@hana001](https://forums.suse.com/u/hana001)
#### Post date: [January 8, 2016, 4:12pm UTC](https://forums.suse.com/t/mount-error-1-operation-not-permitted/27782/1 "2016-01-08T16:12:12Z")

</div>

Dear All,

I’m trying to mount windows share onto SLES11SP3

```auto
mount -t cifs //20.0.218.1/Attachment /mnt/sbomailer -o username=my_user,password=my_pass
```

and I get:

`mount error(1): Operation not permitted
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
`

I have followed this SUSE support note:  
[https://www.suse.com/support/kb/doc.php?id=7015602](https://www.suse.com/support/kb/doc.php?id=7015602) and modified my syntax to:

```auto
mount -t cifs //20.0.218.1/Attachment /mnt/sbomailer -o [B]sec=ntlmssp[/B],username=my_user,password=my_pass
```

and still I get issue:

```auto
mount error(95): Operation not supported
```

need you support…

---

<div class="post-metadata">

### Author: ![malcolmlewis](https://sea2.discourse-cdn.com/flex022/user_avatar/forums.suse.com/malcolmlewis/32/11375_2.png) [@malcolmlewis](https://forums.suse.com/u/malcolmlewis)
#### Post date: [January 8, 2016, 5:00pm UTC](https://forums.suse.com/t/mount-error-1-operation-not-permitted/27782/2 "2016-01-08T17:00:36Z")

</div>

> [@](#):
>
> On Fri 08 Jan 2016 02:14:01 PM CST, hana001 wrote:
> 
> Dear All,
> 
> I’m trying to mount windows share onto SLES11SP3
> 
> ## Code:
> 
> mount -t cifs [//20.0.218.1/Attachment](https://20.0.218.1/Attachment) /mnt/sbomailer -o  
> username=my\_user,password=my\_pass --------------------
> 
> and I get:
> 
> ## Code:
> 
> mount error(1): Operation not permitted  
> Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
> 
> * * *
> 
> I have followed this SUSE support note:  
> [https://www.suse.com/support/kb/doc.php?id=7015602](https://www.suse.com/support/kb/doc.php?id=7015602) and modified my  
> syntax to:
> 
> ## Code:
> 
> mount -t cifs [//20.0.218.1/Attachment](https://20.0.218.1/Attachment) /mnt/sbomailer -o  
> _sec=ntlmssp_,username=my\_user,password=my\_pass --------------------
> 
> and still I get issue:
> 
> ## Code:
> 
> ## mount error(95): Operation not supported
> 
> need you support…

Hi  
Add the --verbose option and try a different sec option of ntlm  
(since your on SP3)

–  
Cheers Malcolm Â°Â¿Â° LFCS, SUSE Knowledge Partner (Linux Counter #276890)  
SUSE Linux Enterprise Desktop 12 SP1|GNOME 3.10.2|3.12.51-60.20-default  
If you find this post helpful and are logged into the web interface,  
please show your appreciation and click on the star below… Thanks!

---

<div class="post-metadata">

### Author: ![hana001](https://avatars.discourse-cdn.com/v4/letter/h/73ab20/32.png) [@hana001](https://forums.suse.com/u/hana001)
#### Post date: [January 12, 2016, 11:54am UTC](https://forums.suse.com/t/mount-error-1-operation-not-permitted/27782/3 "2016-01-12T11:54:16Z")

</div>

[QUOTE=malcolmlewis;31077]Hi  
Add the --verbose option and try a different sec option of ntlm  
(since your on SP3)[/QUOTE]

I have tried with different sec options.

```auto
smbclient -U my_user //20.0.218.1/Attachment/
```

can access and browse files there

Another thing that I found in logs when I try to mount is:

```auto
server requires packet signing to be enabled in /proc/fs/cifs/securityflags
```

---

<div class="post-metadata">

### Author: ![malcolmlewis](https://sea2.discourse-cdn.com/flex022/user_avatar/forums.suse.com/malcolmlewis/32/11375_2.png) [@malcolmlewis](https://forums.suse.com/u/malcolmlewis)
#### Post date: [January 12, 2016, 3:52pm UTC](https://forums.suse.com/t/mount-error-1-operation-not-permitted/27782/4 "2016-01-12T15:52:40Z")

</div>

Hi  
Looks like it might be kernel age…  
[https://lists.samba.org/archive/samba/2011-October/164397.html](https://lists.samba.org/archive/samba/2011-October/164397.html)

Is the windows share a desktop or a server?

---

<div class="post-metadata">

### Author: ![hana001](https://avatars.discourse-cdn.com/v4/letter/h/73ab20/32.png) [@hana001](https://forums.suse.com/u/hana001)
#### Post date: [January 14, 2016, 11:16am UTC](https://forums.suse.com/t/mount-error-1-operation-not-permitted/27782/5 "2016-01-14T11:16:54Z")

</div>

[QUOTE=malcolmlewis;31118]Hi  
Looks like it might be kernel age…  
[https://lists.samba.org/archive/samba/2011-October/164397.html](https://lists.samba.org/archive/samba/2011-October/164397.html)  
[/QUOTE]I have checked this samba lists threat before, however there is no solution provided…

> [@malcolmlewis;31118](#):
>
> Is the windows share a desktop or a server?

This is windows server 2012R2 share.

Regards  
GN
