Posts: 23
cowonjolt
Joined: 25 Aug 2008
#1
Am using Icewm... how do I display and browse my other partitions on my HD with Rox or should I be using something else? Thanks __{{emoticon}}__
Last edited by cowonjolt on 20 May 2011, 04:39, edited 2 times in total.
Posts: 903
plvera
Joined: 11 Oct 2008
#2
Rox should work. After you open rox, click up arrow 2x to up a directory 2x, then click on a folder called: mnt

and they should be there. You might have to click on them to mount them.

Thunar will also work like this.
Posts: 23
cowonjolt
Joined: 25 Aug 2008
#3
Rox and Thunar both appear to mount but no contents show up on any of the partitions. I have not tried to mount as root yet to see if it's a permissions problem.
Posts: 1,520
eriefisher
Joined: 07 Oct 2007
#4
Post, as root:

Code: Select all

fdisk -l
and the contents of your /etc/fstab.
Posts: 23
cowonjolt
Joined: 25 Aug 2008
#5
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x1549f232

Device Boot Start End Blocks Id System
/dev/sda1 1 954 7662560+ 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2 2612 7833 41945715 83 Linux
/dev/sda3 7834 8355 4192965 82 Linux swap / Solaris
/dev/sda4 8356 38913 245457135 5 Extended
/dev/sda5 8356 10966 20972826 83 Linux
/dev/sda6 10967 13577 20972826 83 Linux
/dev/sda7 13578 24020 83883366 83 Linux
/dev/sda8 24021 29242 41945683+ 83 Linux
/dev/sda9 29243 33942 37745664 83 Linux
/dev/sda10 33943 35090 9221278+ 83 Linux
/dev/sda11 35091 38913 30708216 83 Linux
Posts: 23
cowonjolt
Joined: 25 Aug 2008
#6
# Pluggable devices are handled by uDev, they are not in fstab
/dev/sda10 / ext3 defaults,noatime 1 1
/dev/sda3 swap swap sw,pri=1 0 0
proc /proc proc defaults 0 0
devpts /dev/pts devpts mode=0622 0 0
/dev/sda11 /home ext3 defaults,noatime 1 2
# Dynamic entries below
/dev/sda1 /mnt/sda1 ext3 noauto,users,exec,relatime 0 0
/dev/sda2 /mnt/sda2 ext3 noauto,users,exec,relatime 0 0
/dev/sda5 /mnt/sda5 ext3 noauto,users,exec,relatime 0 0
/dev/sda6 /mnt/sda6 ext3 noauto,users,exec,relatime 0 0
/dev/sda7 /mnt/sda7 ext3 noauto,users,exec,relatime 0 0
/dev/sda8 /mnt/sda8 ext3 noauto,users,exec,relatime 0 0
/dev/sda9 /mnt/sda9 ext3 noauto,users,exec,relatime 0 0
/dev/cdrom /media/cdrom udf,iso9660 noauto,users,exec,ro 0 0
/dev/sr0 /media/cdrom udf,iso9660 noauto,users,exec,ro 0 0
Posts: 1,520
eriefisher
Joined: 07 Oct 2007
#7
I like my storage partitions to be mounted in my home directory, so I create a folder called"storage" the edit my /etc/fstab(as root) to look like this:

/dev/sdb1 /home/me/storage ext3 defaults,noatime,users,exec 0 0
Posts: 23
cowonjolt
Joined: 25 Aug 2008
#8
I don't want them to automount but I want to be able to mount them from a file manager and view and manage the contents. I can mount but nothing shows up in the partition.
Posts: 23
cowonjolt
Joined: 25 Aug 2008
#9
Can now browse and manage the partitions. Did a dist-upgrade in smxi and everything worked after that. Thanks for the help. coj __{{emoticon}}__
Posts: 30
vrkalak
Joined: 27 Aug 2009
#10
sudo mount /dev/sda? /mnt

Always works for me in Thunar and Xfce or Openbox.