PDA

View Full Version : Kubuntu n00b in need of assistance - Can't access 2nd HDD



Scott_L
May 3rd 2007, 02:04 AM
I just can't seem to be able to access my secondary hard drive, it just doesnt show up or I'm looking in the wrong spot or I forgot to do something, please help!

oh, and would the files that were put on that hard drive (mainly videos and audio files) still function properly on Kubuntu as it did in Windows XP?

SheeEttin
May 3rd 2007, 03:21 AM
First, post your fstab (found at /etc/fstab).

On the audio/video, that will probably work fine, unless you use the proprietary WMA or WMV formats, in which care you'll need to use the VLC media player (available through Adept).

penguin.ch
May 3rd 2007, 12:15 PM
First, post your fstab (found at /etc/fstab).


As well as the system's complete answer to the K/console command sudo fdisk -l ("minus ell") ...

Scott_L
May 3rd 2007, 07:33 PM
Here's my fstab


# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/hda1
UUID=3b93028e-6dd3-4641-b6cf-5fa85ffcbd28 / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
# /dev/hda5
UUID=fbf202fa-1d78-4fa4-bb0c-05ee44046c56 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,atime,noauto,rw,dev,exec,suid 0 0
/dev/sda1 /Secondary\040HDD auto users,noauto,atime,rw,nodev,noexec,nosuid 0 0

and the systems answer to the command you wanted me to input:

Device Boot Start End Blocks Id System
/dev/sda1 1 16710 134217688+ 7 HPFS/NTFS
Partition 1 does not end on cylinder boundary.
/dev/sda2 * 16711 16722 96390 83 Linux
/dev/sda3 16723 19457 21968887+ 8e Linux LVM

Disk /dev/hda: 41.1 GB, 41174138880 bytes
255 heads, 63 sectors/track, 5005 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 4795 38515806 83 Linux
/dev/hda2 4796 5005 1686825 5 Extended
/dev/hda5 4796 5005 1686793+ 82 Linux swap / Solaris

penguin.ch
May 3rd 2007, 07:53 PM
/dev/sda1 /Secondary\040HDD auto users,noauto,atime,rw,nodev,noexec,nosuid 0 0


Create an appropriate mount point, e.g. by



sudo mkdir /media/windoze
sudo chmod 777 /media/windoze


- then change the quoted "fstab entry" to



/dev/sda1 /media/windoze auto users,auto,ro,uid=1000,gid=1000,umask=333 0 0


(Not sure about the file system, though ...)

njsdaredevil
Jun 1st 2007, 02:46 AM
i'm having serious issues! lol
I can't seem to use my 2nd hdd, it won't even show up... and I"m totally lost as to how you guys are teaching the original poster on how to do it... please help!

thanks!