New Kernel - Problems mounting ntfs partitons
#1
Posted 8 April 2012 - 15:07
After today's update i am not able to mount ntfs partitions (different hdd's) on my et6000.
Giving "init 4" via console an starting enigma2 manually, I noticed that box freezes at message "[Harddisk] enumerating block devices...".
Can someone confirm that issue?
cu
KJ
Re: New Kernel - Problems mounting ntfs partitons #2
Posted 8 April 2012 - 19:10
I just tried to attach my 2TB usb hdd with ntfs and fat32 partitions and the box hangs and the spinners appear.
The mount command shows that both partitions were successfully mounted:
/dev/sda2 on /media/sda2 type vfat (rw,relatime,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro) /dev/sda1 on /media/sda1 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)But I can't use ftp to go to /media/sda1 or /media/sda2.
Total commander won't connect.
I also had to do init 4 and init 3 to recover.
Re: New Kernel - Problems mounting ntfs partitons #3
Posted 8 April 2012 - 19:37
As a workaround, you can remove ntfs-3g using
opkg remove --force-depends ntfs-3g
This will fall back on the kernel's built in NTFS support, which is read-only, but appears to work.
You could also remove the "ntfs-3g" line from /etc/filesystems, that would give the built-in driver priority.
Edited by MiLo, 8 April 2012 - 19:38.
Re: New Kernel - Problems mounting ntfs partitons #4
Re: New Kernel - Problems mounting ntfs partitons #5
Re: New Kernel - Problems mounting ntfs partitons #6
Re: New Kernel - Problems mounting ntfs partitons #7
Posted 9 April 2012 - 16:24
UUID=4df9243e-b5f1-4be0-8a15-aa4e72e37bc8 /media/sdb1 auto defaults 0 0 didn´t work
/dev/sda2 on /media/sdb1 type ext4 (rw,relatime,barrier=1,data=ordered)
/dev/sdb1 on /media/sdb1 type vfat (rw,relatime,fmask=0000,dmask=0000,allow_utim
root@et9x00:~# mount /dev/sdb1 /media/usb
ntfs-3g: Failed to access volume '/dev/sdb1': No such file or directory
ntfs-3g 2012.1.15 integrated FUSE 27 - Third Generation NTFS Driver
Configuration type 1, XATTRS are on, POSIX ACLS are off
Copyright © 2005-2007 Yura Pakhuchiy
Copyright © 2006-2009 Szabolcs Szakacsits
Copyright © 2007-2011 Jean-Pierre Andre
Copyright © 2009 Erik Larsson
Usage: ntfs-3g [-o option[,...]] <device|image_file> <mount_point>
Options: ro (read-only mount), remove_hiberfile, uid=, gid=,
umask=, fmask=, dmask=, streams_interface=.
Please see the details in the manual (type: man ntfs-3g).
Example: ntfs-3g /dev/sda1 /mnt/windows
News, support and information: http://tuxera.com
mount: mounting /dev/sdb1 on /media/usb failed: No such file or directory
Edited by kaneguru, 9 April 2012 - 16:27.
2. ET 9000 PLi3.0 Samsung LCD
Wavefrontier 0,8°-4,8°-9°-13°-19,2°-23°-28°
Re: New Kernel - Problems mounting ntfs partitons #8
Posted 9 April 2012 - 16:48
for a simple but bulletproof quickfix/workaround
see here:
http://www.et-view.d...-3-3/#post11751
Just install attached IPK and you are fine agin with accessing ntfs hdd with READ-ONLY access trough kernel driver.
Re: New Kernel - Problems mounting ntfs partitons #9
Re: New Kernel - Problems mounting ntfs partitons #10
Posted 9 April 2012 - 18:28
The NTFS mounting problem with ntfs-3g and the 3.3 kernel is that the mount succeeds without error, but any attempt to access it (e.g. ls /media/ or so) will result in the mount helper causing a hangup (you can kill the mount.ntfs-3g process to get out of it).
The workaround is to use the kernel module instead of ntfs-3g. If it does not work, you've probably forgotten something else.
Edited by MiLo, 9 April 2012 - 18:31.
Re: New Kernel - Problems mounting ntfs partitons #11
Re: New Kernel - Problems mounting ntfs partitons #12
Re: New Kernel - Problems mounting ntfs partitons #13
Posted 23 April 2012 - 17:33
root@et9000:~# mount rootfs on / type rootfs (rw) ubi0:rootfs on / type ubifs (rw,relatime) proc on /proc type proc (rw,relatime) sysfs on /sys type sysfs (rw,relatime) tmpfs on /media type tmpfs (rw,relatime,size=64k) tmpfs on /dev type tmpfs (rw,relatime,size=64k,mode=755) devpts on /dev/pts type devpts (rw,relatime,mode=600) /dev/sda1 on /media/hdd type ext4 (rw,relatime,barrier=1,data=ordered) /dev/sdb1 on /media/ba type ext4 (rw,relatime,barrier=1,data=ordered) /dev/sdc1 on /media/usb type ntfs (ro,relatime,uid=0,gid=0,fmask=0177,dmask=077,nls=iso8859-15,errors=continue,mft_zone_multiplier=1) usbfs on /proc/bus/usb type usbfs (rw,relatime) tmpfs on /var/volatile type tmpfs (rw,relatime)/dev/sdc1 on /media/usb type ntfs(ro,relatime,uid=0,gid=0,fmask=0177,dmask=077,nls=iso8859-15,errors=continue,mft_zone_multiplier=1)
Help
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Re: New Kernel - Problems mounting ntfs partitons #14
Re: New Kernel - Problems mounting ntfs partitons #15
Re: New Kernel - Problems mounting ntfs partitons #16
Posted 24 April 2012 - 09:42
http://www.tuxera.co...rogs-2012-1-15/
There are quite a lot of commits since the last release. I'll try the newest commit tonight.
http://ntfs-3g.git.s...g/ntfs-3g;a=log
Re: New Kernel - Problems mounting ntfs partitons #17
Posted 24 April 2012 - 10:29
Re: New Kernel - Problems mounting ntfs partitons #18
Posted 24 April 2012 - 18:56
Re: New Kernel - Problems mounting ntfs partitons #19
Posted 24 April 2012 - 20:11
Edited by theparasol, 24 April 2012 - 20:12.
@Camping: ZGemma H.2S, Technisat Multytenne 4-in-1 @Home: Edision Mini 4K, Wave Frontier T55, EMP Centauri EMP DiSEqC 8/1 switch, 4x Inverto Ultra Black single LNB
Re: New Kernel - Problems mounting ntfs partitons #20
3 user(s) are reading this topic
0 members, 3 guests, 0 anonymous users