
Re: Failed to access volume RPi 2
jpa wrote:
Hi,
Quote:
Mounting local filesystems...ntfs-3g: Failed to access volume '/dev/sda1': No such file or directory
In console (terminal mode) sudo ntfs-3g /dev/sda1 /media/SAMSUNG ... works perfectly.
If you can mount from console, then ntfs-3g and its dependencies are correctly installed. Also the partition is in a valid state.
Systems using systemd start modules and drivers in parallel. Maybe /dev/sda1 is not yet created when mounting from fstab. Are there other partitions from /dev/sda mounted from fstab ?
You may (at least temporarily) insert the mount command in a startup script (usually in /etc/rc.d/rc.local).
Regards
Jean-Pierre
Hi Jean Pierre
I am new in Linux not Linux especific, in Raspbian (Wheezy)
This is my fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/mmcblk0p2 / ext4 defaults,noatime 0 1
/dev/mmcblk0p1 /boot vfat defaults 0 2
/dev/sda1 /media/SAMSUNG ntfs-3g defaults,noatime 0 0
So that my only partition in this HDD is sda1.
I have the boot report. If you saw it Could help to identify if the problem is sda1 not created at ntfs-3g run?
Thanks for your help