Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sudo BRANCH=fiq_split rpi-update ISSUE #101

Closed
camelator opened this issue Jul 3, 2013 · 4 comments
Closed

sudo BRANCH=fiq_split rpi-update ISSUE #101

camelator opened this issue Jul 3, 2013 · 4 comments

Comments

@camelator
Copy link

With this branch, I can't access my cifs share.

Here is what I've done:
latest raspbian installation
partitions extended
reboot
sudo apt-get update
sudo apt-get upgrade
reboot
sudo mkdir /media/Musiques
sudo mkdir /media/Musiques/Albums
sudo nano /etc/fstab
add lines:
//192.168.1.1/my_passport/Musiques/Albums /media/Musiques/Albums cifs _netdev,guest,directio,uid=1000,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0
sudo mount -a
/media/Musiques/Albums now contains my cifs share content
I can confirm it by a reboot

then I did:
sudo wget http://goo.gl/1BOfJ -O /usr/bin/rpi-update && sudo chmod +x /usr/bin/rpi-update
sudo BRANCH=fiq_split rpi-update
reboot

and my share didn't work

result of mount -a
mount error(22): Invalid argument
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)

result of dmesg
[ 30.266847] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
[ 33.453230] CIFS: Unknown mount option "directio"
[ 33.519859] CIFS: Unknown mount option "directio"
[ 38.064523] Adding 102396k swap on /var/swap. Priority:-1 extents:2 across:507900k SS
[ 150.376452] CIFS: Unknown mount option "directio"
[ 618.911850] CIFS: Unknown mount option "directio"

@popcornmix
Copy link
Collaborator

The fiq split commit is now on the next branch.
Does:
sudo BRANCH=next rpi-update

have the same problem?

@camelator
Copy link
Author

followed my previous message I simply type:
sudo BRANCH=next rpi-update
then reboot
issue is the same

@popcornmix
Copy link
Collaborator

Okay, sounds like an issue with the fiq split code. This is a linux kernel bug, so could you close this and create an issue here:
https://github.com/raspberrypi/linux/issues?state=open

@camelator
Copy link
Author

Thanks,posted here:
raspberrypi/linux#323

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants