random.nerd.evan
December 7th, 2010, 05:26 AM
There is a couple similar issues in the forum but mine seems to be different.
I helped a co-worker out by using Ubuntu to pull pictures and music off an iPhone problem is the drive they gave me to copy them to will not mount.
It is a Western Digital My Passport drive.
The keys that were asked for in the other posts were the fstab file.
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda1 during installation
UUID=9a042f38-7c34-468f-a31e-a88fe3d72e37 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=e6517101-026e-4917-a1fc-bb90d5f9d687 none swap sw 0 0
and the df command output.
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda1 230582428 3707460 215161996 2% /
none 1799488 240 1799248 1% /dev
none 1805080 1592 1803488 1% /dev/shm
none 1805080 88 1804992 1% /var/run
none 1805080 0 1805080 0% /var/lock
Any help greatly appreciated by me and my coworker.
Thank you all in advance.
I helped a co-worker out by using Ubuntu to pull pictures and music off an iPhone problem is the drive they gave me to copy them to will not mount.
It is a Western Digital My Passport drive.
The keys that were asked for in the other posts were the fstab file.
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda1 during installation
UUID=9a042f38-7c34-468f-a31e-a88fe3d72e37 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=e6517101-026e-4917-a1fc-bb90d5f9d687 none swap sw 0 0
and the df command output.
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda1 230582428 3707460 215161996 2% /
none 1799488 240 1799248 1% /dev
none 1805080 1592 1803488 1% /dev/shm
none 1805080 88 1804992 1% /var/run
none 1805080 0 1805080 0% /var/lock
Any help greatly appreciated by me and my coworker.
Thank you all in advance.