Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. sudo update-grub
  2.  
  3. gksudo gedit /boot/grub/menu.lst
  4.  
  5.  
  6. # This entry automatically added by the Debian installer for a non-linux OS
  7. # on /dev/sdb1
  8. title Windows 7
  9. root (hd1,0)
  10. savedefault
  11. makeactive
  12. map (hd0) (hd1)
  13. map (hd1) (hd0)
  14. chainloader +1
  15.  
  16. sudo apt-get install ntfs-config
  17.  
  18. sudo ntfs-config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement