So you chose the shell method. I agree with your result.
To use the disk/washer method, the infinitesimal slices are taken perpendicular to the rotation axis, so we would have to integrate in the y-direction. The limits of integration would now be y = 0 to y = 1. The "washers" would be disks with an outer radius following the y = x^3 curve and an inner radius for the hole following the x = 1 curve. So the washers have holes of constant radius 2 - 1 unit. The outer radius curve will have to be inverted into x = y^(1/3); since it is to the left of x = 2, the outer radius will be 2 - y^(1/3).
This makes the infinitesimal volume of a washer
dV = [\pi(r_{outer})^2 - \pi(r_{inner})^2] dy<br />
= [\pi(2 -y^{1/3})^2 - \pi(1)^2] dy
The volume integral is then
V = \pi \int_{0}^{1} 4 - 4y^{1/3}+ y^{2/3} - 1 dy ,
which also gets you V = \frac{3\pi}{5}. But shells is definitely the easier method for this one...