Search : in
By :

How to mount a partition in ubuntu

Last answer on Jun 16, 2008 3:47:55 pm BST JohnWayne, on May 10, 2008 7:09:01 pm BST 
 Report this message to moderators

Hi I am trying to mount an additional harddrive in ubuntu hardy heron, its already formated to a ext3 filesystem and is /dev/sda1 however everytime i type sudo mount /dev/sda1 /media/sda1 it mounts but doesnt let me write to the drive... is there a proper way of mounting or am I typing something wrong?

Best answers for « How to mount a partition in ubuntu » in :
Mounting a partition FAT-16(MS-DOS) Show Mounting a partition FAT-16(MS-DOS) To mount a partition as from FAT 16, you just have to type the following: mount -t msdos /dev/hda1 /mnt/hdd The file system ms-dos (FAT-16) must be installed in the Kernel in filesystems...
[Windows 7] The hidden partition Show[Windows 7] The hidden partition Intro Purpose of this partition Intro Upon first installation, Windows 7 will automatically create a hidden primary partition. It's size varies to 100 or 200 MB depending on the total capacity...
How to Resize a Partition using Gparted on Linux? ShowHow to Resize a Partition using Gparted on Linux? You have a partition and you want to enlarge or reduce it without losing data? It is possible and relatively easy with GParted, a LiveCD, ie a bootable CD, providing an interface...
[MacOSX] Mounting NFS resources Show[MacOSX] Mounting NFS resources Once you succeeded to export your NFS resources Learn more:Exporting NFS resources for Mac clients Opening each time a shell to mount a resource can quickly become tiresome. As the niload command,...
Download EASEUS Partition Master ShowEaseUs Partition manager Free, is software "par excellence". EaseUs Partition Manager easily and without error will resize your hard disk partition into any size you chose: Main characteristics of EaseUs Partition Free: Material support for...
Download Magic ISO ShowMagicISO is a creation/edition/extraction software of ISO images supporting a large number of ISO image format. It allows to create ISO images. It is also capable of converting ISO images into BIN format and vice versa. In addition, it allows to...
Download Ubuntu ShowUbuntu is a developed operational system for laptops, desktops and servers on " live CD ". Wherever you are,either at home or at school, Ubuntu contains all the applications which you will need. It proposes in particular: - word processing, -...
Partition - Partitioning a hard drive ShowWhat is a partition? The partitioning of a hard drive occurs after the drive has been physically formatted but before it is logically formatted. It involves creating areas on the disk where data will not be mixed. It can be used, for example, to...
The file system ShowWhat is a file system? Even though hard drives can be very small, they still contain millions of bits and therefore need to be organised so that information can be located. This is the purpose of the file system. Remember that a hard drive is made...

1

Benny, on May 10, 2008 7:45:41 pm BST
  • +2

If it's the drive you are currently using for the OS you can't mount it. You should use the Live CD and run from that and then mount it. ;)

Reply to Benny

2

JohnWayne, on May 10, 2008 7:49:08 pm BST
  • +1

No its a secondary drive on sata1 sorry, I somehow got the bright idea to mount it to / not thinking then when i sudo umount -l /dev/sda1 / everything went wrong as you can guess... So im working on it at work and I had to reboot so I wont be able to do anything till I get home.. but thanks for the fast response.

Reply to JohnWayne

3

 stat, on Jun 16, 2008 3:47:55 pm BST
  • +13

I would guess this is about file permissions. Check the ownership of the drive. If it is owned by root you will not be able to write to it. Likewise the drive/partition should have read write privileges for your user name if you want to write to it.

Reply to stat