I found what was my mistake into /etc/fstab file:

# /dev/sdb2 was on /dev/sdb2 during installation
UUID=5EE8DC25E8DBF8EB /dev/sdb2       ntfs    defaults,umask=007,gid=46 0       0

It had to say:

# /media/sdb2 was on /dev/sdb2 during installation
UUID=5EE8DC25E8DBF8EB /media/sdb2       ntfs    defaults,umask=007,gid=46 0     
  0

Then, I guess it's very important to warn if a user makes the same
mistake I made.

Regards.

-- 
Ubuntu Installer erased files from a NTFS partition
https://bugs.launchpad.net/bugs/620262
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to