Logo 
Search:

Unix / Linux / Ubuntu Forum

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds

mount command

  Date: Dec 13    Category: Unix / Linux / Ubuntu    Views: 406
  

What is the syntax and options to unmount then mount a NTFS drive so
that I can modify or delete files from it?

Share: 

 

2 Answers Found

 
Answer #1    Answered On: Dec 13    

I assume you have the NTFS drive mounted in the computer and are
dual-booting from it. If so, here's how I do it. As root create a
windows directory under / Then from the CLI type "mount /dev/HDD"
<Enter> where HDD is the actual name of the device. On my computer
it's sda1. You can then move files, etc with your file manager. To
unmount - as root "umount /dev/HDD"

 
Answer #2    Answered On: Dec 13    

Try reading this:

http://www.techonthenet.com/linux/mount.php

You can always do "man mount" and read the documentation

 
Didn't find what you were looking for? Find more on mount command Or get search suggestion and latest updates.




Tagged: