pfarrell;301061 Wrote: 
> MadCityGeoff wrote:
> > Internal. I'm totally ignorant about automatic mounting and
> protection.
> > I'm enjoying learning about Linux, though.
> 
> This last part is the most important. A lot of folks would throw up 
> their hands and scream out of the room by now.
> 
> I'm assuming you have two internal disks, one with the OS, swap, /
> etc.
> and a second with your songs
> 
> Did the installer ask for what mount point to use for the song disks?
> 
> Lets jump ahead, fire up a shell, no need for privs. and do  a
> df
> 
> you should see something like this:
> 
> Filesystem           1K-blocks      Used Available Use% Mounted on
> /dev/hdc1             74312868   9768908  60769092  14% /
> tmpfs                   453396         0    453396   0% /lib/init/rw
> udev                     10240        84     10156   1% /dev
> tmpfs                   453396         0    453396   0% /dev/shm
> /dev/hdh1             39389776  28429528   8959356  77% /bay1
> /dev/hdf1             59087236  41035364  15050252  74% /bay2
> /dev/hde1            192243928 149185740  33292680  82% /bay3
> /dev/sda1            288451232  81489348 192309404  30% /bay5
> 
> The first is the root, and it tells you how Linux sees the disk. For 
> mine, the first disk is /dev/hdc1
> which is roughly the same as a Windows 'C:' disk.
> For me, the last four are the disks with my music. "/dev/hde1" and f1 
> and h1 are all IDE and /dev/sda1 is SATA
> 
> Might as well do this as well:
> sudo cat /etc/fstab
> 
> The key to see is if the fstab has the songs disk included.
> 
> 
> -- 
> Pat Farrell
> http://www.pfarrell.com/

Yup, I do have two disks as you described it--one with the OS and one
for media files. I installed Ubuntu using WUBI, so it's basically one
area in the same partition with Windows. I don't know if that's a
problem for Squeezecenter or not. 

I did a df and got this:

Filesystem           1K-blocks      Used Available Use% Mounted on
/host/ubuntu/disks/root.disk
13563852   3057076   9823184  24% /
varrun                 2021564       108   2021456   1% /var/run
varlock                2021564         0   2021564   0% /var/lock
udev                   2021564        76   2021488   1% /dev
devshm                 2021564        12   2021552   1% /dev/shm
lrm                    2021564     43044   1978520   3%
/lib/modules/2.6.24-16-generic/volatile
gvfs-fuse-daemon      13563852   3057076   9823184  24%
/home/geoff/.gvfs
/dev/sdc1            488384000 161003304 327380696  33% /media/My Book
/dev/scd0              4589120    759946   3829174  17% /media/cdrom0
/dev/sdb1            488384508 169319152 319065356  35% /media/Local
Disk

It's showing Local Disk, where I have my music files, as /dev/sdb1. I
did fstab and got this:

# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
/host/ubuntu/disks/root.disk /               ext3   
loop,errors=remount-ro 0       1
/host/ubuntu/disks/boot /boot           none    bind            0      
0
/host/ubuntu/disks/swap.disk none            swap    loop,sw         0 
0
/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto,exec,utf8 0    
0
/dev/scd1       /media/cdrom1   udf,iso9660 user,noauto,exec,utf8 0    
0
/dev/fd0        /media/floppy0  auto    rw,user,noauto,exec,utf8 0     
0


I don't see the media disk here.


-- 
MadCityGeoff
------------------------------------------------------------------------
MadCityGeoff's Profile: http://forums.slimdevices.com/member.php?userid=17429
View this thread: http://forums.slimdevices.com/showthread.php?t=47494

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to