LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-14-2010, 12:39 PM   #1
trevorj
LQ Newbie
 
Registered: Aug 2010
Posts: 4

Rep: Reputation: 0
Storing data to an external device from my Aspire One


I have an Aspire One with Linux operating system.

I have an external hard drive that I want to save data to from my Aspire One however when I try I get a message that the external hard drive is full.

I know it isn't full and when I use the external hard drive on my other pc with Window 7 it is fine.

I am assuming my problem is something to do with the ACER Aspire One

Any ideas?

thanks

trevorj
 
Old 08-14-2010, 12:44 PM   #2
Kenny_Strawn
Senior Member
 
Registered: Feb 2010
Location: /usa/ca/orange_county/lake_forest
Distribution: ArchBang, Google Android 2.1 + Motoblur (on Motortola Flipside), Google Chrome OS (on Cr-48)
Posts: 1,791
Blog Entries: 62

Rep: Reputation: 56
When you try to connect the external device, do you mount it? Please post the output of 'sudo fdisk -l' so I can see just what device file your external HDD is.
 
Old 08-15-2010, 03:14 AM   #3
trevorj
LQ Newbie
 
Registered: Aug 2010
Posts: 4

Original Poster
Rep: Reputation: 0
External device

Quote:
Originally Posted by Kenny_Strawn View Post
When you try to connect the external device, do you mount it? Please post the output of 'sudo fdisk -l' so I can see just what device file your external HDD is.
Kenny thank you for your reply. I am sorry but my linux knowledge is only at beginner level.
What does "mounting it mean" - what do I have to do?
AND
What is the output of "sudo fdisk"
The external hard disk is a Maxstor
 
Old 08-15-2010, 03:33 AM   #4
trevorj
LQ Newbie
 
Registered: Aug 2010
Posts: 4

Original Poster
Rep: Reputation: 0
Dear Kenny, I think I may have figured out what you mean. The output of sudo fdisk is as follows: -

Usage: fdisk [-l] [-b SSZ] [-u] device
E.g.: fdisk /dev/hda (for the first IDE disk)
or: fdisk /dev/sdc (for the third SCSI disk)
or: fdisk /dev/eda (for the first PS/2 ESDI drive)
or: fdisk /dev/rd/c0d0 or: fdisk /dev/ida/c0d0 (for RAID devices)
 
Old 08-15-2010, 04:55 AM   #5
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,794

Rep: Reputation: 282Reputation: 282Reputation: 282
Output of fdisk -l (note that it's a lowercase L)
Code:
wim@desktop1:~$ sudo fdisk -l
[sudo] password for wim: 

Disk /dev/sda: 251.0 GB, 251000193024 bytes
255 heads, 63 sectors/track, 30515 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x2e192e18

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        3264    26218048+   7  HPFS/NTFS
/dev/sda2            3265       26892   189791910    f  W95 Ext'd (LBA)
/dev/sda5            3265        7180    31455238+   7  HPFS/NTFS
/dev/sda6            7181       10444    26218048+   b  W95 FAT32
/dev/sda7           10445       13708    26218048+  83  Linux
/dev/sda8           13709       13838     1044193+  82  Linux swap / Solaris
/dev/sda9           13839       26892   104856223+  83  Linux
wim@desktop1:~$
Above without external HD connected (note that yours will more than likely be different); below with external HD connected (difference in red italic)
Code:
wim@desktop1:~$ sudo fdisk -l

Disk /dev/sda: 251.0 GB, 251000193024 bytes
255 heads, 63 sectors/track, 30515 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x2e192e18

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        3264    26218048+   7  HPFS/NTFS
/dev/sda2            3265       26892   189791910    f  W95 Ext'd (LBA)
/dev/sda5            3265        7180    31455238+   7  HPFS/NTFS
/dev/sda6            7181       10444    26218048+   b  W95 FAT32
/dev/sda7           10445       13708    26218048+  83  Linux
/dev/sda8           13709       13838     1044193+  82  Linux swap / Solaris
/dev/sda9           13839       26892   104856223+  83  Linux

Disk /dev/sdb: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x7640962d

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1       38913   312568641    c  W95 FAT32 (LBA)
wim@desktop1:~$
 
Old 08-19-2010, 01:44 PM   #6
trevorj
LQ Newbie
 
Registered: Aug 2010
Posts: 4

Original Poster
Rep: Reputation: 0
external hard disc

Sorry but are you saying I should type in the code as you have written it above
 
Old 08-19-2010, 04:15 PM   #7
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
Cut and paste into a terminal window, then press the enter key:
Code:
sudo fdksk -l
(that's a lower case "L", not the number "1"
 
Old 08-19-2010, 06:30 PM   #8
GardarS
Member
 
Registered: Jun 2005
Location: Reykjavik,Iceland
Distribution: Centos 5.6 and Arch
Posts: 64

Rep: Reputation: 17
Is the external hard drive formatted as NTFS ? I had the same issues, if it is you just need 3g-ntfs to mount it and you're good to go
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
RAID 5 and storing the boot data on the 1st hard drive Latitude Linux - Hardware 3 04-14-2009 06:47 AM
PHP: storing all data form a db row in variables with the same name as the db column konqi Programming 2 07-10-2008 05:13 AM
Storing software data related question mvr853 Programming 2 10-23-2006 06:22 AM
Storing binary data in MySQL take 2 drspin Programming 5 05-05-2006 03:26 PM
pascal to C problem in struct storing data ngan_yine Programming 6 01-25-2005 03:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:29 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration