Results 1 to 4 of 4

Thread: how do i mount volume in ubuntu

  1. #1
    Join Date
    Apr 2009
    Posts
    28

    how do i mount volume in ubuntu

    I am using Ubuntu 7.10 & now i am getting a problem with it... Actually i am trying to connect external hard drive to it.... & it is giving me a problem saying "Cannot mount volume" Does anyone here faced this problem ever???? Can someone solve this???

  2. #2
    Join Date
    Apr 2008
    Posts
    4,642

    Re: how do i mount volume in ubuntu

    To create a directory for mounting generally you need to type in a terminal, for example

    Code:
    sudo mkdir /media/externaldisk
    To Mount the partition in the same directory.... If we think it has only one partition which is called sdb1, then type as follows....!

    Code:
    sudo mount /dev/sdb1 /media/externaldisk

  3. #3
    Join Date
    Apr 2008
    Posts
    4,088

    Re: how do i mount volume in ubuntu

    Look at the similar kind of thread made....! Hope it helps...!

    NTFS partitions does not mount at startup in Ubuntu

  4. #4
    Join Date
    May 2008
    Posts
    4,831

    Re: how do i mount volume in ubuntu

    Check for Ntfs-3g install it on your computer might help you.....! Type the following code to install!

    Code:
    sudo aptitude update && sudo aptitude install nfts-3g

Similar Threads

  1. WD Studio II volume won't mount
    By GiveNTake in forum Hardware Peripherals
    Replies: 5
    Last Post: 06-05-2011, 06:22 AM
  2. Replies: 3
    Last Post: 10-08-2010, 04:48 PM
  3. Ubuntu cannot mount CD/DVD drive
    By Saaz in forum Operating Systems
    Replies: 3
    Last Post: 31-07-2009, 12:05 AM
  4. Mount disc with volume data
    By chris-uk-lad in forum Operating Systems
    Replies: 5
    Last Post: 10-09-2008, 12:31 PM
  5. Free disk space from volume mount point.
    By Albert Kikkert in forum Windows Server Help
    Replies: 1
    Last Post: 18-03-2008, 07:58 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,447,138.99410 seconds with 17 queries