mounting windows hard drive in ubuntu

Don´t be shy, Linux is fun! =)
Post Reply
User avatar
ilkjester
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 165
Joined: 09 Aug 2006, 16:00
17
Contact:

mounting windows hard drive in ubuntu

Post by ilkjester »

So I was trying to access the windows hard drive on my laptop while on ubuntu. I would prefer not to have multiple files or wasted dvds with the books on the same computer different os. Anyways I ran into some problems and I am kinda stuck. Also debian and my atheros ar9285. I should probably start a new thread for that.

Code: Select all

darkshadow@ubuntu:~$ gparted
The program 'gparted' is currently not installed.  You can install it by typing:
sudo apt-get install gparted
darkshadow@ubuntu:~$ sudo apt-get install gparted
[sudo] password for darkshadow: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  linux-headers-2.6.32-24-generic linux-headers-2.6.32-24
Use 'apt-get autoremove' to remove them.
Suggested packages:
  xfsprogs reiserfsprogs reiser4progs jfsutils kpartx dmraid
The following NEW packages will be installed:
  gparted
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 468kB of archives.
After this operation, 4,313kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu/ lucid-updates/main gparted 0.5.1-1ubuntu3 [468kB]
Fetched 468kB in 2s (168kB/s)                          
Selecting previously deselected package gparted.
(Reading database ... 145328 files and directories currently installed.)
Unpacking gparted (from .../gparted_0.5.1-1ubuntu3_amd64.deb) ...
Processing triggers for hicolor-icon-theme ...
Processing triggers for man-db ...
Processing triggers for desktop-file-utils ...
Processing triggers for python-gmenu ...
Rebuilding /usr/share/applications/desktop.en_US.utf8.cache...
Processing triggers for python-support ...
Setting up gparted (0.5.1-1ubuntu3) ...

darkshadow@ubuntu:~$ gparted
Inhibit all polling failed: Only uid 0 is authorized to inhibit the daemon
darkshadow@ubuntu:~$ sudo gparted
======================
libparted : 2.2
======================
darkshadow@ubuntu:~$ cd /mnt
darkshadow@ubuntu:/mnt$ sudo mkdir windrive
darkshadow@ubuntu:/mnt$ sudo mount -t ntfs /dev/sda2 /mnt/windrive -o "umask=022"
darkshadow@ubuntu:/mnt$ ls windive
ls: cannot access windive: No such file or directory
darkshadow@ubuntu:/mnt$ cd /
darkshadow@ubuntu:/$ ls
bin    dev   host            lib         media  proc  selinux  tmp  vmlinuz
boot   etc   initrd.img      lib64       mnt    root  srv      usr  vmlinuz.old
cdrom  home  initrd.img.old  lost+found  opt    sbin  sys      var
darkshadow@ubuntu:/$ cd /mnt
darkshadow@ubuntu:/mnt$ ls
windrive
darkshadow@ubuntu:/mnt$ cd /windrive
bash: cd: /windrive: No such file or directory
darkshadow@ubuntu:/mnt$ sudo mount -t ntfs /dev/sda2 /mnt/windrive -o "umask=022"
fuse: mount failed: Device or resource busy
opps I thought it would paste the terminal in the code bin. Sorry I have never used it.

*Huh. Idk I tried #sudo mount -t ntfs /dev/hda1 /mnt/windrive -o “umask=022″ again and now it works yippe
edit, glitch mob,sage francis, prefuse 73, gousien, andre nickatina, guilty simpson, j dilla, stones throw, mf doom, atmosphere, aesop rock, alias, block head, boom bip, dose one, busdriver, ttc, cannibal ox, dabrye, girl talk, heiroglyphics,2 mex, look d

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Re: mounting windows hard drive in ubuntu

Post by bad_brain »

good it works now.... :)

to make it a little more comfy you can also do it via:

Code: Select all

gksu ntfs-config
if needed install ntfs-config via apt as usual.... :wink:
Image

User avatar
leetnigga
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 447
Joined: 28 Jul 2009, 16:00
14

Re: mounting windows hard drive in ubuntu

Post by leetnigga »

bad_brain wrote:to make it a little more comfy you can also do it via:

Code: Select all

gksu ntfs-config
Don't you mean... confy? :lol:

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Re: mounting windows hard drive in ubuntu

Post by bad_brain »

:lol: :lol:

there's a little, but important difference between confy and comfy:
comfy: GUI
confy: no GUI
but comfy can also be confy at the same time, depending on the user preferences....damn, now I kinda confused myself... :-s :lol:
Image

Post Reply