Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Mount partition in Austrumi?

  • 23-04-2008 02:06AM
    #1
    Registered Users, Registered Users 2 Posts: 362 ✭✭


    Hi,
    Not a regualar Linux user, but I am currently trying to use Austrumi 1.4 to access files on a dying HD before reinstalling windows, i've successfully mounted my HD to mnt/hda1/ but i cant figure out how to mount my external drive so i can copy these files... any help would be appreciated
    Thanks


Comments

  • Registered Users, Registered Users 2, Paid Member Posts: 3,519 ✭✭✭ethernet


    Can't say I've heard of it before. So you've managed to mount the HD on the way out?

    What filesystem is your external drive using? I hope it's either FAT32 or ext3 or else you'll run into trouble. If it is formatted with NTFS, you can try using another distro that has NTFS-3G support out of the box to allow write access to NTFS-formatted partitions.

    I guess you're trying something like this, as root, for FAT32:

    mount -t vfat /dev/sda1 /mnt

    (where sda1 is the first partition of the first SATA device; external storage is commonly recognised in newer distros as such).

    But if your current HD is mounted to /mnt, do something like:
    mount -t vfat /dev/sda1 /root/Desktop/temp
    (just make sure the directory 'temp' exists first).


Advertisement