installing hoary, no sound, accessing partitions

Jonathan McLoughlin cjm at europe.renre.com
Wed Feb 9 17:03:31 UTC 2005


In relation to your partitions
Each HD partition is considered a device and has a corresponding file in 
/dev

fdisk -l

will produce a report of all devices attached to your computer. with 
these devices you can then use the mount command to mount these devices 
to your filesystem. eg

mount /dev/sd** /some_mount_point_on_your_file_system

Mounting filesystems is made easier with /etc/fstab
You should take a look at this file

Philippe Landau wrote:

> the installer is much improved, congratulations.
> there is way to go still, of course.
>
> i formated my master HD with 3 additional
> logical partitions: /, /home, and /data
> but i can not write to data, it is owned by root.
>
> also, how do i mount the partitions on my slave HD ?
> and the other two partitions on master ?
>
> with my sis onboard sound card,
> i get no sound, and there are many "no sound" bugs
> on bugzilla, so i don't know if a bug report would be a
> duplicate ? dmesg attached.
>
> kind regards     philippe
>





More information about the ubuntu-users mailing list