linux - mount: unknown filesystem type '0' -
i did fresh install of elementary os, dual booting windows 8.1. after install finished, edited fstab file of eos automatically mount ntfs partition @ address /mnt/windows. later after turned off laptop , when powered on later, after choosing elementary os in grub's options, error "there error while mounting filesystem '0'", or that. proceeded elementary os skipping error , appears ntfs partition mounted @ address /mnt/windows , it's available usage account in linux. opened terminal , did this:
sudo mount -a
the result was:
mount: unknown filesystem type '0'
i got error after editing fstab file, way mount partition cause. tried these 2 ways:
uuid=01d01bb10a417e10 /mnt/windows ntfs-3g rw,auto,user,exec,nls=utf8,umask=003,gid=46,uid=1000 0 2 uuid=01d01bb10a417e10 /mnt/windows ntfs-3g rw,auto,user,exec,nls=utf8,umask=003,gid=46,uid=1000 0 0
tried ntfs instead of ntfs-3g , it's still same. also, don't error "there error while mounting filesystem type '0'" if hibernate laptop.
any ideas?
apparently, spaces between uuid , mount point caused that(i used tab spacing, dunno why). solved.
Comments
Post a Comment